Viewing 15 posts - 271 through 285 (of 351 total)
It means some one killed your session or connection drop check connectivity or just re-open session or re-connect nothing to worry much.
November 16, 2010 at 2:09 pm
It depends on what kind of data you have or getting in for that column.
See here
November 16, 2010 at 12:42 pm
EXEC uspPrintError
GO
I know before this thing but I answered it wrong bcoz
EXEC uspPrintError
GO
what this doing over there.
November 15, 2010 at 3:31 pm
Thanks, The issue is that because the space is allocated it will not be move to the end of the file for truncation and since I delted the table, I...
November 15, 2010 at 12:53 pm
Check options what you had in your backup/restore tool carefully.
November 15, 2010 at 12:51 pm
I thought you did with the script you mentioned the session.
November 15, 2010 at 12:48 pm
the space is not released untill you close session that is the reason and you made backup with out closing the session I guess.
November 15, 2010 at 12:27 pm
Go back and check all the options carefully may be you missed to check some of them.
try to install with network mode.
November 15, 2010 at 12:21 pm
Shrink it with option release unused space.
November 15, 2010 at 12:10 pm
try Run--> ssms and windows authentication.
November 15, 2010 at 12:05 pm
Follow these steps:
1. Check if the same query is causing locks then tune it with (nolock) hints in queries.
2. try to schedule it in different time and see.
3. Check Isolation...
November 15, 2010 at 12:02 pm
When did you did backup?
after shrink or before shrink.
November 15, 2010 at 11:56 am
There will be no issues till you run in older compatibility mode
ex: Running in higher version box with no change of compatibility mode
like 2008 box but db compt...
November 12, 2010 at 3:33 pm
You are welcome from SSC
Regards,
Pavan Srirangam
November 12, 2010 at 2:29 pm
Viewing 15 posts - 271 through 285 (of 351 total)