Forum Replies Created

Viewing 15 posts - 11,446 through 11,460 (of 13,871 total)

  • RE: Error converting data type nvarchar to numeric

    the problem is not visible in the csv file.

    Are you sure? How did you check? What do you want to do with the bad data?

  • RE: No column information was returned... using OLE DB Source

    A couple of ideas spring to mind:

    1) Do not use Select *

    2) Put a dummy Select near the top of your routine to try and trick SSIS into thinking it...

  • RE: Help with (easy for you) query

    I think you need to put something between the BEGIN and END - not just a comment.

  • RE: Converting Units -- GB, MB, 1024, 1000, 8KB Pages, etc

    jpSQLDude (4/26/2011)


    This is embarrassing to ask, but I just can't find a clear answer. First, this article seems pretty clear in explaining Decimal vs Binary, and mebibyte (binary) vs. megabyte...

  • RE: Export to Flat File issues plz help me on with it...

    Sri8143 (4/26/2011)


    Yes i did it didnt work ..any other suggestions would be helpful...

    This works:

    DECLARE @CRTEXT VARCHAR(50)

    SET @CRTEXT = 'Text ' + CHAR(13) + CHAR(10) + 'more text'

    SELECT @CRTEXT, REPLACE(@CRTEXT, CHAR(13)...

  • RE: SSIS Solution pls

    One of my larger concerns here is the prioritization of the suborder within an ID. Unless that's pre-built into the file, this becomes a painful endeavour of conditional logic, and...

  • RE: Export to Flat File issues plz help me on with it...

    The first thing I'd do is use a hex editor to assure myself that I know exactly what the characters are which need to be replaced.

    Then use REPLACE as part...

  • RE: SSIS Solution pls

    Thanks Craig.

    I was basing my recommendation on this article which, now that I look at it, is not quite what is required here.

    The sample code in the article creates 3...

  • RE: How to Add Column Header

    LutzM (4/23/2011)


    @Phil: the way I read it is that the OP needs Excel to add the column names manually and (guessing starts here) will import it into SQL Server based...

  • RE: How to Add Column Header

    JStevenson1 (4/22/2011)


    I receive semi colon delimited txt file and the column placements/position are always same. Currently, I am having to import it to excel and add column header to each....

  • RE: SSIS Solution pls

    Craig Farrell (4/21/2011)


    You really don't want to do this in SSIS.

    ---

    Actually, I think there is quite a nice way for SSIS to handle this - using an asynchronous...

  • RE: ssis and ssrs interview questions

    patricholier (4/21/2011)


    Hi

    I found that a member asked same question in this forum some months ago.

    Pls use search box to find this questions with comments

    Same as what?

    To whom are you directing...

  • RE: TSQL Logic help needed-- Nested IF

    Neat.

    And there was me trying to find the second occurrence of "\" and SELECT LEFT to that position, dealing with NULLs etc along the way. Not pretty.

  • RE: How to give versioning to my folder in SSIS using FST

    bhavika.chauhan (4/20/2011)


    Hi,

    Every time i run my package , i create dome folders dynamically using FST . But i want to maintain a version for it . How can i create...

  • RE: Insert or Update record

    Jack Corbett (4/20/2011)


    I'll second Keon's suggestion. I was going to suggest exactly what is in the other thread.

    Who's this Keon then? 🙂

Viewing 15 posts - 11,446 through 11,460 (of 13,871 total)