Viewing 15 posts - 991 through 1,005 (of 1,248 total)
I assume that you use backup device. Did you check if all 3 members are there?
March 29, 2007 at 9:37 am
Based on the explanation by Microsoft, it is an error due to Invalid parameter in DB-Library function reference. It means that either you do not provide right number of variables,...
March 29, 2007 at 9:31 am
Possible solutions:
1. Service Pack issue:
http://www.windowsitpro.com/Article/ArticleID/43010/43010.html
2. Application issues:
March 28, 2007 at 8:46 am
I cannot see from your script that it is used for restoring a database from one server to another. Did you try to use mapping drives?
March 28, 2007 at 8:39 am
If no one else changes the data while you ran your queries, you may check if the data is corrupted.
March 28, 2007 at 8:32 am
You may run DBCC MEMORYSTATUS to memory usage. If memory is not in a good shape, you may try to run
DBCC DROPCLEANBUFFERS
DBCC...
March 27, 2007 at 3:43 pm
I would like to bet the locks. I would like to try sp_who/sp_who2 to find the locks if I were you.
March 27, 2007 at 3:15 pm
Remove the first left parenthesis after SELECT.
March 22, 2007 at 2:57 pm
You did not specify your case in detail. Here is a link, which may be helpful.
March 22, 2007 at 2:27 pm
Try
CHARINDEX ( expression1 , expression2 [ , start_location ] )
March 22, 2007 at 2:24 pm
Jeff:
sysinfo does not work if we have multi-thread.
Many thanks for your input.
March 16, 2007 at 9:23 am
Thank you very much for your prompt reply. Personally, I do not think we can roll back to a lower service pack. A system database cannot be rolled back. Even restoring a user...
March 16, 2007 at 9:02 am
Adam:
The approach you recommended helps only after installing SQL Server. In reality, we can go to the Device manager to find the number of processors (I just confirmed it). The data...
March 15, 2007 at 8:31 am
Thank you very much for your input. But this script may not be able to provide a correct result. I ran it against my own PC. It returned 2, but...
March 14, 2007 at 2:41 pm
As long as you can register an SQL Server from your EM, you should have no problem at all to link any SQL Server.
March 14, 2007 at 12:48 pm
Viewing 15 posts - 991 through 1,005 (of 1,248 total)