Forum Replies Created

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

  • RE: SQL 2005 Clustering issues

    you are trying to start the instance from the system32 directory, you need to change directory to the correct bin location path before issuing the start command!

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

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

  • RE: Problem Moving The Data Files Using Alter DB

    na1774 (2/28/2012)


    Hi Everyone,

    I am trying to move my DB data files into different drive. I used Alter DB and Modify File Commands. But After I changed the Location of File....

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

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

  • RE: SQL Server 2008 R2 memory usage

    YaHozna (2/29/2012)


    Hi, hoping to get some advice on an 'issue' I'm currently facing with regard to memory usage.

    Quick bit of background would probably help. My company has recently implemented a...

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

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

  • 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" 😉

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