Viewing 15 posts - 4,756 through 4,770 (of 13,871 total)
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
As you're in 2016, you can use DIE syntax:
DROP TABLE IF EXISTS #ReturnDBNames
January 25, 2018 at 7:24 am
Firstly, Phil - I'm not great with C#...
January 25, 2018 at 7:20 am
January 25, 2018 at 6:14 am
January 24, 2018 at 2:28 pm
January 24, 2018 at 2:13 pm
I am doing some Q/A work where I am executing a ob that I need...
January 24, 2018 at 7:06 am
Viewing 15 posts - 4,756 through 4,770 (of 13,871 total)