Viewing 15 posts - 316 through 330 (of 433 total)
Review the following links for more info:
http://msdn2.microsoft.com/en-us/library/ms151247.aspx
Minaz Amin
June 26, 2007 at 4:40 am
There is no need to backup the database.
You can follow the earlier suggestion. You can give sample data to the customer instead of giving the real data.
Minaz Amin
June 26, 2007 at 4:39 am
First thing Do you have application DB backup ? If Yes then install SQL Server once again and restore the user / application database from the backup
Minaz
June 22, 2007 at 4:53 am
SQL Server 2000 supports the Force Protocol Encryption option to control the Net-Library encryption. When the Force Protocol Encryption is on, SQL Server uses Secure Sockets Layer (SSL) to encrypt...
June 19, 2007 at 6:43 am
You can enable the Force Protocol Encryption option on the server, or on the client. Enable Force Protocol Encryption on the server by using the Server Network Utility. If you enable Force...
June 19, 2007 at 6:42 am
June 19, 2007 at 6:13 am
Please review these links for more information on deadloack and how to troubleshoot them.
June 19, 2007 at 5:49 am
I think there is a corruption, caused by the Stale Read or Lost Write activity.
Try running dbcc checkdb and also check the hardware, firmware for the root cause of the corruption. You...
June 15, 2007 at 3:46 am
OK..
1. What I see is lots of cluster index seek. that tells me correct indexes are not in used. Have you use any index hints ? If not then once the right...
June 15, 2007 at 3:28 am
Just I wanted to know if the joined column are indexed ?? the plan shows there are nested loop joins, and according to BOL :
June 15, 2007 at 1:25 am
June 15, 2007 at 12:52 am
June 11, 2007 at 5:47 am
From the error message it is clear there is a netwroking problem. Are you able to ping server where you are backing to ?
Minaz
June 8, 2007 at 6:00 am
Use the DBCC CHECKDB command on the database.
I am not sure if there is any command to check the intergrity / internal structure of the mdf file in SQL Server. If...
June 8, 2007 at 1:36 am
Viewing 15 posts - 316 through 330 (of 433 total)