Forum Replies Created

Viewing 15 posts - 421 through 435 (of 544 total)

  • RE: SQL Server 2008 Client Import Export Wizard

    Revenant (1/6/2012)


    Please note that the native TIMESTAMP is not a DATETIME type.

    i agree with you..i hope she is not using Timestamp for datetime

  • RE: SQL Server 2008 Client Import Export Wizard

    nazareena.sulthana (1/5/2012)


    Hi

    Thanks for the response i have solved that issue by modifying the related Mapping file (data type DT_DBTIMESTAMP for that 135 datatype mapping).

    But after that also when i...

  • RE: Pass Result of Stored Procedure to SSIS Variable

    Triality (1/4/2012)


    The stored procedure selects it.

    in the Result Set , add the variable which you want to store the sp value and put 0 in the result name only if...

  • RE: SQL Server 2008 Client Import Export Wizard

    nazareena.sulthana (1/4/2012)


    SQL Server 2008 Client Import Export Wizard

    for timestamp field iam getting error in the conversion in the source data type it shows 135. please help me on this

    this is...

  • RE: Trying SQL Server Import and Export Wizard

    nazareena.sulthana (1/5/2012)


    Trying SQL Server Import and Export Wizard iam getting this error

    Error 0xc002f210: Preparation SQL Task 1: Executing the query "CREATE TABLE [SCHSPEC].[CDI_MBS] (

    [CDI_NAME] VAR..." failed with the following error:...

  • RE: pass database name through a variable?

    John Mitchell-245523 (1/4/2012)


    That won't work. Why do you want to build your SQL statement dynamically? It's the same statement you're going to execute no matter what environment you're...

  • RE: pass database name through a variable?

    John Mitchell-245523 (1/4/2012)


    Well, if you don't know the database name, you're stuck. Can you not just ask the owner of the server? Once you find out the name...

  • RE: pass database name through a variable?

    John Mitchell-245523 (1/4/2012)


    How is the database name determined? If you're always passing in the same name, that doesn't sound very dynamic. Maybe what you need is to use...

  • RE: How to split the Records?

    Koen Verbeeck (12/20/2011)


    Charmer (12/20/2011)


    Hi Friends ,

    i have column name CrossStreets in an excel sheet which will be having datas like "W MENOMONEE RIVER PKWY"....

    i need to split the records into...

  • RE: How to split the Records?

    Henrico Bekker (12/20/2011)


    Charmer (12/20/2011)


    Henrico Bekker (12/20/2011)


    Text to Columns.

    in the menu under "Data", "Text to Columns"

    sorry i gave a wrong information...my source is .mdb....

    MS ACCESS?

    yes pal...

  • RE: How to split the Records?

    Henrico Bekker (12/20/2011)


    Text to Columns.

    in the menu under "Data", "Text to Columns"

    sorry i gave a wrong information...my source is .mdb....

  • RE: how to create a Log Files...?

    herladygeekedness (12/13/2011)


    I get lost when you are talking about executing on a client pc. All of our SSIS packages execute at server level. Are you creating a client...

  • RE: how to create a Log Files...?

    Koen Verbeeck (12/13/2011)


    It is the only way.

    You redirect all the rows that generate an error to an output. Include the ErrorCode and the ErrorColumn with it and with some scripting,...

  • RE: how to create a Log Files...?

    Koen Verbeeck (12/13/2011)


    But you will be developing the package itself, right?

    then we need to redirect row for each and every column right..? because i am not aware of data's i...

  • RE: how to create a Log Files...?

    Koen Verbeeck (12/13/2011)


    Charmer (12/13/2011)


    Koen Verbeeck (12/13/2011)


    Read this article, it has pictures, maybe that helps.

    http://msdn.microsoft.com/en-us/library/ms141679.aspx

    i understood that you fell sick of me...that's why you mentioned like "it has pictures"...sorry buddy...i have...

Viewing 15 posts - 421 through 435 (of 544 total)