Viewing 15 posts - 826 through 840 (of 1,161 total)
May be you have read this already. I would go with any one of the options given in this article.
August 7, 2010 at 10:57 am
I second what Jeffrey mentioned. Please run SSMS/Configuration Manager as Administrator.
August 7, 2010 at 10:48 am
dsohal (8/6/2010)
dbo. sysssispackages # of records = 20 Data 9544 KB
dbo.sysmail_attachments # of records = 18 Data 4064 KB
dbo.sysjobhistory # of records = 1000 Data = 2184
These...
August 7, 2010 at 10:41 am
If your question is how the backup job is successful without a BACKUP DATABASE command in it, here is the asnwer.
In SQL Server when a Maintenance is created as an...
August 6, 2010 at 9:53 am
1) On each linked server I have ticked the option 'For a login not defined in the list above, connections will...Be made using the login's current security context'
...
August 6, 2010 at 5:46 am
At the time of restore some other application (like antivirus) tried accessing this file and it is pending recovery.
Can you try RESTORE DATABASE databasename WITH RECOVERY?
August 6, 2010 at 5:42 am
This article explains how to insert value into an Identity Column.
August 6, 2010 at 4:35 am
You should have posted this question in SQL7,2000 forum. However, check if the setup log file has any information. It is C:\Windows\sqlstp.log
August 6, 2010 at 4:24 am
The database size will increase when you are rebuilding the index.
Reindexing and Shrinking is a very bad idea. When you shrink the database the indexes will be fragmented, which defeats...
August 6, 2010 at 4:19 am
Microsoft documents this error as
This can happen if a sockets client (which includes SPX) aborts the connection. This error is usually seen in conjunction with error 17824 when on sockets-based...
August 6, 2010 at 4:14 am
What is the status of replication after this error? If the queue reader agent has been running fine ever since, I don't see any issues with this.
August 6, 2010 at 3:45 am
First of all why would you try all this in an Cluster Environment (Assuming it is in production).
To resize the data file to less than the currently allocated space, you...
August 6, 2010 at 3:35 am
Please check if SQLAGENT.OUT file has any error messages at the time of this error. If the SQLAGENT.OUT file does not have entries during that time frame, I feel Agent...
August 6, 2010 at 3:19 am
Resource database cannot be moved. You cannot change the location of that database using SSMS since it is not listed there. Please refer this article on how to move System...
August 5, 2010 at 11:03 pm
Viewing 15 posts - 826 through 840 (of 1,161 total)