Viewing 2 posts - 1 through 2 (of 2 total)
So, I anticipate the following happening:
Me: Hey boss, Microsoft has released a security patch. Steve Jones recommends we should patch all of our servers.
Boss: LOL
As a SQL...
July 15, 2015 at 11:19 am
#1812740
Sourav,
I tried testing your script by doing the following:
- Create one database connection and run the following code:
IF (SELECT object_id ('tempdb..##tmp1','U')) IS NOT NULL
DROP TABLE ##tmp1
CREATE TABLE ##tmp1 (
col1 INT
)
INSERT...
December 18, 2014 at 8:29 am
#1765488