Viewing 5 posts - 1 through 5 (of 5 total)
Well that's strange. I'm just starting to learn Python and have v3.8.1 installed. If I use print(result) I get <map object at 0x00000000027C6E80>. If I use print(list(result)) I get [4,...
January 15, 2020 at 6:47 pm
The print statement also needs to be changed to print(list(result))
January 15, 2020 at 4:32 pm
It seems to me the second answer could be correct as well. If the DECLARE statement included a value for @CustomerKey then the query won't error. So, if the second...
March 29, 2019 at 11:42 am
Just for clarification, in SSMS you need to click the button for Database Engine Query:
Then type in "admin:<SERVERNAME>" in the Server name: field.
October 3, 2018 at 2:30 pm
Hi, I like your script, but I did discover a bug. In SQL 2008 the integration services registry key name is MsDtsServer100 and in SQL 2012 it's MsDtsServer110. ...
February 11, 2015 at 2:51 pm
Viewing 5 posts - 1 through 5 (of 5 total)