Forum Replies Created

Viewing 15 posts - 8,851 through 8,865 (of 9,244 total)

  • RE: Copy Database Wizard - move from SQL Server 2000 to SQL Server 2005

    Loner (10/1/2008)


    I chose not to detach and attach the database because the database is a production database.

    use backup and restore then!!

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

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

  • RE: How to know all database owners of one database

    JMSM (10/1/2008)


    get all database owners of one specific database.

    there is only one database owner, schemas however may be owned by more than 1 object!!

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

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

  • RE: SQL Server 2005 Memory Limits

    george sibbald (9/30/2008)


    as long as you are using 32 bit SQL server, you will need to enable AWE to access memory over 4GB

    and don't enable the /3GB switch in the...

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

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

  • RE: AWE Memory Biztalk and SQL Server 2005 crash

    that's what i mean, i'm surprised you haven't seen the old BSOD

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

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

  • RE: Remote Administration

    net start will show a list of services that have started, you would need to cycle the list looking for SQL server. You could use WMI!!

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

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

  • RE: Log Shipping

    vyas (9/25/2008)


    How can we administer the failure of log shipping? How can we know what the last log was shipped?

    that is why you use a monitor server

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

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

  • RE: sp_trace_create to replace profiler in 2005 express?

    didn't i already answer this for you :unsure: .

    The SP's and Functions are there so no reason why you couldn't perform a server side trace.

    Check the following link for...

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

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

  • RE: what is this???

    Lynn Pettis (9/30/2008)


    that will result in a cross join without a where clause.

    and as explained will almost certainly produce more rows than you can shake a stick at 😉

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

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

  • RE: EMC Clones or SQL Backups for 100 + GB databases

    the EMC clones will almost definitely be homed on replicated LUNs, the SAN fabric will move data around a hell of a lot quicker than any disk to tape I\O....

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

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

  • RE: Excess space in a database data file

    great minds think alike they say 😉

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

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

  • RE: disk space

    TRACEY (9/29/2008)


    plan what size you need your SAN or disks to be

    curious, yulichka doesn't make any mention of a SAN at all :ermm:

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

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

  • RE: AWE Memory Biztalk and SQL Server 2005 crash

    TBH i'm surprised it's only the apps that crashed.

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

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

  • RE: Excess space in a database data file

    Matt Miller (9/30/2008)


    As to the clustered index - rebuilding a clustered index = rewriting an entire table, so it's not out of the question that the file would be just...

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

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

  • RE: AWE Memory Biztalk and SQL Server 2005 crash

    remove the /3GB switch from the boot.ini and reboot the server.

    This switch is not required and indeed shouldn't be used for machines with 12GB RAM or more

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

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

  • RE: SQL Server 64 bit

    wow, sounds like it should do the job!

    what disk config you going for?

    how many\large databases do you anticipate?

    how many user connections?

    how many instances?

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

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

Viewing 15 posts - 8,851 through 8,865 (of 9,244 total)