Forum Replies Created

Viewing 15 posts - 466 through 480 (of 2,640 total)

  • RE: How to delete transaction log backup older than 3 days?

    this is really a simple t sql programming task. read the directory into a table, extract the date from the filename, delete where date > 3 days old....

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

  • RE: Access Denied performing backup on a Network File Share

    apart from suggesting not to do network backups, I seem to recollect that you need to run your sql server service account as administrator to make this work. Local system...

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

  • RE: memory has been paged out

    the most important factor with x64 is that you MUST set the max memory otherwise you'll have big problems. Lock pages in memory can be useful, 16Gb on x64 isn't...

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

  • RE: Table with 60 columns

    60 ints is a tiny table - don't make work - only consider vertical partitioning if you have real serious reasons to do so - it's bit like over...

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

  • RE: SQL Server, SANs and Virtualisation

    this isn't a plug for my blog, but I've been actually testing 3 sans for performance as part of a data centre move, becuase of a nda I can't name...

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

  • RE: Bloated MDF File Size for Database

    I do think a read of a good admin book would be useful; however - your mdf won't shrink even when empty unless you have autoshrink on, which I hope...

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

  • RE: How to make tempdb use > 1 datafile

    I usually run tempdb with files = number of proc cores/2. Once I decide what the usual growth is I fix the file sizes so that tempdb does not normally...

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

  • RE: RAID 1 vs. RAID 10

    I don't want to be rude here guys but talk about the blind leading the blind!! There are a number of excellent white papers available on tuning SQL2005 including the...

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

  • RE: Problem with Rebuild/Reorganize Index

    On the point of the clustered index, I cover this in presentations I do on indexing and there's some mention of this in part 4 of index analysis on my...

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

  • RE: Content Management System...

    I don't want to appear rude but my obvious view is that if you are asking these questions you should be finding a consultant or person(s) who can guide you...

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

  • RE: SQL Profiler - Can it tell you how long query was blocked for

    just a point here - generally queries only time out from the client dropping the connection not as an internal SQL Server operation unless it's a deadlock. If you set...

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

  • RE: Stored procedure has 60 times worse duration after moving from 2k to 2k5

    you'll excuse my perverse sense of humour but when you add all those certifications and such to your post and ask what essentially is a really basic SQL question you're...

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

  • RE: SQL Server Black Book on Indexes & Statistics, Got One?

    hmm I did part of my SQL Bits presentation about choice of clustered index - I will be posting this somewhat complex area shortly. It's too lengthy to put in...

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

  • RE: Parallelism & Inconsistent Query Perormance

    I was told on a couple of occasions that changing the threashold actually doesn't make much difference as the optimiser will over-rule your settings if it thinks best - how...

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

  • RE: Uninstall/Reinstall SQL Server 2005 to new location

    you can do a clean uninstall but it's tricky ( uninstalled 2005 to install 2008 ) What tends to happen is that when you go to re-install it puts in...

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

Viewing 15 posts - 466 through 480 (of 2,640 total)