Forum Replies Created

Viewing 15 posts - 19,966 through 19,980 (of 26,484 total)

  • RE: SSIS deployment

    bozworth hollinz (7/6/2009)


    ah, found this nifty link in relation to the dynamic connections in SSIS

    http://www.sqlservercentral.com/articles/Video/64262/

    Just curious, does anyone use the SQL table for storing their configurations?

    We also use a...

  • RE: SQL Split query

    Mario Garcia (7/6/2009)


    I have used a function to parse data. It can be altered some to fit your needs.

    You may want to search this site a bit. You...

  • RE: SSIS deployment

    We haven't moved to a production environment yet, but what I am curious about is your comment about modifying meta-data in your packages. What meta-data did you have to...

  • RE: Composite primary key & auto increment problem

    GilaMonster (7/6/2009)


    Lynn Pettis (7/5/2009)


    I concur, your db design is flawed, and fails the 3NF.

    It's violating BCNF if I'm not mistaken. There's no inter-data dependency (so passed 3NF) but there is...

  • RE: Add column at ordinal position programmatically

    WayneS (7/5/2009)


    Lowell (7/5/2009)


    I slapped together a stored proc sp_GetDDL that returns the table DDL, complete with indexes ,defaults, everything...there's a function version as well; that would probably work just fine...

  • RE: SQL brian teaser...

    Digs (7/5/2009)


    Every one is a comedian.

    Life of Brain ! ( I am kidding )..

    A little humor helps a bit...

    With that, though, Jeff really wasn't kidding when he asked you to...

  • RE: SQL brian teaser...

    Jeff Moden (7/5/2009)


    Lynn Pettis (7/5/2009)


    Now, one last little ribbing. You spelled BRAIN incorrectly in you post header. 😛

    Heh... Picky, picky, picky...

    Hey, I could have said something at the beginning but...

  • RE: SQL brian teaser...

    Now, one last little ribbing. You spelled BRAIN incorrectly in you post header. 😛

  • RE: SQL brian teaser...

    Digs (7/5/2009)


    Thanks the out put was

    1A10

    2B20

    3C30

    Where did the column 'ItemID' come from, have you made changes to the 'DelimitedSplit' function, by allowing and 'Identitiy field ' (increment at 1) ....

  • RE: SQL brian teaser...

    You have much to learn padawan.

    Here:

    declare @Str1 varchar(8000),

    @Str2 varchar(8000),

    @Str3 varchar(8000);

    set @Str1 = '1,2,3';

    set @Str2...

  • RE: SQL brian teaser...

    You are looking at the code in the wrong way. How did I provide you with everything you needed to test the code I provided?? Now, go back...

  • RE: SQL brian teaser...

    And if you'd like a hint, it is all done using the dbo.DelimitedSplit function I provided. 😉

  • RE: SQL brian teaser...

    Oh, by the way, I already have a solution ready once you post the setup code.

  • RE: SQL brian teaser...

    Do you really want our help? If so, please review the code I provided in the SQLTeaserCode.txt file. Once you provide us with what we need in that...

  • RE: Composite primary key & auto increment problem

    WayneS (7/5/2009)


    paulneyman (7/5/2009)


    Ok, can you write a sample how to do that?

    No... we're not here to do your work for you. We will, however, guide you to find the solution.

    As...

Viewing 15 posts - 19,966 through 19,980 (of 26,484 total)