+ Reply to Thread
Results 1 to 2 of 2

Porting of Excel data to SQL Server 2000 remotely

  1. #1
    Luke
    Guest

    Porting of Excel data to SQL Server 2000 remotely

    I have an excel sheet in a client machine and i want to port the data
    contained in the excel sheet to SQL Server located in a different machine.
    Can i do this and if so how?

  2. #2
    Patrick Molloy
    Guest

    RE: Porting of Excel data to SQL Server 2000 remotely

    There are a number of ways to do this, and it pretty much depends on how much
    data.
    Method 1: if there's only a few rows.. and that could be several hundred,
    then from VBA you could simply use ADO -- connect to the database, then
    popluate a recordest from the table, pushing it to the database row by row.

    Method 2: use the SQL server DTS to grab the table from Excel & push it into
    a table...my preferred way for large amounts of data.



    "Luke" wrote:

    > I have an excel sheet in a client machine and i want to port the data
    > contained in the excel sheet to SQL Server located in a different machine.
    > Can i do this and if so how?


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1