Re: help: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
From: tajeshwar (tajeshwars_at_grapecity.com)
Date: 08/04/04
- Next message: Andras Jakus: "Re: SQL Backup with Veritas BackupExec"
- Previous message: Hari Prasad: "Re: scripts to run from a file"
- In reply to: Vikram Jayaram [MS]: "Re: help: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Aug 2004 11:03:29 +0530
thanks Vikram
But I guess the problem is somewhere before itself not even in
transaction...
Actually we are putting records in a temp table which qualify according
to our business logic.
now these are 2.5 million records. These all have to be finally moved
to our actual physical
table in a transaction.... The thing is failing in preparation of this
temp table only and
code fails very much even before transaction starts. I guess it is not
able to take the load or some problem related to
duration of connection. coz when i run the same using query analyzer it
kept on running for 5 days... Though we stopped it then...
And using sqlprovider for .NET it's failing in around 17-18 hours and
that's a continous pattern. I think the problem is
with .NET SQL Provider which is breaking connection.
Hope now u get a better picture of my problem.....
Regards,
Tajeshwar
"Vikram Jayaram [MS]" <vikramj@online.microsoft.com> wrote in message
news:8onq5IZeEHA.676@cpmsftngxa10.phx.gbl...
>
> Run this query locally from query analyser to see if it goes through.
> Another thing is, unless really needed pls dont use lock hints as SQL
> Server has dynamic and inbuilt lock mgmt.and will allot and deallocate
> locks on it's own. Finally pls have clustered indexes as they improve
> performance.
>
> Vikram Jayaram
> Microsoft, SQL Server
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> Subscribe to MSDN & use http://msdn.microsoft.com/newsgroups.
>
>
- Next message: Andras Jakus: "Re: SQL Backup with Veritas BackupExec"
- Previous message: Hari Prasad: "Re: scripts to run from a file"
- In reply to: Vikram Jayaram [MS]: "Re: help: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|