Forum Replies Created

Viewing 15 posts - 6,061 through 6,075 (of 7,164 total)

  • RE: Transfer data from Sybase to SQL Server 2005/2008

    Have a look at the Sybase Migration Assistant provided by Microsoft:

    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=f39d6150-e611-46e1-84c5-0808010711c8&displaylang=en

    One of the pre-reqs:

    • The Sybase OLE DB provider and connectivity to the Sybase ASE database server that contains the...

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

  • RE: Batch alter stored procedure within one single transaction with error handling

    princa (6/16/2011)


    Lowell (6/16/2011)


    yes, opc.three's comment is the key; i testest it to make sure...for me i created a suite of tables and then 4 different functions and procs, all with...

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

  • RE: remove Identity from a column

    ashkan siroos (6/16/2011)


    Isn't there any solution without droping?

    No. That's an unfortunate property of IDENTITY columns you bump up against when you want to change your schema. They are bound to...

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

  • RE: transfer data from Sybase to SQL

    sateswar_sahu (6/16/2011)


    Hi All,

    I've an application, which uses SYSBASE as back end. Now I want to use SQL Server 2008 and want to transfer entire database to MS SQL 2008.

    I...

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

  • RE: Correcting a DATA_PURITY error

    GilaMonster (6/16/2011)


    opc.three (6/15/2011)


    That's ridiculous :hehe:

    How does one get the engine to store -0.00 ?

    Well there's a reason it's considered a data-purity form of corruption....

    OK, well I feel better. At the...

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

  • RE: Security problem arised while preparing for use of 'Cross Database Ownership Chaining'

    carsten.jorgensen (6/16/2011)


    Hi Orlando,

    We have now retried the changes in production enviroment - doing one step at a time and testing the application afterwards.

    As soon as we changed ownership of schema...

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

  • RE: Problems with CTE (recursive)

    I think you had it Thomas, save for some sorting:

    -- expected results from original post for 1875 as a tabular resultset

    SELECT 1589381 AS ShopID,1875 AS CurrShopID,'BUNNPRIS LAMBERTSETER' AS ShopName,1422021...

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

  • RE: Writing data from one file to the next

    I agree, PowerShell is neat like that. I am happy you found a solution 🙂

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

  • RE: Writing data from one file to the next

    Shawn Melton (6/16/2011)


    I got a little help from Twitter, well alot of help actually...

    Hmmm...maybe I need to plug in over there...I have never used Twitter for tech questions.

    Can you explain...

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

  • RE: Expression from SSIS to TSQL

    Wow...you're still asking for rope 😛

    If all your data follows your example data and all you're trying to do is account for a missing 'BLVD' here and there you can...

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

  • RE: PostGreSQL

    PostgreSQL (PGS) actually offers a far more feature-complete database engine than MySQL. In terms of PGS's query optimizer, locking mechanisms, push for ANSI-SQL compliance and language features/extensions it rivals, and...

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

  • RE: Expression from SSIS to TSQL

    The question comes up on these forums regularly and and trying to match addresses using T-SQL language features is a losing proposition. Now that you have revealed more about what...

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

  • RE: Calling Oracle Procedure

    Cool (that you got it working, not that syntax ;-)) thanks for posting a solution!

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

  • RE: Expression Builder Elipse Button(...) Does Not Appear

    Sorry, out of ideas. Hopefully it's not a bad install.

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

  • RE: Writing data from one file to the next

    The things I think about sometimes while on my commute home...here is a much more efficient version of the script that only writes the final file once and only reads...

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

Viewing 15 posts - 6,061 through 6,075 (of 7,164 total)