Viewing 15 posts - 1 through 15 (of 33 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...
November 12, 2021 at 1:42 pm
current version is 18.10.
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:
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...
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...
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
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...
June 10, 2015 at 12:14 am
I agree 100%. Especially when you SELECT INTO inside a transaction to a temporary table (##) = worst case....
June 9, 2015 at 7:50 am
What about locking system resources when using SELECT INTO?
SELECT INTO was sometimes disadvised...
June 9, 2015 at 3:22 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...
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...
August 31, 2011 at 1:01 am
Any idea how to clean/initialize the outputbuffer?
April 18, 2008 at 6:43 am
Found a script that works using DBCC OUTPUTBUFFER
April 18, 2008 at 5:13 am
Viewing 15 posts - 1 through 15 (of 33 total)