Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot access database
Message
 
 
To
29/02/2008 10:58:07
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01297707
Message ID:
01297851
Views:
21
>>I have seen this happen when a large pending transaction errors out and nerver commits.
>
>Exactly, that's my situation. Because the sp_MsForEachTable 'DROP TABLE ?' no longer works, because again the interface cannot find this stored procedure, all the rest of the code fails. So, I am removing that right now and replacing that with a if condition before each table process to drop it, if it exists, before creating it.

Did you trying to reference it with the full name (master.dbo.sp_MSForEachTable)? Just speculating, not sure it would work.

Though it's strange.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform