Viewing 15 posts - 31 through 45 (of 2,639 total)
suggest could be a trace file of some type - nothing on my systems like this, but I do have temp env vars set to a different drive.
March 11, 2013 at 5:31 am
well it sounds like an io wait .. use the function sys.fn_virtualfilestats to see what's going on initially.
the partial script you've pasted doesn't look like it's written for sql...
March 11, 2013 at 5:27 am
I never understand why there's this issue of shrinking logs - chances are that you'll need that space at some time, probably an index rebuild. The art of managing databases...
October 23, 2012 at 8:27 am
well in an unscientific test ( I increased column sizes in a few tables in a test database ) I saw no change in the table size. I have...
October 23, 2012 at 8:17 am
Hi - oh such a long time ago!! I did actually raise the issue with microsoft and in SQL 2005 you can't clear Tempdb buffer cache, it's not particularly...
April 11, 2012 at 3:49 pm
The whole point about backups is that you must be able to recover from them. We don't run our prod SQL on VMWare ( or Hyper V ) why would...
February 15, 2012 at 3:52 am
I'm not quite sure exactly what you're asking here. Some years ago I looked into using san replication but there is/was the distinct possibility of getting inconsistant data in the...
February 15, 2012 at 3:34 am
Our BI team take 6 hourly diffs - there's some disruption during restores - but we use litespeed ( which is quick ) have fast disk subsystems and lots of...
February 15, 2012 at 3:26 am
sorry, I intended to say I'd never go the new table and rename route - why would you want to do that to a table with say 80 million rows?...
February 15, 2012 at 3:20 am
I did this and offhand can't remember exactly what I did - I think I dropped the PK, altered the column, rebuilt the PK.
The tables in question had int PKs...
February 15, 2012 at 3:18 am
I have a stored proc which writes free space into a table ( so I can track growth if required ) I then have a ssrs report which shows me...
February 15, 2012 at 3:13 am
I hope you're aware of the negative effects of shrinking a data file?
If you must shrink a datafile you should rebuild all the indexes afterwards to get all the...
February 15, 2012 at 3:08 am
for reference this explains, note that there are some differences in windows 2008 r2 clustering.
http://technet.microsoft.com/en-us/library/cc731002(v=ws.10).aspx
February 15, 2012 at 3:00 am
I probably do much as you do. I do have server dashboards which run in SSRS so I have reports which provide info on partitioned ( and compressed ) tables/indexes.
I...
February 13, 2012 at 9:01 am
you might look into Litespeed, you can adjust the level of compression.
February 13, 2012 at 8:57 am
Viewing 15 posts - 31 through 45 (of 2,639 total)