Viewing 15 posts - 46 through 60 (of 156 total)
Sorry - correction - yes- it shows what is configure in CATCH.
Any help is much appreciated.
With Regards,
November 23, 2015 at 8:53 am
Based on what I have searched, for HA fail over cluster and for DR just schedule the backup and restore of SSAS databases. one thing that would come in to...
July 21, 2015 at 11:11 am
I am still stuck at this, can any one help?
June 29, 2015 at 6:24 am
Thank you very much. However, I still get the same error. just to recap this is what I did.
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'Password123'
..........................................................................................
CREATE CERTIFICATE MyCertificateName
WITH SUBJECT =...
June 26, 2015 at 8:29 am
I did read the article, and since I am new at SQL Server , so I need a bit more direction. The relevant convert function I see is below from...
June 25, 2015 at 12:43 pm
I understand that I need to use convert function, but how and where, need a bit more explanation. Hope people wont mind.
June 25, 2015 at 10:15 am
If you have installed as a default instance, please type the name of the instance, also make sure the SQl Services are up.
alternatively, you can also enter "." period instead...
April 7, 2015 at 9:39 am
Great, That's what I was looking for.... Thanks a Bunch guys.
Regards,
April 6, 2015 at 7:46 am
So it be some thing like this.
EXECUTE dbo.IndexOptimize
@databases = 'USER_DATABASES, -name_of_the_database_tobe_excluded',
@FragmentationLow = NULL,
@FragmentationMedium = 'INDEX_REORGANIZE,INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
@FragmentationHigh = 'INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
@FragmentationLevel1 = 5,
@FragmentationLevel2 = 30,
@SortinTempdb = 'Y'
April 6, 2015 at 7:27 am
I understand, but with this way who would I exclude one database , my understanding is , using 'user_databases' runs it against all the user databases.
I would like to run...
April 6, 2015 at 7:24 am
Hi Jeff,
Thanks for the reply. so will this be correct version.
EXECUTE dbo.IndexOptimize
@databases = USER_DATABASES, -databasename,
@FragmentationLow = NULL,
@FragmentationMedium = 'INDEX_REORGANIZE,INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
@FragmentationHigh = 'INDEX_REBUILD_ONLINE,INDEX_REBUILD_OFFLINE',
@FragmentationLevel1 = 5,
@FragmentationLevel2 = 30,
@SortinTempdb = 'Y'
Regards,
April 6, 2015 at 6:47 am
Thanks DBA from the Cold.
I am new to Power shell but can give this a try. But copying the latest file is still being done by my Xcopy command, the...
March 31, 2015 at 8:16 am
Ok , so what I did to resolved the issue, not really sure it will work .. but will monitor it. at 2:11 when this deadlock occur, there was...
March 31, 2015 at 7:40 am
When I will do retry, will it start the whole process again , or just starts form the failed index?
With Regards,
Ahmed
March 31, 2015 at 7:06 am
Hi All,
so after few days, the job failed again and since I was logging this time I was able to find the error.
Date and time: 2015-03-31 02:08:21 Command: ALTER...
March 31, 2015 at 7:05 am
Viewing 15 posts - 46 through 60 (of 156 total)