Viewing 15 posts - 1 through 15 (of 50 total)
I was also encountered with the same error. However, in my case, DBCC CHECKDB reported allocation errors. However, this might have been the result of broken linkage chain between objects.
June 26, 2007 at 1:17 am
Hi Nelson,
The default behavior of the SQL Server is to parse the query locally. If you want the dynamic queries to be made and there parsing at the remote server,...
December 31, 2006 at 3:08 am
Hi,
Regarding your queries:
1) The "Auto Create Statistics" and "Auto Update Statastics" for the databases is a common setting that you will find most of the cases as ON. You are...
December 31, 2006 at 12:51 am
I can not give you the technical support but XML format makes the data compatible in hetrogeneous environemt. This makes the secured flow of data over the web, much faster...
December 5, 2006 at 2:00 am
Its in registry. You can verify this information from regedit:
HKEY_LOCAL_COMPUTER\software\Microsoft\Microsoft SQL Server\<your instance>
December 5, 2006 at 1:28 am
Your database will remain in single-user modfe only.
to return to multi-user mode:
ALTER <database-name> SET MULTI_USER
November 28, 2006 at 11:25 pm
Did you check blocking? Run sp_who to check it.
November 28, 2006 at 11:16 pm
Thanks for providing all the information.
Please carry out a few checks:
1) Check whether there is any open transaction on the database or not. To check this, use the following commands:
use...
November 28, 2006 at 4:07 am
Also, please run the command:
DBCC SQLPERF(LOGSPACE)
and let me know the %used value for the database in question.
November 28, 2006 at 3:29 am
Can you tell me the recovery model set for the database, the initial size of the log file and its growth settings?
November 28, 2006 at 3:21 am
Simply backup the transaction log to truncate it.
November 28, 2006 at 2:42 am
In the autogrow option, what is the growth value that you have selected for the database?
November 28, 2006 at 2:40 am
Viewing 15 posts - 1 through 15 (of 50 total)