Forum Replies Created

Viewing 15 posts - 5,341 through 5,355 (of 7,164 total)

  • RE: Model database recovery model

    Gianluca Sartori (7/27/2011)


    Model is the template for a new database, so, if you don't like it in full recovery, change it to simple recovery.

    No harm: it's your choice.

    +1

    I do...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: DBCC Errors -Migarting SQL 2000 database to SQL 2005

    Ninja's_RGR'us (7/27/2011)


    Sqlsavy (7/27/2011)


    Microsoft is looking into the issue now

    Ok, keep us posted. I'd love to hear a happy ending on this one, even if there's little hope left ;-).

    Me...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Multiple instances on a single port and relationship to Named Pipes protocol

    dan.forest (7/27/2011)


    >> Even if clients were using different server names that resolved to different IPs there could still be network issues with this approach. SQL Server Browser is not always...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Multiple instances on a single port and relationship to Named Pipes protocol

    Elliott Whitlow (7/27/2011)


    opc.three (7/27/2011)


    Elliott, this aligns with what I was thinking too...SQL Server Browser doles out port numbers only...not IP addresses and port numbers.

    Even if clients were using different server...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Remove article from existing publication, does it require a new snapshot?

    David Benoit (7/12/2011)


    Great. I will follow-up later with a bit on subscriptions and the impact of removing them.

    Let me know if you have any problems with the article drop....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Multiple instances on a single port and relationship to Named Pipes protocol

    dan.forest (7/27/2011)


    You were correct on all points opc, thanks. 🙂

    I did set up an Alias that specified the individual IP address on port 1433, turned off named pipes on the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Multiple instances on a single port and relationship to Named Pipes protocol

    Elliott Whitlow (7/27/2011)


    Hold up..

    If you mean, how am I connecting, for the oSQL test here's my connection string:

    osql -S dbserver\dbinstance -U sql_user -P xxxxxxxxx

    Given your config I really can't see...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Multiple instances on a single port and relationship to Named Pipes protocol

    That said regarding aliases...it would be a heck of a lot of work to do all this resolution on the client. You may be able to push aliases to clients...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Multiple instances on a single port and relationship to Named Pipes protocol

    dan.forest (7/26/2011)


    >> Have you considered handling this using Native Client Aliases on each client computer?

    Yes, but using aliases doesn't resolve the issue with all instances needing to listen on the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to Assign SSIS User Variable (DOUBLE) from Execute SQL Task

    Have a look at the attachment. It contains two packages.

    capture_float_as_double.dtsx:

    Shows how to do the type conversion in SQL on the way out. I am stumped as to why this...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to Assign SSIS User Variable (DOUBLE) from Execute SQL Task

    Another option is to capture the result into a string in SSIS and then setup User::dUserVariable as an expression that will convert your string variable to a double.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to Assign SSIS User Variable (DOUBLE) from Execute SQL Task

    Understood. What is the base type of the T-SQL UDT?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Don't show null

    ringovski (7/26/2011)


    Maybe I have to convert them all to strings?

    NULL is the universal marker for "undefined" for all data types. Empty string is only valid for character types so the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to Assign SSIS User Variable (DOUBLE) from Execute SQL Task

    What did you mean by this?

    Unfortunately, this user variable comes from a 3rd party and in order to get it to work, it has to be a DOUBLE.

    Can you post...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: LIKE pattern is not Case Sensitive on CS/AS unicode-Column

    I was hoping to see the plans when run against your live data 🙂

    I went ahead and mocked up 1MM rows of test data and your query 1 performs worse...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 5,341 through 5,355 (of 7,164 total)