Activity overview
Latest activity by lp135
I still see sql prompt stuck on Loading Parameters... in version 10.16.0.13262. It's making me look like a fool when I share my screen to pair with other developers, which is the opposite of what I intended to pay for. Downgrading to 10.14.21.9884 from the link above.
/ comments
I still see sql prompt stuck on Loading Parameters... in version 10.16.0.13262. It's making me look like a fool when I share my screen to pair with other developers, which is the opposite of what I...
@hoytm when you said "regular execute statement" did you mean that you executed the tSQLt.Run stored proc & passed in the name of your test stored proc like this?
EXEC [tSQLt].[Run] @TestName=N'[TestSchemaOne].[test The Number One Equals the Numeral One]'
/ comments
@hoytm when you said "regular execute statement" did you mean that you executed the tSQLt.Run stored proc & passed in the name of your test stored proc like this?
EXEC [tSQLt].[Run] @TestName=N'[Te...
Why should we care if The EOL marker sequence is not the expected CR/LF? SSMS sometimes complains about this too, but I can't think of any case where it's actually affected how any of my T-SQL code runs. / comments
Why should we care if The EOL marker sequence is not the expected CR/LF? SSMS sometimes complains about this too, but I can't think of any case where it's actually affected how any of my T-SQL cod...