Viewing 15 posts - 1 through 15 (of 34 total)
Hi Frederico,
and when you try debugging what error do you get? unless for some reason your 18.10 does not have the debug menu at all.
BTW. I tested 18.5 and...
Patrick SIMONS, MCP
November 12, 2021 at 1:42 pm
current version is 18.10.
Patrick SIMONS, MCP
November 10, 2021 at 2:03 pm
Could you please share a screenshot how you debug SPs?
AFAIK you can only use Visual Studio to debug SPs, not SSMS 18....
See also:
Patrick SIMONS, MCP
November 10, 2021 at 11:58 am
I don't have a workaround for the data link sample.
But when using .Net applications you have to add the Tls12 to the security protocol:
Net.ServicePointManager.SecurityProtocol = Net.ServicePointManager.SecurityProtocol Or...
Patrick SIMONS, MCP
November 10, 2021 at 7:27 am
BTW. you forgot a very important feature for developers: debugging stored procedures. SSMS 17 still can it, SSMS 18 not - ADS? That feature is more important than the other...
Patrick SIMONS, MCP
November 10, 2021 at 7:15 am
No words about Microsoft dropped the SQL Debugger in SSMS 18. This is really an import feature.
see: Put Debugger back into SSMS 18
Patrick
Patrick SIMONS, MCP
November 9, 2020 at 6:59 am
Jeff Moden (6/9/2015)
PatrickSimons (6/9/2015)
I agree 100%. Especially when you SELECT INTO inside a transaction to a temporary table (##) = worst case....
What problems have you had there? Or are...
Patrick SIMONS, MCP
June 10, 2015 at 12:14 am
I agree 100%. Especially when you SELECT INTO inside a transaction to a temporary table (##) = worst case....
Patrick SIMONS, MCP
June 9, 2015 at 7:50 am
What about locking system resources when using SELECT INTO?
SELECT INTO was sometimes disadvised...
Patrick SIMONS, MCP
June 9, 2015 at 3:22 am
I got some help here:
Patrick SIMONS, MCP
February 27, 2015 at 7:35 am
creeves 41422 (8/31/2011)
that is an important point - anything can be cracked- including those systems not in the cloud.
Sure everything can be cracked, also local systems. But companies have (or...
Patrick SIMONS, MCP
September 1, 2011 at 3:39 am
But: is the cloud really secure ??? Everybody's moving to the cloud, companies or private persons are putting their data, also sensitive data, outside on a server somewhere in the...
Patrick SIMONS, MCP
August 31, 2011 at 1:01 am
any gurus out there?
Patrick SIMONS, MCP
September 28, 2010 at 2:09 am
Any idea how to clean/initialize the outputbuffer?
Patrick SIMONS, MCP
April 18, 2008 at 6:43 am
Found a script that works using DBCC OUTPUTBUFFER
http://www.sommarskog.se/error-handling-I.html#textretrieve
Patrick SIMONS, MCP
April 18, 2008 at 5:13 am
Viewing 15 posts - 1 through 15 (of 34 total)