|
-
Apr 14th, 2010, 07:30 AM
#1
Thread Starter
Hyperactive Member
Timeout error -2146232060 SQL
I am having a timeout issue. My application call a T-SQL stored procedure to delete several hundred thousand records after a process has been completed.
650,000 not unusual.
The code for the T-SQL is a no-brainer
DELETE FROM CardDetail
WHERE BCDGAME=@GameNbr and BCDGameDate = @Date_Id and BCDGameCntrl = @Seq_Id.
I have a try/catch to trap this and get this error
{"Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."}
None of the records have been deleted. How do I get around this??
Thanks
gollnick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|