Viewing 15 posts - 91 through 105 (of 330 total)
Hats off to both Andrew and Steve. You supplied plenty of food for thought, espeically regarindg the need for developer access to production data and what to do in the...
May 14, 2009 at 1:08 am
Good point:
>>>>>
The earlier you can realistically unit test and performance tune an app, the less issues you are going to have in production.
>>>>>
Of course while it may not match production...
May 13, 2009 at 5:37 pm
Steve,
I agree with you. Privacy of sensitive data is forieted when it appears in test and dev. I think that's nothing but trouble and one day, if \when the...
May 13, 2009 at 5:29 pm
A number of excellent ideas were suggested. I will take the bits and pieces that apply to our situation. Thanks to everyone for your help.
Barkingdog
May 13, 2009 at 5:25 pm
Jeff,
Per the Extimated Execution Plan, TableA (with 60 millon rows) uses about 56% of the query for a table scan! (I will investigate the "predicate" shown in the display...
May 9, 2009 at 8:01 pm
More info:
1. Temp 550GB was not enough. t-sql job ran into 550GB limit and failed.
2. Found statement causing the issue. The essence is shown below:
insert into
..
select distinct ....
....
from
tableA join tableB...
May 9, 2009 at 12:44 pm
Good idea, Jeff.
I will use the sql 2008 "Data File Auto Grow" and "Log File Auto Grow" trace events for the given database. (From what I understand, the 3rd party...
May 4, 2009 at 11:58 pm
Jeff,
I agree with what you wrote:
>>
You need to reset TempDB to a reasonable size and setup a trace for TempDB growth to help isolate the code that's causing this monstrosity....
May 4, 2009 at 8:57 pm
Thank to everyone for the good advice.
barkingdog
March 24, 2009 at 7:33 pm
Greg,
You wrote
>>> 2. I see no reason for a developer to ever be dbo of a production database. As GSquared said, they should do their troubleshooting in dev or test....
March 23, 2009 at 6:13 pm
Thanks, I will look into it.
Barkingdog
March 20, 2009 at 6:13 pm
You are all correct! I missed this entirely.
Barkingdog
March 15, 2009 at 8:56 pm
Thank you "Ten"
I didn't realize (duh!) that developers could access the FILSTREAM object using C#.
Barkingdog
March 9, 2009 at 10:34 am
Viewing 15 posts - 91 through 105 (of 330 total)