Forum Replies Created

Viewing 15 posts - 1 through 15 (of 109 total)

  • RE: Sharing Code

    I've put some code up here (years ago), then a few years later was trying to solve an issue, did a google search, and what was the first item that...

  • RE: Call stored procedure inside SSIS Script task

    CREATE TABLE encrypted_login_details(

    ServerName varchar(15)

    , username varchar(10)

    , password varbinary(100)

    )

    go

    --EncryptByPassPhrase:

    INSERT INTO encrypted_login_details(ServerName,username,password) VALUES('MyServer','MyUserName',EncryptByPassPhrase('SSIS Is the future','ThisIsThePassword@1234'))

    /*

    -Syntax: ENCRYPTBYPASSPHRASE('PASSPHRASE','text')

    In this statement, PASSPHRASE specifies the data string to be used to derive an encryption...

  • RE: How to install an oracle linked server on SQL Server 2008 r2 failover cluster manager

    Thanks. I d did manage to solve it. Apparently I had a mismatch between the server name in my tnsnames.ora file and the server name in my script....

  • RE: How to install an oracle linked server on SQL Server 2008 r2 failover cluster manager

    There is more than one person watching this...I'm trying to work out what the "SID" is.

    Running the script gives me this:

    OLE DB provider "MSDAORA" for linked server "MyServerName" returned message...

  • RE: No tables or views could be loaded.

    Thanks, but you cannot get to a table list unless you have selected both a database and a server.

    Even though this is two years old, I did end up working...

  • RE: Shadow IT

    What Jim said + 1

  • RE: The TCO of the Cloud

    What's the difference between "the cloud" and a data centre providing hosting? A lot of companies that I've worked with over the years have been quite happy to...

  • RE: setup t-sql 2008

    dwain.c (5/22/2012)


    niall.baird (5/21/2012)


    dwain.c (5/21/2012)


    niall.baird (5/21/2012)


    ISNULL()

    COALESCE()

    Correct! But in case the OP needs a little further guidance, I offer this:

    I'm just lazy... 😀

    You might be surprised how few people take the...

  • RE: setup t-sql 2008

    dwain.c (5/21/2012)


    niall.baird (5/21/2012)


    ISNULL()

    COALESCE()

    Correct! But in case the OP needs a little further guidance, I offer this:

    I'm just lazy... 😀

  • RE: setup t-sql 2008

    ISNULL()

    COALESCE()

  • RE: Self Service SQL

    Evil Kraig F (5/15/2012)


    When you reach your limits with that 1 project that's blown out of scope, give me a call... I'm here.

    +1

  • RE: Self Service SQL

    P Jones (5/15/2012)


    It's just the same as the proliferation of Access databases and Excel spreadsheets out there and we have to control those somehow!

    While I agree in principle, the proliferation...

  • RE: Teambuilding and Bonding

    jay-h (5/10/2012)


    TravisDBA (5/10/2012)


    Thanks, I love dogs better than most people I know.:-D

    Forget 'take your child to work day', I'm pushing for 'take your dog to work day'

    +1

  • RE: Is Software Engineering Dead?

    I haven't yet read the Bloomberg article yet, just the snippets from Steve's editorial. I am a software engineer specialising in Data Warehousing, SSIS & SQL Server...

  • RE: No Overtime

    Revenant (12/8/2011)

    <snippity snip>

    I think I could make an argument that humans share some of what we call 'morals' with other species of mammals; for example, special consideration for mothers with...

Viewing 15 posts - 1 through 15 (of 109 total)