Viewing 15 posts - 46 through 60 (of 163 total)
I did try removing database from both node then remove the BAG from first node and second node respective. Somehow, BAG has been dropped from first node but not on...
August 16, 2017 at 11:32 am
August 11, 2017 at 7:52 am
SELECT...
July 18, 2017 at 10:56 am
Never mind. I found the solution.
Updated the query using covnert function:
select @qry='set nocount on;select BatchID ' + @column1name +
' ,UserName,FQFilename,
CONVERT(VARCHAR(20),DateDownloaded,20) as...
June 22, 2017 at 9:44 am
Thanks all for your quick response.
Statistics are updating every day. I can work on changing data type from Nvarchar to Varchar. Is there any alternative for this code/
February 9, 2017 at 9:05 am
( left(Reverse(Left(REVERSE( @[User::ECGVolumeFilePath] ),FINDSTRING( REVERSE( "\\" + @[User::ECGVolumeFilePath] ),"\\",1)-1)),10) )
February 2, 2017 at 10:48 am
February 2, 2017 at 9:35 am
February 1, 2017 at 7:40 am
Anyhow, i found the solution.
DECLARE @sdate DATETIME
SET @sdate = dateadd(D,-15,getdate())
DECLARE @edate DATETIME
SET @edate = getdate()
exec sp... @sdate, @edate
Thanks all.
<b
January 18, 2017 at 8:22 am
Thanks Lowell for your response. But, this article is quit different than our requirement.
Here is an example:
3 databases in 3 AG.
TestAG1, TestAG2 and TestAG3.
I need a script which will monitor...
December 12, 2016 at 11:53 am
Can you please illustrate through the example?
I was trying to use the column (P.propertyvaluesstring.value('//ApplicationPro[1]/text()', 'VARCHAR(50)') AS ApplicationPro) as you mentioned in the view but i am getting error can't call...
December 7, 2016 at 10:23 am
Thanks for reply. But, how can i use that column into main SP?
December 6, 2016 at 3:14 pm
I am extremely sorry about the SQL plan. By mistake, I have attached other execution plan. Please find corrected sql plan.
September 13, 2016 at 9:35 am
Viewing 15 posts - 46 through 60 (of 163 total)