Forum Replies Created

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

  • RE: Looking for the recommended maximum number of DBs per instance

    mtassin (11/12/2008)


    Well presently it's a 4 node all active cluster with 3 GB of Ram given to each SQL instance.

    if the cluster has only 2 instances then 4...

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

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

  • RE: SQL CLR taking up all the VAS memory area ! Any solution

    if you have 4GB RAM or over you need to enable AWE for each instance. What version OS do you use and what version SQL server. You should also configure...

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

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

  • RE: Why Shrink DB is bad?

    Mike Levan (11/12/2008)


    Many DBa's say that shrinking is a bad idea,

    in a word "fragmentation"

    Mike Levan (11/12/2008)


    but that is what we do to gain disk space every time.

    i hope not,...

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

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

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

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