Viewing 15 posts - 5,551 through 5,565 (of 6,678 total)
I'd say that is the best way to go, drop and recreate. The key is doing it in the correct order. When dropping the indexes, drop all the...
March 16, 2009 at 3:36 pm
Would you want the same level of performance if you had to fail over to the mirror?
How long do you expect to be running on the mirror in a failover...
March 16, 2009 at 2:25 pm
It is not easy to understand what you are trying to do without examples. Please review the article that I link to in my signature on how to post...
March 16, 2009 at 2:23 pm
right-click on the maintenance plan and view history - all steps and the duration of each step is in there.
March 15, 2009 at 4:52 pm
Verify that you have enabled remote connections to this instance of SQL Server. Also verify that you are connecting to the right instance.
March 14, 2009 at 1:20 pm
larry Hennig (3/13/2009)
Unfortunately, powershell...
March 13, 2009 at 5:28 pm
larry Hennig (3/13/2009)
March 13, 2009 at 4:59 pm
larry Hennig (3/13/2009)
[/p][p]
I do backup the system databases and recovery them as part of...
March 13, 2009 at 4:35 pm
The only real option you have is to use a SQL Agent job to run your script, and in the next step call your maintenance plan.
The other options are xp_cmdshell...
March 13, 2009 at 4:17 pm
Most likely the reason it is taking so long is that it has to pull all of the data in the remote table locally to perform the filtering, before the...
March 13, 2009 at 4:12 pm
You have to setup EM to include indexes when scripting - has that been done?
March 13, 2009 at 3:44 pm
In a disaster recovery situation, we re-install SQL Server back to the appropriate version (all service packs/cumulative updates). Once installed, we then restore the databases from our backups up...
March 13, 2009 at 3:42 pm
You can't - the only time you will get an error in the maintenance plan is if the job cannot be started.
March 13, 2009 at 3:17 pm
I agree with Lynn - I prefer the second method just because it is clearer what you are doing.
March 13, 2009 at 3:14 pm
Viewing 15 posts - 5,551 through 5,565 (of 6,678 total)