Viewing 15 posts - 1 through 15 (of 34 total)
I was assisting on a similar error message as well. Did you manage to fix this?
In my case, this was occurring on a single node windows cluster.
Initially the service...
June 5, 2015 at 1:46 am
Ratheesh.K.Nair (12/23/2013)
Blocking by the same process itself is not a big problem .
Is there any other way to improve the execution time (has gone from 2 hrs to 20+ hrs)...
December 23, 2013 at 7:34 pm
free_mascot (12/23/2013)
Usually DBCC CHECKDB should be executed during off-peak hours.
DBCC scheduled to run off-peak hours
What is type of server? i.e. prod, dev, test?
PROD
what is the size of database?...
December 23, 2013 at 7:43 am
Thank you for the info on SPNs. I had checked the SPNs are registered under the SQL Server Service account names for both Instance name and the Port#( this is...
July 16, 2013 at 10:38 pm
John Mitchell-245523 (7/9/2009)
May 8, 2013 at 10:07 pm
mymail.default (2/17/2011)
I checked the SQL Service account to have permissions to this file.
Check if the SQL Server Agent service account has access to this file (and location).
December 20, 2012 at 8:48 pm
Hi Aadhar,
I am not sure if thers is any way to monitor the execution of sp_configure procedure.
You can use the below approach.
1. Make sure "show advanced options" is...
December 4, 2012 at 11:43 pm
That was really helpfull.
I was trying to execute on SQL Server 2008 R2 and bumped into an issue with the Collation parameters with the "keycolumns ".
To work around,...
May 22, 2012 at 9:07 pm
Thanks Perry for the article.
The new partitions when they are created gets its own filegroup and is placed on...
April 10, 2012 at 5:59 pm
The file names are the same. But some of the files are in different location.
April 10, 2012 at 3:54 pm
* Use partitioning for tables having more data(based on date)
* Use data and backup compression to reduce the size of the database and there by reduce the backup size and...
October 15, 2011 at 5:21 am
You can check the below query.
select * from sys.server_principals
where sid = (SELECT SUSER_SID('MyDomain\DomainUserA'))
This would probably give you a different login name than 'MyDomain\DomainUserA'
You would probably have to drop the login...
May 10, 2011 at 7:28 pm
The sp_link_publication did not work.
I have changed the options in security configuration of MSDTC section of the component services to 'allow remote administration' and 'allow inbound' and 'allow outbound'...
March 27, 2009 at 5:15 am
1) shrink the file -- Does not reduce this value
2) restarted the server -- Resets the value to 0
3) Detach the server -- Does not change...
March 7, 2009 at 6:51 pm
Viewing 15 posts - 1 through 15 (of 34 total)