Viewing 15 posts - 1,081 through 1,095 (of 1,335 total)
http://support.microsoft.com/kb/303257
check if the above kb article applies to your scenario.
June 19, 2007 at 10:54 pm
A simple and more precise document on database nmirroring. I have read the white paper in microsoft foe the same. Appulads to Dave he has brought the more than that...
June 19, 2007 at 10:44 pm
Regarding the user id/password part, if you rebuilt the server all logins will get dropped and recreated. Hence you will be losing the same. You have to recreate the user...
June 19, 2007 at 6:31 am
If you detach, reinstall and then reattach, then the database will retain the collation. I meant that you can create a database with a new collation other than the default...
June 19, 2007 at 6:25 am
I currently don't have one. But sure that this can be written and used in huge environments.
June 19, 2007 at 6:17 am
Did you run the consistency checker on the database and see if there is any errors that it resulted. your error is an outpt of CRC and this would be...
June 19, 2007 at 6:08 am
Remove your update stats and try only with the update statement.
June 19, 2007 at 5:14 am
You have microsoft BPA(Best Practices Analyzer) released for monitoring the seucrity related issues.
June 19, 2007 at 4:09 am
With SQL 2005 the registry path has changed. There in no path MSSQLServer and all details pertaining to the server and instance are located in Microsoft SQL Server itself and...
June 19, 2007 at 3:56 am
Did you try including a log file to track what is happening when the job executes. That will give you a clue where the problem lies. Include the log file...
June 19, 2007 at 3:26 am
Maximum size allowed in a row in a table is 8060 bytes exceedin this you will get a warning as what you have said. Yu can turn off this warning...
June 19, 2007 at 2:31 am
use sp_who2 active to find out the runnable transactions. else sp_who2 will give you a list of all transactions.
June 19, 2007 at 12:30 am
It can be handled this way. Write a DOS program to do the following
1. use OSQL -L to list the servers/machines running sql server and move the list to a...
June 19, 2007 at 12:29 am
Robert is right. ISQL is a 2000 utility hence use SQLCMD to export the data. Also you can use the GUI based import/export wizard to move your data to your...
June 19, 2007 at 12:20 am
Might be because when a server runs 2 instances of sql server the default instance uses the default port and named instance uses a dynamic port. Try to specify a...
June 18, 2007 at 11:05 pm
Viewing 15 posts - 1,081 through 1,095 (of 1,335 total)