Viewing 15 posts - 3,916 through 3,930 (of 13,877 total)
Does this version work?BEGIN TRY
DROP TABLE #adr_test;
END TRY
BEGIN CATCH
-- nothing to drop
END CATCH;
CREATE TABLE #adr_test
(
style ...
October 29, 2018 at 10:20 am
Your ScriptResults enum is missing.
Why are you doing this in a script task rather than a stored procedure? This logic belongs in the database.
Try this:
October 29, 2018 at 6:10 am
Why would a vendor mix and match like that?
Incompetence? Lack of care?
I doubt there's a technical reason.
October 26, 2018 at 1:48 pm
October 26, 2018 at 1:36 pm
Yip agree theres much better ways of doing it but hes implemented this...
October 26, 2018 at 12:55 pm
Just figured out it had nothing to do with the SQL upgrade but it does...
October 26, 2018 at 12:54 pm
When I run it on 2017, the numbers are sequential.
What is the point of this code?
And please do not rely on the 'quirky update' unless you...
October 26, 2018 at 12:20 pm
Double-click the constraint line.
October 26, 2018 at 9:20 am
October 26, 2018 at 7:54 am
October 25, 2018 at 2:29 pm
Here is a simple C# function which returns true if a file is locked, false otherwise.
private bool FileIsLocked(string filename, FileAccess file_access)
...
October 25, 2018 at 1:22 pm
October 25, 2018 at 1:15 pm
I'm sure that there are good reasons for you choosing to do this the way you have, but I do have a few questions / comments.
October 25, 2018 at 11:56 am
SQL Prompt can do all of the terminator legwork for you.
October 25, 2018 at 8:21 am
Viewing 15 posts - 3,916 through 3,930 (of 13,877 total)