Viewing 15 posts - 39,031 through 39,045 (of 49,552 total)
amina omar (1/23/2004)
My transaction log keeps filling up, even though it's backup nightly and should be getting truncated any time it's backed up.
Transaction log backups or database backups? Only tran...
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
May 18, 2009 at 2:18 pm
pradyothana (5/18/2009)
If there is no logshpping in place, Better to truncate the log after backup.
That is terrible advice to give, especially since you don't mention what truncate only does 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
May 18, 2009 at 2:02 pm
The error was probably a left-over from SQL 2000. If you get it again, after you've fixed it with UpdateUsage, then maybe consider calling product support.
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
May 18, 2009 at 1:54 pm
Please don't cross post. It just wastes peoples time and fragments replies.
No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic718937-338-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
May 18, 2009 at 10:23 am
karthikeyan (5/18/2009)
Using this only backup file how can i restore.
You can't.
You have one piece of a backup. If three backup destinations are specified (either in script or in 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
May 18, 2009 at 10:20 am
monsieurmark777 (5/18/2009)
Have checked the DBs and they all seem to be set as "French_CI_AS"...Any clue why I can't append your line?
Check the server's collation (which affects the system databases), check...
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
May 18, 2009 at 10:14 am
DNA (5/18/2009)
You can reorganize the database using a maintenance plan or by shrinking the database in Enterprise Manager/Management Studio.
However note that shrinking will badly fragment all indexes 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
May 18, 2009 at 10:13 am
sk.panda (5/18/2009)
Could you please suggest me what are the best possible way we can optimize the table so that we can improve the performance our application using this table?
Good indexes...
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
May 18, 2009 at 7:12 am
george sibbald (5/18/2009)
Gail, stop it! give someone else a chance! 😀
Type faster in future. 😉
😛
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
May 18, 2009 at 6:34 am
Index fragmentation and disk fragmentation are different things. Indexrebuild and index defrag (and the 2 SQL 2005 replacements to them) fix index fragmentation. They are neither affected by nor do...
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
May 18, 2009 at 6:29 am
jensgc (5/18/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
May 18, 2009 at 6:23 am
SELECT *
FROM sys.databases
WHERE database_id > 4
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
May 18, 2009 at 6:19 am
Jan Van der Eecken (5/17/2009)
Jan Van der Eecken (5/17/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
May 18, 2009 at 6:16 am
monsieurmark777 (5/18/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
May 18, 2009 at 6:10 am
Tom Brown (5/15/2009)
So you're a Brummie?How long did you stick around before heading off for the sun
Yup. Family came to SA when I was 4
Its still raining by...
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
May 18, 2009 at 6:02 am
Viewing 15 posts - 39,031 through 39,045 (of 49,552 total)