Forum Replies Created

Viewing 15 posts - 5,776 through 5,790 (of 9,244 total)

  • RE: How do you recover disk space from a database that is no longer needed?

    As an extra option you could turn SORT_IN_TEMPDB on, this may offload somewhat to the TempDB rather than using the database filegroup

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

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

  • RE: Question about tempdb data files filling up

    shahgols (4/6/2012)


    Hi everyone,

    Given the setup below, what would happen if the tempdb on the C:\ drive fills up? Will SQL Server crash or does it continue processing by using...

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

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

  • RE: How to identify query causing huge drop in Page Life Expectancy

    Server side traces have much less impact apart the potential for required disk space depending on what you are monitoring

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

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

  • RE: Migrate database server to new machine

    george sibbald (4/4/2012)


    User databases either backup\restore or detach\attach. Backup\restore usually best because the files to copy are smaller and backout is easier if problems with the migration.

    The backups generally won't...

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

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

  • RE: Error: Access to the path ' ' is denied.(mscorlib) in LogShipping Job

    jason07 (4/5/2012)


    *** Error: Access to the path '\\WEBSVR-KL1\TransacLogKL1' is denied.(mscorlib) ***

    tells you all you need to know

    jason07 (4/5/2012)


    Permission on folder i check no problem as same with other copy job.

    Permission...

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

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

  • RE: Making a UDL mirror aware

    Check connectionstrings.com all the info you need will be there

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

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

  • RE: Domain Rename with a domain that contains SQL Clusters

    Elliott Whitlow (4/6/2012)


    Ok first this is a domain RENAME not a domain move, meaning that DomainA is being renamed to DomainB, NOT nodes are a member of DomainA and we...

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

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

  • RE: How to identify query causing huge drop in Page Life Expectancy

    I'd start by runnuning through and verifying any agent jobs that run or have run around that time just to know what they're all doing.

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

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

  • RE: Configure the Database Engine to Listen on Multiple TCP Ports

    Minnesota - Viking (4/5/2012)


    My question is wont JUST adding the new port number in IPALL filed will suffice ? Why do I have to go through creating a new...

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

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

  • RE: How do you recover disk space from a database that is no longer needed?

    chumphrey 12211 (4/6/2012)


    I was told to shrink the database and rebuild the indexes but that just made the database larger!!!

    That's expected, the index rebuild requires enough space to create a...

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

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

  • RE: Configure the Database Engine to Listen on Multiple TCP Ports

    opc.three (4/6/2012)


    Sure, configuring additional endpoints is common when using NUMA.

    No, commonly you would just simply add different port assignments to the TCP\IP address to target database conections to certain...

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

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

  • RE: Configure the Database Engine to Listen on Multiple TCP Ports

    opc.three (4/5/2012)


    I suspect it will work in SQL 2008+, but have not tried it.

    It's commonly used on hardware based NUMA systems 😉

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

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

  • RE: Implementing TDE on Active \Passive Cluster ..

    @bi (4/4/2012)


    How about storing the key and cert in a folder with unique security to that folder.

    What do you guys think ?

    As I said at least use appropriate NTFS ACLs...

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

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

  • RE: Implementing TDE on Active \Passive Cluster ..

    @bi (4/4/2012)


    Thanks Robert. Can you please explain little bit more why we need to save it in a Source control?

    At the very least ensure you apply appropriate ACLs to the...

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

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

  • RE: What is the best SQL Server disaster recovery solution?

    That's such an open question and all the responses here are valid

    Do you have SAN in live and dr?

    Do you have a large budget?

    Do you have excellent (and i do...

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

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

Viewing 15 posts - 5,776 through 5,790 (of 9,244 total)