Viewing 15 posts - 4,261 through 4,275 (of 13,877 total)
July 18, 2018 at 2:01 pm
Please elaborate a little: in the case where INS4.Modifier <> '26', what do you want to happen?
Perhaps you are looking for this?left join
INS4 on Proc_CD_Urology.urology...
July 18, 2018 at 11:55 am
Something like this:
right("0" + TOKEN( @[User::TextDate] , "/",1 ),2) + "/" + right("0"+TOKEN( @[User::TextDate] , "/",2 ),2) + "/" + TOKEN( @[User::TextDate] , "/",3 )
July 18, 2018 at 11:51 am
July 18, 2018 at 11:36 am
In case it helps others, here is a formatted version of the original code:
SELECT DISTINCT
Num = T0.TransId
, T0.Ref1
, T0.RefDate
, ...
July 18, 2018 at 11:30 am
Need help. I need to load a very big csv file into SQL Server...
July 18, 2018 at 5:36 am
Not quite right. See this:
July 17, 2018 at 5:24 am
the metadata...
July 16, 2018 at 10:02 am
July 16, 2018 at 9:59 am
July 16, 2018 at 7:17 am
July 13, 2018 at 2:31 pm
July 13, 2018 at 12:40 pm
.. maybe something is carry within the job
Please explain what you mean by this.
July 13, 2018 at 12:38 pm
July 13, 2018 at 12:15 pm
OPENQUERY takes only a single 'query' parameter, with a maximum length of 8,000, so splitting up the input as you are doing is not going to work (because you are...
July 13, 2018 at 12:12 pm
Viewing 15 posts - 4,261 through 4,275 (of 13,877 total)