Forum Replies Created

Viewing 15 posts - 961 through 975 (of 1,790 total)

  • RE: Copy Table from one SQL Server to another

    Right click on the database > Tasks > Export Data. Go through the wizard to find your source, destination, etc and you should be good to go. Make sure that...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Setup Servers - Cost efective

    Mike, the solution that I mention will provide you with that. I don't know of any other way than taking that server out of the "mix" while doing the loading....

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Setup Servers - Cost efective

    Mike - not sure that I qualify for the "expert" criteria that you put in your post but I will share what we do. 😀

    We actually have the instances both...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: upgrade from sql server 2000 to 2005

    You would have to use named instance in this scenario.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Error while taking backup of database.

    Have you stopped and started SQL Agent service? That would be my first try. Second would be to copy the code from the step and make sure that it runs...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Full index Text search is not include the Noise words

    Sorry, but I can't tell if you are stating that it is using the noise words in the search or it is ignoring them in the search. Either way though...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: to rename a file by attaching datestamp at the end of filename using SSIS File task

    Jeff Moden (1/10/2009)


    Heh... of course, the simplest of all the solutions would be to do it all in T-SQL and perhaps a touch of BCP... SSIS not required. 😉

    You...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: One database per customer or One DB for all customers

    The main reasons that I could think about keeping them together is so that you only have to maintain one schema and for manageability. However there are tools now that...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Restore Database Without Log

    Thanks Tim!

    The message "A previous restore operation was interrupted and did not complete processing on file 'SL_Data'. Either restore the backup set that was interrupted or restart the restore...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Restore Database Without Log

    Can you post the statement you are using? Is the last piece of your restore statement "NORECOVERY"? If so, then that is why it is staying labeled as "Restoring". However,...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Restore Database Without Log

    It seems like you should have done the differential restore while you were still in restoring mode. Example from BOL as follows;

    RESTORE DATABASE AdventureWorks

    FROM DISK =...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Questoin Concerning Potential Replication Issues

    However, the greatest caution here is that you are basically doubling your activity for that instance for anything that is being replicated. If you are talking about infrequently used objects...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Are the posted questions getting worse?

    Maybe if you just post the link to the article about how to effectively post the OP will eventually get it. Maybe a bit like Tennis for while but it...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Error: 5243, Severity: 22, State: 1

    Mani,

    This is included in SP1 - http://support.microsoft.com/kb/913090

    Sounds like this isn't the fix you were looking for. Sorry.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: SQL backups taking ages

    Avoid the shrink. That really is never the solution. More frequent log backups would be the best bet to keep the size in check. You can establish multiple schedules so...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

Viewing 15 posts - 961 through 975 (of 1,790 total)