Viewing 15 posts - 1,486 through 1,500 (of 2,649 total)
if you are working with SQL 2019 and get R configured and up and running you can write Excel files with it - and probably easier than with SSIS
There was...
May 9, 2020 at 12:33 pm
did you try cleaning the query and using exists instead of not in ?
Assuming that the query is exactly as you supplied the following could be changed - may or...
May 8, 2020 at 9:19 pm
Adding to the sql from Chris above.
you wanna search for any module that has
you also need to look for...
May 8, 2020 at 8:16 pm
if only the where is generated but remaining query remains the same maybe changing it slightly could influence QE to choose a different path.
note that for the following the index...
May 7, 2020 at 4:36 pm
Something that seems a bit obvious to me but hasn't actually been posted in this thread is that you really need to simplify your proc. Anything that is 3300...
May 7, 2020 at 2:27 pm
link is to allow you to give permissions to start a job - it has nothing to do with what the job does afterwards.
so separating the 2 things - did...
May 7, 2020 at 5:45 am
only changes to "character size" was done on 2012 with the inclusion of new _SC collations to allow for UTF-16 and the expansion done by 2019 to allow for char...
May 6, 2020 at 1:13 pm
not needed any more
May 6, 2020 at 10:21 am
you are missing the commas separating the columns
May 6, 2020 at 9:37 am
thanks for the clarification.
this should then do the trick - as before replace the "base" table with your own table
select b1.EMID
, b1.visit_date_01
...
May 6, 2020 at 7:39 am
did you look at the instructions link I supplied? that would allow you to do it without granting permissions directly to the user
May 5, 2020 at 11:39 pm
free subs are limited to particular zones so you may need to try a different one.
May 5, 2020 at 9:26 pm
that code isn't setting the variables - but rather concatenating the contents of the variables with the remaining of the SQL statement
following should do the trick
ALTER PROCEDURE...
May 5, 2020 at 6:53 pm
one of the good features of 2019 vs 2017 - R is available to install on a Cluster on 2019 - not so on 2017.
May 5, 2020 at 6:43 pm
that is clearer but still could you explain why
01/07/2017 had an increment when difference between previous date is only 30 days
01/08/2017 did not have an increment when difference between previous...
May 5, 2020 at 6:40 pm
Viewing 15 posts - 1,486 through 1,500 (of 2,649 total)