Viewing 15 posts - 38,236 through 38,250 (of 49,552 total)
A bookmark lookup is done when SQL uses an index for a query but that index is not covering. Hence SQL has to lookup to the cluster/heap (bookmark lookup) to...
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
June 23, 2009 at 2:01 pm
Set the log to a size that it needs to be for the volume of transactions and frequency of log backups and then leave it alone. Repeated shrink/grow can cause...
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
June 23, 2009 at 1:57 pm
Lynn Pettis (6/23/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
June 23, 2009 at 9:38 am
will (6/23/2009)
What does the 'restrict file growth' do if you set it to 10mb for a transaction log? Would it not let the log file go over 10mb?
Correct, the...
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
June 23, 2009 at 9:36 am
If you're talking about the default instance, then it's 'name' is the server's name. With named instances you can specify the instance name, but the base is still the server's...
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
June 23, 2009 at 9:24 am
will (6/23/2009)
However some of my questions still remain..
Specifically....
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
June 23, 2009 at 9:10 am
sarvesh singh (6/23/2009)
BACKUP LOG with truncate_only
Deprecated in SQL 2005, gone in SQL 2008.
Oh, and the full backup goes after the log truncation. If you do it before then the log...
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
June 23, 2009 at 8:58 am
HDMan (6/23/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
June 23, 2009 at 8:56 am
kiranjanga2 (6/23/2009)
Can u pls edit this sp for running in sqlserver2000.Thanks in advance.
Why don't you tell us what errors and what lines, and we'll advice you on resolving them.
Personally,...
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
June 23, 2009 at 8:38 am
Please read through this - Managing Transaction Logs[/url]
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
June 23, 2009 at 8:36 am
nscott (6/23/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
June 23, 2009 at 7:56 am
Then please do a statistics update, preferably with full scan. I wasn't asking to remove fragmentation, an index rebuild updates stats and, from what I can see, stats are way...
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
June 23, 2009 at 6:54 am
jcrawf02 (6/23/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
June 23, 2009 at 6:32 am
Tom Brown (6/23/2009)
SELECT
'blank line above',
'and below'
above gives me some IE errors in preview - but preserves the blank lines
(syntax highlighter can't find brush for 'noncode')
And in Firefox gives those errors...
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
June 23, 2009 at 6:23 am
Since you're formatting you'll have to reinstall SQL, so no changes will 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
June 23, 2009 at 6:05 am
Viewing 15 posts - 38,236 through 38,250 (of 49,552 total)