Viewing 5 posts - 181 through 185 (of 185 total)
Hmm..
You may want to look into next performance degrading areas:
- Locking/blocking issues as a result massive select, insert, update, delete operation
- Tempdb files space issue
- Database log...
September 15, 2009 at 12:27 pm
You may want to see this info first:
http://www.sqlservercentral.com/Forums/Topic337658-149-1.aspx
September 15, 2009 at 12:21 pm
The message means a connection to a database was requested using a connect identifier, and the connect identifier specified could not be resolved into a connect descriptor using one of...
September 15, 2009 at 12:14 pm
Linked server is a simple way, but it is not the most secure way in serious production environment, because normally every server has own set of the users, admins,...
September 3, 2009 at 12:44 pm
I can see several reasons for this error message:
1. Backup file is incomplete or it is just part of stripped backup set.
2. Backup file corrupted by antivirus software during the...
September 3, 2009 at 12:06 pm
Viewing 5 posts - 181 through 185 (of 185 total)