Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3309206
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:36:47+00:00 2026-05-17T21:36:47+00:00

I have inherited a SSIS package which contains a bulk import task. The bulk

  • 0

I have inherited a SSIS package which contains a bulk import task.
The bulk import tasks uses the following format file:

8.0
38
1       SQLCHAR       0       2       ""                        1     branch_code                      Latin1_General_CI_AS
2       SQLCHAR       0       10      ""                        2     sfkacct_number                   Latin1_General_CI_AS
3       SQLCHAR       0       3       ""                        3     sfkacct_depot                    Latin1_General_CI_AS
4       SQLCHAR       0       35      ""                        4     sfkacct_nominee_name             Latin1_General_CI_AS
5       SQLCHAR       0       2       ""                        5     sfkacct_domicile                 Latin1_General_CI_AS
6       SQLCHAR       0       3       ""                        6     secore_transaction_status        Latin1_General_CI_AS
7       SQLCHAR       0       11      ""                        7     secore_transaction_reference     Latin1_General_CI_AS
8       SQLCHAR       0       16      ""                        8     customer_reference               Latin1_General_CI_AS
9       SQLCHAR       0       35      ""                        9     market_reference                 Latin1_General_CI_AS
10      SQLCHAR       0       35      ""                        10    counterparty_reference           Latin1_General_CI_AS
11      SQLCHAR       0       2       ""                        11    transaction_type                 Latin1_General_CI_AS
12      SQLCHAR       0       18      ""                        12    security_quantity                Latin1_General_CI_AS
13      SQLCHAR       0       10      ""                        13    security_code                    Latin1_General_CI_AS
14      SQLCHAR       0       12      ""                        14    security_number                  Latin1_General_CI_AS
15      SQLCHAR       0       3       ""                        15    security_group                   Latin1_General_CI_AS
16      SQLCHAR       0       8       ""                        16    trade_date                       Latin1_General_CI_AS
17      SQLCHAR       0       8       ""                        17    contractual_settlement_date      Latin1_General_CI_AS
18      SQLCHAR       0       8       ""                        18    actua1_settlement_date           Latin1_General_CI_AS
19      SQLCHAR       0       8       ""                        19    revised_date                     Latin1_General_CI_AS
20      SQLCHAR       0       3       ""                        20    settlement_currency              Latin1_General_CI_AS
21      SQLCHAR       0       20      ""                        21    settlement_amount                Latin1_General_CI_AS
22      SQLCHAR       0       3       ""                        22    cash_currency                    Latin1_General_CI_AS
23      SQLCHAR       0       14      ""                        23    cashacct_number                  Latin1_General_CI_AS
24      SQLCHAR       0       10      ""                        24    broker_code                      Latin1_General_CI_AS
25      SQLCHAR       0       35      ""                        25    broker_description               Latin1_General_CI_AS
26      SQLCHAR       0       35      ""                        26    beneficiary_code                 Latin1_General_CI_AS
27      SQLCHAR       0       35      ""                        27    beneficiary_details1             Latin1_General_CI_AS
28      SQLCHAR       0       35      ""                        28    beneficiary_details2             Latin1_General_CI_AS
29      SQLCHAR       0       35      ""                        29    beneficiary_details3             Latin1_General_CI_AS
30      SQLCHAR       0       16      ""                        30    failcode_org                     Latin1_General_CI_AS
31      SQLCHAR       0       16      ""                        31    failcode_lst                     Latin1_General_CI_AS
32      SQLCHAR       0       35      ""                        32    failcode_description             Latin1_General_CI_AS
33      SQLCHAR       0       2       ""                        33    status_code                      Latin1_General_CI_AS
34      SQLCHAR       0       8       ""                        34    secore_transaction_inputdate     Latin1_General_CI_AS
35      SQLCHAR       0       8       ""                        35    secore_transaction_valuedate     Latin1_General_CI_AS
36      SQLCHAR       0       6       ""                          36    yearmonth                        Latin1_General_CI_AS
37      SQLCHAR       0       2       ""                        37    domicile                             Latin1_General_CI_AS
38      SQLCHAR       0       1       "\r\n"                    38    instruction_mode                 Latin1_General_CI_AS

Coudl anyone tell me what the 8.0 at the top of the file represents?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T21:36:48+00:00Added an answer on May 17, 2026 at 9:36 pm

    It is the version number of the bcp.
    MSDN Link

    It looks like
    SQL Server 2000 – 8.0
    SQL Server 2005 – 9.0
    SQL Server 2008 – 10.0

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have inherited a WCF service which acts as a file cache (each file
I have an SSIS package that executes several tasks. I manually added an event
I have inherited the following Python script: import urllib2 a = urllib2.urlopen('http://mysite/mypage.aspx?action=dosomething') a.read() a.close()
I have inherited code which contains debugging macros. #define DEBUG_LEVEL_NONE 0 #define DEBUG_LEVEL_ONE 1
I have inherited an MVC3 C# .Net Web App which uses CkEditor. The ability
I have inherited a SSIS project. I have never worked with SSIS before, and
I have inherited couple of .Net (C#) application which does not have any tracing
I have inherited a set of legacy webservices (VB.Net, IIS hosted ASMX) in which
I have inherited a terribly written MS Access database that I need to import
I have inherited the following CSS for a site, and I can't tell if

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.