Viewing 15 posts - 91 through 105 (of 113 total)
Thank you for your help and response. Happy learning.
Have great weekend.
June 6, 2021 at 5:26 am
Thank you Lowell. It is working good.
I just have few doubts.
Is there any difference to use this, both are returning same date and format.
"SET @dt=CONVERT(CHAR(8),DATEADD(HH,-24,GETDATE()),112) " . Since...
June 5, 2021 at 3:05 am
Thank you Lowell. I got similar kind of code from some website. But, I do not know, how to remove next run success job from the result.
Ex: job_A runs every...
June 4, 2021 at 5:30 am
Thanks, that does not working.
June 3, 2021 at 11:30 am
Thank you, I never know, date filed can accept zero and default start date is 1900-01-01 00:00:00.000.
select DATEDIFF(mm,0,getdate()) -- DATEDIFF ( datepart , startdate , enddate )
select DATEADD(mm,DATEDIFF(mm,0,getdate()),0)
select DATEADD(mm,0,0)-- DATEADD...
June 5, 2020 at 9:03 am
I have tried and run each separately, the middle part DATEDIFF, I could not get it.
select top 3 [Date] from #tbl_monthly_get_data
select top 3 DATEDIFF(mm,0,[Date]) from...
June 4, 2020 at 4:17 pm
Thank you Sir! This works what I expected.
Happy learning.
June 4, 2020 at 3:49 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
Thank u.
May 1, 2020 at 3:47 pm
Just used other option -Credential $psCred -Verbose
[Update-DbaInstance] Explicit -Credential might be required when running agains remote hosts and -Path is a network folder
WARNING: [20:57:22][Update-DbaInstance] Failed to enumerate files in -Path |...
March 12, 2020 at 9:05 pm
Thanks, I have admin access to the remote server, do I need to add in any particular group of local policy.
March 12, 2020 at 8:54 pm
One option with Powershell is to use dbatools and the cmdlet Update-DbaInstance. You can find more information on that cmdlet in this link: Update-DbaInstance
An example of how to...
March 12, 2020 at 5:34 pm
Thanks Sue.
Yes Jeff, the same I have asked our management, they want all in zero cost. We are small 3 person team.
March 10, 2020 at 5:06 pm
Msg 468, Level 16, State 9, Line 49
Cannot resolve the collation conflict between "Latin1_General_CI_AS_KS_WS" and "Latin1_General_CI_AS" in the concat operation.
February 13, 2020 at 11:47 am
Thanks Chris for script.
February 13, 2020 at 11:13 am
Viewing 15 posts - 91 through 105 (of 113 total)