Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. VijayHP

    Converting a boolean value (True/False) into a numeric value (1 OR 0)

    Hi Paul, Thanks for your responses. I have got this working using Derived column expressions. Thanks again., Cheers, Vijay
  2. VijayHP

    Converting a boolean value (True/False) into a numeric value (1 OR 0)

    ok. So if I have a column "Plat_CTPDisplay" (of data-type bit) having value as true. Then to convert this column to another data-type (numeric with value 1 for True) I add another column (rather than replacing this column) and then I do the following Create a column and name it as...
  3. VijayHP

    Converting a boolean value (True/False) into a numeric value (1 OR 0)

    Hi Paul, Thanks for the quick response. However, I am not sure how I can do a conversion at the source level. I have used the OLE-DB source to connect to the SQL DB and selected a table. I dont see any provision here to do a conversion. Also since I am very new to SSIS, I still couldn't...
  4. VijayHP

    Converting a boolean value (True/False) into a numeric value (1 OR 0)

    Hello all, We have a requirement wherein we need to transfer contents of few tables (SQLServer) into an CSV file and then from the CSV file we need to insert into Oracle using sqlldr utility provided by oracle. We used SSIS to transfer the contents of SQLTable(s) to CSV file. Now when we run...

Part and Inventory Search

Back
Top