Viewing 15 posts - 39,286 through 39,300 (of 49,552 total)
Jeremy Brown (5/5/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 5, 2009 at 1:09 pm
Any errors related to model in the SQL error log?
Is your login sysadmin?
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 5, 2009 at 1:04 pm
Create a transactional replication publication with one table in it (totally irrelevance what table)
Drop the publication
Right click Replication (in management studio's object explorer)
Select Disable Publishing and distribution (providing no other...
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 5, 2009 at 1:02 pm
Searches are faster on indexed columns because SQL can quickly find the matching records rather than having to read through the entire table.
Imagine the telephone directory. Because it's in order...
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 5, 2009 at 11:07 am
Why would I ever trace a gorgeous African summer for that damp, slightly warm couple months that they call summer in the UK?
(before anyone gets offended, I'm originally from 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 5, 2009 at 10:31 am
There's some stuff here that may help, but it assumes you know the basics.
http://sqlinthewild.co.za/index.php/2009/01/19/index-columns-selectivity-and-equality-predicates/
http://sqlinthewild.co.za/index.php/2009/02/06/index-columns-selectivity-and-inequality-predicates/
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 5, 2009 at 10:26 am
I very much liked James Luetkehoelter's Pro SQL Server Disaster Recovery.
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 5, 2009 at 10:25 am
Looks like I'm the boring one.
B.Sc in Physics and Computer Science.
I wanted to go into physics, but I struggled a bit with the maths for it in 3rd year 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 5, 2009 at 10:15 am
Probably because the tables are small. Small tables tend not to defrag, and there's very little point anyway. Fragmentation's only a real issue on large tables when queries are doing...
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 5, 2009 at 9:42 am
Steve Jones - Editor (5/5/2009)
GilaMonster (5/5/2009)
Better idea, come down here in early Dec. You get a vacation...on a plane. Isn't it like 42 hours to fly down there?
I'm not that...
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 5, 2009 at 9:39 am
How full is the transaction log? If there's 90GB of log data in there, it won't shrink below that.
Use DBCC SQLPERF(LogSpace) to see what percentage of the log is full....
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 5, 2009 at 9:31 am
RBarryYoung (5/5/2009)
Jan Van der Eecken (5/5/2009)
Sure, just gimme a shout when you are at the airport.Heh. I so wish I could afford to follow through on this... 🙂
Exchange rate...
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 5, 2009 at 9:22 am
tobe_ha (5/5/2009)
There is a clustered...
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 5, 2009 at 6:33 am
GilaMonster (5/5/2009)
tobe_ha (5/5/2009)
Is there a History where I can see, what recovery models were set in the past?
It doesn't appear to be stored in the default trace (I just checked),...
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 5, 2009 at 6:29 am
Paul White (5/5/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 5, 2009 at 6:08 am
Viewing 15 posts - 39,286 through 39,300 (of 49,552 total)