Viewing 15 posts - 39,706 through 39,720 (of 49,552 total)
ALZDBA (4/15/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2009 at 7:09 am
Any chance of seeing the estimated execution plan?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2009 at 4:19 am
rodney.williams (4/15/2009)
Also, your trigger is so generic, how can I make it a global trigger?
My trigger's not generic at all. It's got explicit references to the table and...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2009 at 4:10 am
Try updating the statistics on that table. Fullscan may be necessary.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2009 at 4:06 am
Tim Walker (4/16/2009)
My apologies to Gail, I didn't appreciate what she had linked to when I posted my previous input.
No apology was necessary there. Just because one person posts...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2009 at 4:04 am
It might be in the default trace (set of .trc files in the SQL log directory). If not, then no, it won't be stored anywhere.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2009 at 4:01 am
It's because SQL's allowed to use a different method of scanning the table (allocation order scan) when the isolation level is read uncommitted. The different method is slightly faster, can...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2009 at 3:54 am
Duplicate post. No replies to this thread please. Direct replies to:http://www.sqlservercentral.com/Forums/Topic698243-373-1.aspx
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2009 at 3:49 am
btb1977 (4/15/2009)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 16, 2009 at 1:47 am
Bruce W Cassidy (4/15/2009)
[font="Verdana"]I didn't want to confuse issues by asking "aren't there some ANSI standards around character sets and collations?"[/font]
One question that pops to mind. Did ANSI create ASCII?...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 15, 2009 at 2:24 pm
Are the filters always inequality, as you showed in the first post, or will some be equality?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 15, 2009 at 2:09 pm
Jeffrey Williams (4/15/2009)
http://www.sqlservercentral.com/Forums/Topic697843-146-1.aspx#bm697863
Really -...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 15, 2009 at 2:03 pm
Did you update statistics after the upgrade?
There's no need to bump your post after just a few hours. This is not a chat room, also some people are away due...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 15, 2009 at 1:59 pm
btb1977 (4/15/2009)
We've got a database that is facing massive time out issues since the upgrade from SQL 2005 from SQL 2000.
Did you update all statistics after the upgrade?
For composite...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 15, 2009 at 1:56 pm
Maybe. Could you show a few sample queries? (use profiler/SQL Trace to get a sample workload if you don't already have one)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 15, 2009 at 10:04 am
Viewing 15 posts - 39,706 through 39,720 (of 49,552 total)