Forum Replies Created

Viewing 15 posts - 301 through 315 (of 2,640 total)

  • RE: Enable network transaction support in DTC for SQL 2005 & SQL 2008

    as from windows 2003 you had to enable network msdtc for linked servers to work.

    The security implications are as good or as bad as your implementation - make the rights...

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

  • RE: Compression Wizard Issue

    it's a really tiny difference. never used the wizards - I always actually test on a test server and compare results - suggest you try the same.

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

  • RE: Transfer logins and passwords from SQL Server 2000 to SQL Server 2008

    the micosoft methods in technet work absolutley fine between versions. have used for sql 2000 to 2008 with no problems and now use this as part of DR to keep...

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

  • RE: Shrink TempDB considerations & impact

    If you do wish to shrink tempdb issue a checkpoint and dbcc updateusage commands first.

    I usually use shrinkfile and shrink to a defined size. It's not something I'd normally do...

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

  • RE: Shrink TempDB considerations & impact

    I'm sure someone will post to say you should have dedicated luns/drives - but real world doesn't always allow you that option, in fact I have a couple of...

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

  • RE: Using Volume Shadow Copy to backup a SQL Server

    no not using DPM. I personally think this is not the way to secure a production system, however, I wondered if anyone else was using this type of backup and...

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

  • RE: SQL Server 2008 Performance issue - AMD

    Let's assume you're using x64, which AMD developed. Sorry but I really think this amd vs intel cpu stuff is a bit of anon starter.

    I do believe when you get...

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

  • RE: Capture identity values while inserting multiple rows in Sql Server 2005

    you need sql 2008 ( which is this forum ) and use the output statement ( see merge for further info )

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

  • RE: Data security - external info

    really, really, really bad idea.

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

  • RE: hoe to stop creating a daily database backup file

    I worry a bit because you're asking this question, however, you must have a job to produce the daily backup so edit/cancel the job.

    If you're using a maint plan (...

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

  • RE: SQL Server 2008 running 50% faster on desktop than server - what to look for?

    rdp to the server and repeat the query.

    You might also want to make sure you're starting on a level playing field by stopping and starting the sql service on both...

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

  • RE: Service Account questions

    This is why reducing permissions is always tricky. There are some pages in BOL which explain the basic rights each account requires, however ultimately it is what you do with...

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

  • RE: Issue in connecting to the server

    I can't help directly but I get the semaphore error messages when copying files across a vpn when there are connectivity issues with the connection. I think it's to do...

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

  • RE: PERFMON Statistics For SQL Server Aren't Telling Me What is Going On

    I take your point but creating a new plan every time is ( or was ) the same as issuing a recompile, probably less efficient. SQL 2008 will recompile at...

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

  • RE: How do you do DB builds?

    my experience over 16 odd years is that it only truly works where there is a QA dept who handle/store all the scripts and manage a controlled release process.

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

Viewing 15 posts - 301 through 315 (of 2,640 total)