Forum Replies Created

Viewing 15 posts - 47,776 through 47,790 (of 59,064 total)

  • RE: Moving replicated "servers"

    Michael Earl (10/10/2008)


    My suggestion is to stop the services on the original servers, copy the databases (including the system databases) to the new servers, and start the services on the...

  • RE: Moving replicated "servers"

    noeld (10/10/2008)


    or cook your own scripts to do it.

    Cool... I can do that. Thanks for the heads up on that.

  • RE: Moving replicated "servers"

    noeld (10/10/2008)


    I would do it this way:

    1. Take a full backup of each DB, Compress it and start log shipping it. You can d that "NOW".

    2. After you are...

  • RE: Moving replicated "servers"

    Michael Earl (10/10/2008)


    The servers are physically different, but can you convince them to retain the original server names and IP addresses?

    If so, keep everything simple. Stop the services on...

  • RE: Moving replicated "servers"

    My apologies... I forgot to say that they're all SQL Server 2000 Enterprise Edition servers which also means that I just posted to the wrong bloody forum... :blush: I don't...

  • RE: Creating Functions for Stored Procedures

    jcrawf02 (10/10/2008)


    Just curious, if you are working in an environment where DBA's DON'T know not to use sp_, is there another way to filter out the system procs and keep...

  • RE: Delete Duplicate values

    Just to give physical representation of Kenny's suggestions...

    --===== Create a temporary demonstration table and populate it with duplicated info

    -- This is not part of the...

  • RE: Job processing all views in DB

    Thanks for the feedback, Michal. Heh.. No... no searches for the word "cursor" or "while"... that would easily become a full time job on this forum alone. 🙂

  • RE: Suggest me on tables

    jacob sebastian (10/10/2008)


    Look for the following in BOL

    DBCC INDEXDEFRAG

    DBCC DBREINDEX

    One more... DBCC SHOWCONTIG. It produces a report on whether the index(s) on a table actually need to be defragged....

  • RE: 'N' number of usage - Tally Table

    Chris Morris (10/10/2008)


    Hi chaps, this might sound a little blasphemous, but have you tried Visual Foxpro for importing the data? I worked with the product extensively in the 90's (MCP...

  • RE: 'N' number of usage - Tally Table

    Sergiy (10/9/2008)


    One day some developer will read a conversation like this and decide it's good to use "thorn" character as a replacement for CR/LF.

    He/she will agree it with other side...

  • RE: Job processing all views in DB

    Heh... I agree with that, Seth... that's why I'll always print it out and try a couple of pieces first, just to be sure. Thanks for the feedback.

  • RE: Passing array To Stored Procedure

    Thanks for the feedback, Richard. 🙂

  • RE: Did you buy SQL Server for home use?

    If you have the DVD version of MSDN, you probably already have the Developer's Edition just waiting for you on one of those disks.

  • RE: Suggest me on tables

    mahesh.kumar (10/9/2008)


    Hi,

    I have a updation on a datefiled for everyminute in all the records hence if i create a index on datefield wont it give a problem in writing..

    Thanks &...

Viewing 15 posts - 47,776 through 47,790 (of 59,064 total)