Forum Replies Created

Viewing 15 posts - 31 through 45 (of 2,640 total)

  • RE: SQL.log file growing rapidly C:\Users\sqlaccount\AppData\Local\Temp

    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.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Diagnosing Page Latch Issue

    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...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Shrining log file not releasing the unused space

    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...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: ALTER TABLE change NVARCHAR size...

    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...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: clearing tempdb from buffer cache

    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...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: SQL, VMs, and Backups... Oh my...

    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...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: CA XOSoft DR solution for SQL Servers with transactional replication

    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...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Log Shipping for Many Large Databases

    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...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Changing data type of column from INT to BIGINT in large table so as to maintain LOG size at current levels in FULL recovery database

    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?...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Changing data type of column from INT to BIGINT in large table so as to maintain LOG size at current levels in FULL recovery database

    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...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Monitor disk space

    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...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Shrinking Data Files

    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...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: SQL Server 2008 R2 EE Active-Passive Cluster Installation Issue

    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

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Best way for SQL Server Partition Management

    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...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: backup tool

    you might look into Litespeed, you can adjust the level of compression.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

Viewing 15 posts - 31 through 45 (of 2,640 total)