Viewing 15 posts - 166 through 180 (of 207 total)
Grant - you've hit the nail on the head !!!!
I changed the 'SET Commnet = Cast(Cast(237 As Varchar(10)) As Ntext)
in the slow performing query to just 'SET Comment =...
June 14, 2013 at 5:08 am
Grant, the queries are as follows:
-- QUERY 1 TAKES OVER 30 SECONDS AND CAUSES TIME OUTS --
UPDATE [SERVER02].DATABASEA.dbo.TABLEA
SET Comment = Cast(cast(237 AS varchar(10)) AS Ntext)
WHERE UserID = '6FE30BDA-A38B-4DOD-B10F-DC0D324E7883'
--QUERY 2...
June 14, 2013 at 3:39 am
Thank you Grant I will certainly do that.
I have your boook on query tuning distilled...Can you advise me on a 'REMOTE SCAN' i am seeing on a linked server. I...
June 14, 2013 at 3:16 am
Thank you Gail. Very useful. I dont think i've read about this - unless i've totally missed it. 🙂
June 10, 2013 at 7:07 am
Gail - Im sorry - How do i get the data from the default trace ? Are you talking about a profiler trace because i havent been running one ?
June 10, 2013 at 5:39 am
So if the datafile auto grew it would have showed up in the sql logs ?
June 10, 2013 at 5:22 am
Howard - Is there a similar way to see if teh datafile grew at the same time ?
June 10, 2013 at 5:16 am
Thanks very much Howard - that is a really useful script. I have just checked the log backups using this info and everything looks good ie no really big transaction...
June 10, 2013 at 4:57 am
Hi
The login has full sys admin rights - its the main account we use to create jobs.
June 6, 2013 at 2:49 am
OK Phil will do. I've got a week or 2 to implement this so what this space. Thanks
pj:-)
June 5, 2013 at 4:37 am
Phil thats fantastic. Thanks for you advice - it sounds like something as newbie to SSIS i should be able to handle - at least i know now it can...
June 5, 2013 at 3:54 am
Thanks Phil - that sounds great.
I have just had some more info from one of the developers who is settign this up and feel my original question may need a...
June 5, 2013 at 3:31 am
No I definately wont drop the account I will just disable and rename it i think is the best practice.
Is there a way to see if the sa account is...
May 31, 2013 at 5:31 am
Thanks everybody for all the tips.
I finally came up with the following approach using a cursor to loop through the database. I first checked the tables the code returned using...
May 29, 2013 at 4:27 pm
Thanks Lowell.
I'll look into that technique:-)
May 28, 2013 at 8:47 am
Viewing 15 posts - 166 through 180 (of 207 total)