Viewing 15 posts - 826 through 840 (of 1,157 total)
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 7, 2010 at 10:41 am
Even I think so 😉
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 7, 2010 at 12:56 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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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'
...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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?
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 6, 2010 at 5:42 am
This article explains how to insert value into an Identity Column.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
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...
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 5, 2010 at 11:03 pm
Please refer this link for getting started.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 5, 2010 at 10:31 pm
If you already have Database Mail configured, please check the properties of the same. It will contain the SMTP server details.
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
August 5, 2010 at 10:25 pm
Viewing 15 posts - 826 through 840 (of 1,157 total)