Forum Replies Created

Viewing 15 posts - 5,941 through 5,955 (of 9,241 total)

  • RE: max degree of parallelism and tempdb

    cphite (2/27/2012)


    As it stands right now, we're going to leave MAXDOP at 1

    you've just slapped the hand cuffs on every query executing on the server!

    As Gail said, find out why...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Server Migration from VM to Physical Machine

    full machine backup and subsequent restore to the physical box would be my chosen avenue

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: cannot connect to sqlexpress

    dunne.neal (2/28/2012)


    Hi

    I am having problems connecting to a local instance of sqlexpress.

    ive tried (local)\sqlexpress but i get the error saying that the server cant be found

    i click on browse...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Kerberos Hell

    does the computer account for server A definitely have delegation enabled

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Differential backup job is hanging for ever

    gmamata7 (2/29/2012)


    Is this native SQL Server backup, or a third party backup?

    Is it local, or to a remote drive or share?

    It is sql native backup.

    Backups to a clustered drive.

    edit...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Question about Cloning Multiple databases to another Server

    Steve Jones - SSC Editor (2/25/2012)


    You'd have to change the server names, but that's not a big deal.

    Not if they're in an environment that is segregated from the public network,...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Question about Cloning Multiple databases to another Server

    are the disk\file paths different between the 2 servers?

    are you cloning for testing purposes, if so have you thought of cloning the whole server to a virtual machine?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Mirroring issue

    saidapurs (2/21/2012)


    Hi All,

    I got the solution after seeing error log in Witness server.....

    Error :-

    Database Mirroring login attempt by user 'NT AUTHORITY\ANONYMOUS LOGON.' failed with error:...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: how to get total tables useage in database

    hmm, not sure I'd use the index physical stats dmv to get table usages, this should work though

    selectobject_name(p.object_id) as TableName

    , p.rows

    , a.total_pages * 8 as TotalKB

    , a.used_pages * 8 as...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Bulk Insert - (0 row(s) affected)

    could you explain why you have set this

    SQLRO (2/23/2012)


    ROWTERMINATOR = '',

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Learning SQL admin and need help with checkdb

    dbrackin (2/22/2012)


    I am learning SQL admin, took online classes and studing books and on the job. We have a new 2008 sql R2 standard database I set up and a...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Log-shipping .. interesting question

    How many log shipped databases ate we talikng about total?

    It sounds like your main aim is to provide availability?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Certificate files are not visible on shared folder

    What share\NTFS permissions are set for Certstore?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Upgrading SQL Server 2008 From Standard Edition to Enterprise.

    When you launch the sql server installer exactly which option are you selecting?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: 3 node clustering in sql server 2008 R2

    Are you trying to use the same group for the new instance on node b that is already in use for the instance on node a

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 5,941 through 5,955 (of 9,241 total)