Viewing 15 posts - 61 through 75 (of 136 total)
I read it as [Value for A] is defined by parameter @p_date, while [Value for B] is defined by the static first of the current year.
October 24, 2017 at 9:33 am
I am trying to find out when using the following New-AzureRmSqlDatabaseImport cmdlet to create a...
October 20, 2017 at 9:33 am
You could swap the values in those MM.DD.YY ones with something like
case when PARSENAME(REPLACE(PTL_StartDate, '/', '.'),2) > 13
then substring(PTL_StartDate,4,2) + '.' + substring(PTL_StartDate,1,2) + '.'...
October 19, 2017 at 1:18 pm
October 19, 2017 at 11:23 am
October 18, 2017 at 11:41 am
Also, I added all the values you supplied initially to Promo and ran this update
update [Promo]
set PTL_StartDate_Dt = Convert(Date, PTL_StartDate, 101 )
WHERE isdate(ptl_startdate)...
October 18, 2017 at 11:34 am
October 18, 2017 at 11:27 am
October 18, 2017 at 10:39 am
October 18, 2017 at 8:37 am
Not trying tostart any argument here, but I just cant...
October 18, 2017 at 7:59 am
October 17, 2017 at 2:18 pm
I would also ask them what their expected completion date is for the migration.
October 17, 2017 at 12:29 pm
Viewing 15 posts - 61 through 75 (of 136 total)