Viewing 15 posts - 46 through 60 (of 105 total)
Just created a tmp table and ran the query that looks at the default traces and nothing comes up for temp tables. Appreciate the help.
December 1, 2016 at 11:04 am
That's what I was thinking as well. I will run this query
SELECT *
FROM sys.dm_exec_cached_plans
CROSS APPLY sys.dm_exec_sql_text(plan_handle) AS st
WHERE text like '%#%'
look for create...
December 1, 2016 at 10:21 am
Hello Chris,
I tried this before, but doesn't this trace only catch the culprit if they create the temp table at the time of the trace being ran? It won't...
December 1, 2016 at 9:42 am
That's what I figured, but not what I want to hear. =). Ok next question is then how do we find out who the person is that created...
November 30, 2016 at 4:12 pm
Sounds good thank Perry. I was going to contact Msft next, but wanted to know if somebody from forums new first. Appreciate it.
October 26, 2016 at 11:14 am
Yes both nodes are up. Thanks guys appreciate the information!
August 8, 2016 at 10:12 am
Ok sounds good. I'm assuming though you don't need the sql services running on the passive node to run the sql upgrade correct? Sorry this is my first...
August 5, 2016 at 11:09 am
I didn't read it I just assumed that since we have to upgrade the passive node first you would need to run the upgrade advisor against the node your upgrading...
August 5, 2016 at 10:13 am
Problem is in dev, test and staging these are stand alone servers and in PROD they are clustered does that make a difference?
August 3, 2016 at 3:26 pm
thanks for the information.
June 22, 2016 at 3:19 pm
So which one is it? =) I think I will go down the SP 1 first then the cu route. It doesn't hurt I guess to go...
June 1, 2016 at 2:40 pm
Thank you for the rich feedback!
There are no updates or inserts going on to table1 only to table2.
July 31, 2015 at 10:19 am
Alan, your saying for the total time it took to execute and not in real time correct?
June 11, 2015 at 1:40 pm
Nothing wrong with it. This works too awesome thank you!
April 17, 2015 at 12:20 pm
awesome thanks all.
April 16, 2015 at 10:33 am
Viewing 15 posts - 46 through 60 (of 105 total)