Forum Replies Created

Viewing 15 posts - 8,731 through 8,745 (of 9,244 total)

  • RE: database restore to a different name

    naushi (11/21/2008)


    i tried to restore a database A (with 2 data files and 3 log files ) to Database B with 1 data files and 1 log file and it...

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

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

  • RE: Why separate data, log and backups on SAN?

    Michael Earl (11/21/2008)


    Your admin should be carving these out of individual physical disk arrays. They often really need different RAID configurations.

    couldnt agree more, does your SAN admin understand the...

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

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

  • RE: Development server configuration(hardware)

    is it absolutely necessary to have dev databases that large??

    at most a small subset of data is usually good enough, 400GB is a bit OTT.

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

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

  • RE: Upgrading SQL 2000 to 2005

    i always prefer a fresh install, that way the original server remains available

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

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

  • RE: Any one can send me answers for these

    i'm still trying to decipher the last post :blink:

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

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

  • RE: Database Mirroring or Log shipping on different server

    if using database mirroring be sure the network connection is stable otherwise you could end up with unwanted fail overs. Log shipping would be more preferrable, but it depends on...

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

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

  • RE: partiton functions and clustered indexes

    what columns does the table have?

    which column(s) were you thinking of creating the index on?

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

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

  • RE: Auditing a table that's being truncated

    are you running server side trace or through profiler?

    what events are you capturing?

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

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

  • RE: Trace Flag 3654

    try this link

    http://sqlug.be/blogs/wesleyb/archive/2007/07/25/memtoleave-issue-in-sql-server-2000-x86.aspx

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

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

  • RE: Transactional Replicating From SQL2K to SQL2K5 - To migrate database

    sounds like a job for SSIS!

    replication doesnt replicate all objects, for instance if one of your tables has no PK it will not replicate. Then you have all the stored...

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

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

  • RE: Clustering Servers

    how much cash do you have basically, clustering will cost more to implement and administer

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

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

  • RE: Dettach/Attach DB

    Mike Levan (11/20/2008)


    which is faster and best(performance) approach when compared with moving database files and attach or restoring backup file.

    i have found detach, copy and re attach generally quicker

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

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

  • RE: Is anyone knows How to change available size in the database?

    if you're uncomfortable with T-SQL you can via management studio drill down through tables to the index level and right click then select rebuild all

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

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

  • RE: Fillfactors and Splitting tables

    splitting tables uses partitioning.

    Fill factors are used for index build operations and determine the fill level of the leaf pages.

    do you mean partitioning tables?

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

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

  • RE: Any one can send me answers for these

    rbarryyoung (11/17/2008)


    Well, let's see:

    venkat.saginath (11/17/2008)


    If the user complaint you that application is running very slow. As a DBA where do you start your work ???

    Usually on my cell phone as...

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

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

Viewing 15 posts - 8,731 through 8,745 (of 9,244 total)