Forum Replies Created

Viewing 15 posts - 8,776 through 8,790 (of 9,241 total)

  • RE: Rebooting an AD controller gracefully

    kendal.vandyke (11/6/2008)


    We have multiple datacenters and each datacenter has 2 controllers for redundancy.

    all these DC's are on the same domain then are they?

    kendal.vandyke (11/6/2008)


    What I really mean by 1st...

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

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

  • RE: Recover database with only .LDF file

    the following stored procedure

    sp_attach_single_file_db

    attachs a single file database, however it relies on the MDF not the LDF. M$ went to all the trouble of cov ering this, I'm sure if...

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

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

  • RE: Rebooting an AD controller gracefully

    kendal.vandyke (11/5/2008)


    Hoping someone's gone through this before...In my production environment I've got two AD controllers. When I reboot the 1st controller there's a brief period when all new Windows auth...

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

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

  • RE: CHANGING SQL SERVER DOMAIN

    right click my computer and select properties. Change the domain and reboot. its only the servername that SQL server uses. Domain membership will just affect the accounts who can connect

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

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

  • RE: Loading database with the latest .bak file

    me and my big mouth, forgive me it looks as though XP_FileExist doesnt accept wildcards 🙁

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

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

  • RE: Loading database with the latest .bak file

    you shouldnt need to and personally i wouldnt use xp_cmdshell. Use one of the file access extended stored procedures to find the files in the directory and list them to...

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

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

  • RE: sql server connection

    is it a default or named instance?

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

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

  • RE: Switching to Simple Mode for Reindex and then back to Full Recovery

    create and alter index are minimally logged under simple and bulk-logged. i would set the recovery to bulk logged for index rebuilds and back to full afterwards followed by a...

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

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

  • RE: restore a DB to developer server with smaller datafiles than in Backup

    thats assuming he wants to strip data out 😉

    personally i would always truncate and de personalise data before giving it to development

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

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

  • RE: restore a DB to developer server with smaller datafiles than in Backup

    michael.anyone (10/27/2008)


    shrinking is not a real choice because the DB will be at 100GB within a year

    makes this post rather redundant then really as your target server will need the...

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

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

  • RE: Dynamic IP versus Static IP connection

    i would disable DHCP and assign each machine a static IP. check the hosts file on each pc to see if there are any entries in there. Its located in

    C:\windows\system32\drivers\etc

    or

    C:\winnt\system32\drivers\etc

    set...

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

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

  • RE: Which is quicker when inserting: DROP table and rebuild indexes, or TRUNCATE

    there's more than one way to skin a cat my friend 😉

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

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

  • RE: Dynamic IP versus Static IP connection

    the public DNS servers will have no knowledge of your internal network naming

    from a command prompt type the following and post the complete results

    IPCONFIG/ALL

    also what make\model is your router?

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

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

  • RE: Which is quicker when inserting: DROP table and rebuild indexes, or TRUNCATE

    you wont be able to truncate tables if there are referential integrity constraints on them (foreign keys for example)

    disabling the indexes will help from a performance point and maybe you...

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

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

  • RE: Errors in MSSMS running jobs

    go into add\remove programs and run a repair on the .NET 2.0 framework

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

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

Viewing 15 posts - 8,776 through 8,790 (of 9,241 total)