Viewing 15 posts - 976 through 990 (of 1,160 total)
Yes. It should be smooth sail. Please ensure to have good backups for the instance. During the migration all you have to do it Stop and Start the SQL Services.
July 28, 2010 at 3:56 am
You may find this post useful.
July 28, 2010 at 2:35 am
First of all it is not good that there is no static IP. Atleast there would be a static server name? You may use the server name in the Import/Export...
July 27, 2010 at 11:29 pm
Did you try the code which I had posted earlier? If that did not work can you please check the value of Resume key in
HKLM\Software\Microsoft\Microsoft SQL Server\MSSQL.1\Setup
MSSQL.1 needs to...
July 27, 2010 at 9:26 pm
Try to make use of TRY/BEGIN, CATCH in the trigger.
Also XACT_STATE can be used for rolling back.
July 27, 2010 at 9:14 pm
Add an output file to the job step which should give you the exact output of the job. Also when the job is running forever, did you find any blockings?...
July 27, 2010 at 1:26 pm
Hi Kemal,
Check if this post helps you.
July 27, 2010 at 1:16 pm
Again, we see the WMI error "Error 80080005 occured executing request for EnumValues" everywhere.
Can you try if the below code as specified here helps?
%SYSTEMDRIVE%
CD %windir%\system32\wbem
Mofcomp.exe cimwin32.mof
Regsvr32 /s wbemupgd.dll
Regsvr32 /s wbemsvc.dll
wmiprvse...
July 27, 2010 at 1:07 pm
You may choose your pick from the options available in Replication.
July 27, 2010 at 7:41 am
You can use the scripts mentioned in this[/url] article and set up a job which does server side trace.
July 27, 2010 at 7:06 am
Did the issue got resolved? Even I faced the same issue today and found that one SPID was blocking the Database Creation SPID. This resulted in the failure of DB...
July 27, 2010 at 6:20 am
Read the "Temporary Tables" section in this article.
July 26, 2010 at 11:13 pm
Viewing 15 posts - 976 through 990 (of 1,160 total)