Viewing 15 posts - 76 through 90 (of 142 total)
The problem is that one or more of the VLF segments is still in use.
The easiest way to get around this issue is to:
0. backup the database
1. Put the database...
August 11, 2010 at 12:30 am
Lowell (5/3/2010)
the fix is to add yourself as an administrator; you should be able to find the SQL...
May 4, 2010 at 7:42 am
First suggestion is to try the operation on similar set of hardware. I frequently start by trying this type of operation on my "test box". It has a...
May 3, 2010 at 3:35 pm
Hi Tim,
I am pretty sure that this statement is not accomplishing what you intended.
exec('USE ' + @YourDatabaseName)
When Exec is executed the database context is changed, but only for the statement(s)...
March 16, 2010 at 10:48 am
I have to disagree with you Robert.
:hehe:Sorry, I looked more closely at the posting and now see that Robert is referring specifically to the use of Single Quotes rather than...
March 8, 2010 at 9:23 am
How much of the space reserved for your datafile is actually in use? If you are using SSMS you can right-click the database and the properties tab will show...
October 2, 2009 at 9:43 am
You should add a check for AutoStats. If you set the database to single user and AutoStats gets started you may have problems regaining access. I used a...
August 26, 2009 at 4:35 pm
Hi Peter,
Thanks for the reply.
We are pretty sure we have this resolved now and it turns out to be a client issue with TCP/IP Sockets. This Microsoft Support Article...
June 11, 2009 at 9:09 am
Don't you hate it when you are trying to find the answer to something like "What does Sort_Init" mean and someone tells you that you can run DBCC CheckDb to...
June 9, 2009 at 1:21 pm
There is a nice tool I have used called WildEdit that applys reqular expressions to search and modify a set of files. The tool comes from the same folks...
June 4, 2009 at 1:04 pm
Thanks Gail,
I was running in circles for sure. 🙂
June 3, 2009 at 4:10 pm
Hi chbinraj,
I hate this stuff. These are "API Cursors" and are very poorly documented. They are the mechanism that ODBC, OLEDB, and other providers use to implement...
June 3, 2009 at 4:02 pm
Hi rambilla4
I have not seen this error on MSDB before but when I get it on an app database it is trouble.
The message is telling you that an I/O...
June 3, 2009 at 3:52 pm
Hi Paul,
Thanks for the quick and informative response. I have seen almost all of the symptoms that you describe including the log messages related to the LSN.
My question is...
May 20, 2009 at 12:54 pm
Viewing 15 posts - 76 through 90 (of 142 total)