Viewing 15 posts - 481 through 495 (of 1,415 total)
edited to remove too much distractions from the thread.
I get the trepidation of cloud computing but thats looking pretty inevitable with today's tech momentum. It would make for...
April 10, 2018 at 7:53 am
Where I work the final responsibility on stored procedures is mine. But I am okay with developers writing a first version and then handing it to me for review....
April 10, 2018 at 6:13 am
We really don't know why they are removing stored procedures tho. I'm guessing that the project(s) could be becoming a burden on the programmers and they could be reaching...
April 9, 2018 at 1:21 pm
April 4, 2018 at 1:45 pm
Give this version a shot, I edited Steve's a bit, needed quotes around the "print" arguments.
edit: fixed schema section, restored Steve's original tests for the conditionals.
April 4, 2018 at 1:27 pm
If you use a stored procedure, you can...
April 4, 2018 at 8:42 am
April 3, 2018 at 10:19 am
could you tell me the definition of "purge"? I've been working at my current job for a bit and I might have been neglecting this duty! It sounds important!
April 2, 2018 at 7:36 am
March 28, 2018 at 10:47 am
March 27, 2018 at 6:42 am
You could also just use your original query inside a cursor / dynamic sql pairing, actually executing the sql is left as an exercise for the reader
declare dbfetcher...
March 26, 2018 at 1:39 pm
unique identifier is not a numeric that can be fit into an int. even a bigint is probably not a large enough integer type to contain the unique identifier type...
March 26, 2018 at 9:08 am
Viewing 15 posts - 481 through 495 (of 1,415 total)