Viewing 15 posts - 391 through 405 (of 965 total)
David Benoit (5/12/2009)
May 12, 2009 at 7:55 am
Krishna,
Have you done this specifically with Sharepoint? Log shipping isn't my forte, so I am curious how it would work for a product like Sharepoint where the Service account...
May 12, 2009 at 7:48 am
I'd agree with Markus, from a licensing standpoint no, but your best bet would be to contact Microsoft Licensing directly:
In the US, call (800) 426-9400.
In Canada, call (877) 568-2495.
May 12, 2009 at 7:45 am
Per the Book Online, that wait type signals the following:
Occurs when the pushing or pulling of a page to a snapshot (or a temporary snapshot created by DBCC) sparse file...
May 12, 2009 at 7:41 am
Go with 2008. The improvements and enhancements to manageability in 2008 alone make it worth upgrading to.
May 12, 2009 at 7:38 am
Unless you are normally running CHECKDB (a recommended practice to catch these problems early on and reduce downtime/risk of data loss) and can look at the historical runs for how...
May 12, 2009 at 7:33 am
The default configuration for SQL Server should be used unless you have a demonstrated problem that requires a different configuration. This is to include the Max Degrees of Parallelism...
May 12, 2009 at 6:39 am
I would think that Step 4 would be done before Step 3, but I could be wrong. If the databases are owned by one of the logins in Step...
May 11, 2009 at 10:58 pm
I would agree that this points to a physical disk problem on your server. Your only recourse may be to recover from your previous backup at this point. ...
May 11, 2009 at 10:56 pm
Kendal,
Your best bet will likely be to capture the information from the DMV's as listed in the following Whitepaper:
http://technet.microsoft.com/en-us/library/cc966545.aspx#EEAA
May 11, 2009 at 10:54 pm
Adi Cohn (5/11/2009)
I would set the filter on TextData column to the value - %create%table%#%Adi
Don't forget that you can also have SELECT * INTO #TempTable and Worktables created by the...
May 11, 2009 at 10:51 pm
Suresh,
Glad it could help. If you have the available means, moving logs separate from data is definately a thing to do. If it means laying out more money...
May 11, 2009 at 10:48 pm
Grant Fritchey (5/11/2009)
I wouldn't recommend an either/or approach on this unless there was an overriding reason to disable the automatic statistics maintenance.
I agree with Grant on this point. You...
May 11, 2009 at 2:12 pm
Ivan Ojeda (5/11/2009)
... and Auto Update Statistics Asynchronously ON.
Make sure that you take good note of this, because this actually runs on a background connection to the database that will...
May 11, 2009 at 2:10 pm
What kind of backups are being done, and what are the recovery models of the databases that succeed , and for the model database as well?
May 11, 2009 at 11:19 am
Viewing 15 posts - 391 through 405 (of 965 total)