Viewing 15 posts - 61 through 75 (of 1,179 total)
Pl. see the following example posted on ola's site:
EXECUTE dbo.IndexOptimize @Databases = 'USER_DATABASES',
@FragmentationLow = NULL,
@FragmentationMedium = 'INDEX_REORGANIZE,INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
@FragmentationHigh = 'INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
@FragmentationLevel1 = 5,
@FragmentationLevel2 = 30
You need to put the database name in...
April 6, 2015 at 7:16 am
Check following link which might help:
HTH
March 31, 2015 at 7:31 am
Refer following Microsoft link which will help you to narrow down your deadlock issue:
https://technet.microsoft.com/en-us/library/ms178104%28v=sql.105%29.aspx
HTH
March 31, 2015 at 7:17 am
Yes, it will not change untill you do reindex!
Refer following article for further details:
http://sqlmag.com/database-performance-tuning/seven-step-process-changing-database-collation
March 31, 2015 at 6:58 am
check the following link might help if the issue is related to certificate/encryption:
March 31, 2015 at 2:29 am
Yes, as described by happycat59 SQL SERVER instance have multiple collations. You can also change the collation to your desire using "Alter database" command. But one should know what settings/collations...
March 31, 2015 at 2:19 am
After you set up the log shipping any restore took place on secondary server? What is the recovery model of database?
March 31, 2015 at 2:07 am
Try editing registry carefully if any luck:
http://www.codeproject.com/Tips/278548/Install-SQL-Server-and-on-Same-computer
March 31, 2015 at 1:09 am
As per your requirement create a respective role for the application this will help you in easy maintenance of the security.
March 31, 2015 at 1:03 am
If you are able to recovery using repair_rebuild than it will be good as it do not have any data loss but possibilities are very thin. While using repair_allow_data_loss may...
March 31, 2015 at 12:59 am
Yes, I do understand but unless and until I/O test perform and result is out it is difficult to predict.
January 20, 2015 at 6:32 am
Yes, as W & M is not available all the databases on P will not be accessible. This is lost quorum situation as all 3 instances become disconnected from...
January 20, 2015 at 5:40 am
Viewing 15 posts - 61 through 75 (of 1,179 total)