Viewing 15 posts - 4,756 through 4,770 (of 13,877 total)
January 29, 2018 at 8:20 am
Mostly I want to know for personal education and understanding, but it seems to me,...
January 29, 2018 at 6:50 am
January 28, 2018 at 3:14 pm
Did you even read my response?
January 28, 2018 at 2:55 pm
2,147,483,647 is the maximum value for an INT, so the error makes sense.
As you have not asked a question, I'm not sure whether that is the answer you were...
January 28, 2018 at 8:47 am
I think that you need to be updating the value of @execimport within your While loop, otherwise the same dynamic SQL will be executed repeatedly.
January 26, 2018 at 11:43 am
I was playing around with it this morning, and I produced...
January 26, 2018 at 10:18 am
This looks wrong:
SELECT * FROM OPENDATASOURCE(@
is the @ sign in your actual code?
January 26, 2018 at 10:13 am
January 26, 2018 at 7:19 am
January 26, 2018 at 7:18 am
Or use a tool like FileSeek, which is very useful if you have all of your .sql files stored locally in a VCS.
January 25, 2018 at 1:42 pm
select * from dbo.test
where name like...
January 25, 2018 at 11:57 am
Does the below look correct if placed within an Execute SQL Task component? Is...
January 25, 2018 at 10:14 am
Viewing 15 posts - 4,756 through 4,770 (of 13,877 total)