Viewing 3 posts - 1 through 3 (of 3 total)
I often use them with dynamic SQL.
I recently wrote a proc to search every column in every table in a database for a certain value and obviously I didnt...
September 9, 2016 at 5:25 am
#1900003
Hi
nobody is arguing with the fact that cursors should never be used when a set based operation can be used.
What the author is saying is that the mantra...
September 9, 2016 at 2:57 am
#1899978
you could still use
SQL Function "select @@SERVERNAME" which will return the current server.
if you execute it against a connection set to {local} , which is fine as long as you schedule...
August 8, 2007 at 9:26 am
#725468