Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • Reply To: Python Map

    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,...

  • Reply To: Python Map

    The print statement also needs to be changed to print(list(result))

  • RE: Dynamic SQL calls

    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...

  • RE: Who's Using the DAC?

    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.

  • RE: Quick SQL Server Configuration Summary Report

    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. ...

Viewing 5 posts - 1 through 5 (of 5 total)