Forum Replies Created

Viewing 15 posts - 46 through 60 (of 279 total)

  • RE: Reporting Spam

    It seems that lately there's another wave of spammers.... the really bad thing is that the links they have in their post leads to highly infected websites. I got my...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Transferring data from MySql to MS SQL Server

    You can create a linked server and then query it into your MS SQL DB. Do a little search on this forum about linking MySQL to MS SQL 😉

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Image File storing-Database vs File system

    You can actually go with mountpoints and hence not deal with one big drive or drives for the images. Just have different Mountpoints and with those either balance or divide...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Image File storing-Database vs File system

    Your best bet will probably be having just pointers in your database to the actual image location.

    Managing Databases with BLOB's and at the rate you state is a nightmare.

    Having external...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Can I make a query fail without killing the connection?

    Henry Treftz (5/18/2010)


    Yes in the best of all possible worlds this would be addressed via the application.

    I am not looking for suggestions on application development.

    In that...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Free Advice or Free Consulting

    James Stover (5/13/2010)


    I stopped being helpful online about 5 years ago. I'm not interested in helping some stranger in the far reaches of <insert developing nation here> to take my...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Can I make a query fail without killing the connection?

    Henry Treftz (5/17/2010)


    It is a currently running query. So what I want to do is basically do send of a raiserror to an existing connection...

    ...doubt that can...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Can I make a query fail without killing the connection?

    lmu92 (5/17/2010)


    Richard M. (5/17/2010)


    lmu92 (5/17/2010)


    Not sure what you're trying to do but maybe RAISERROR will help (see BOL for details).

    ... you can't "inject" an error to another SPID....

    As...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Can I make a query fail without killing the connection?

    lmu92 (5/17/2010)


    Not sure what you're trying to do but maybe RAISERROR will help (see BOL for details).

    ... you can't "inject" an error to another SPID....

    As far as I...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: No GUI display of schemas in the database, right?

    In SSMS in the Database where you created the Schema, go to Security-->Schemas

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Careful with table name alias

    Nice one.... also good to use as an interview question 😀

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Do any of you use open source DB systems?

    ..... and SQL Express 2008 R2 has now a 10Gb DB limit (same 1Gb memory and 1 processor limit though).

    MySQL is a nice alternative. If you really don't...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Move distribution database to another drive

    Report back: All went well 🙂

    For the benefit of other readers:

    * Stop the Log Reader Agent and Distribution Agent

    * ALTER DATABASE distribution SET OFFLINE

    * Move the data and log file...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Move distribution database to another drive

    OK... Will give it a try and see how it goes. Thanks again.

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

  • RE: Move distribution database to another drive

    Roy,

    just to make sure. On the Publisher, I would stop the Log Reader Agent and on the Distributor/Subscriber I would stop the Synchronization ?

    After I move...

    _______________________________________________________________________
    For better assistance in answering your questions, click here[/url]

Viewing 15 posts - 46 through 60 (of 279 total)