+ Reply to Thread
Results 1 to 10 of 10

VBA: Pulling MS SQL data to text file

  1. #1
    Forum Contributor VAer's Avatar
    Join Date
    09-10-2016
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    803

    VBA: Pulling MS SQL data to text file

    I would like to post this thread (kinda different topic) regarding a reply in previous thread: https://www.excelforum.com/excel-pro...-database.html

    How to use VBA to pull data into text file? I was able to use below code to pull data from MS SQL to excel sheet, however, sometimes there are multiple millions of records (or I don't want to make excel file size too large, just use a text file as data source), how can I modify the code and pull data into text file (using below folder path)?

    From the text file, how can I use VBA (SELECT *** From Text_File Where ColumnName = ***) to pull data from text file to excel sheet?

    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    Last edited by VAer; 11-06-2024 at 04:23 PM.

  2. #2
    Forum Contributor
    Join Date
    11-01-2024
    Location
    Korea
    MS-Off Ver
    M365 64bit v2411
    Posts
    254

    Re: VBA: Pulling MS SQL data to text file

    Please show your origianl Query String.

  3. #3
    Forum Contributor VAer's Avatar
    Join Date
    09-10-2016
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    803

    Re: VBA: Pulling MS SQL data to text file

    TestQuery = "Select * From Table_name"

    The query string is in the post.

  4. #4
    Forum Contributor
    Join Date
    11-01-2024
    Location
    Korea
    MS-Off Ver
    M365 64bit v2411
    Posts
    254

    Re: VBA: Pulling MS SQL data to text file

    I am using UTF-8 non BOM csv files.
    This function return the saved file path.

    Please Login or Register  to view this content.
    Last edited by RhiSJ; 11-06-2024 at 10:19 PM.

  5. #5
    Forum Contributor VAer's Avatar
    Join Date
    09-10-2016
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    803

    Re: VBA: Pulling MS SQL data to text file

    Thank you very much, it looks a lot more complicated than pulling data to excel sheet directly, but that is what I want to learn.

    However, for the second part of my post (From the text file, how can I use VBA (SELECT *** From Text_File Where ColumnName = ***) to pull data from text file to excel sheet? ).

    Text file is just data source for now, how can I pull some of its data from text file to excel sheet? I would like to pull a little data from text file to each of excel sheet, and there could be around one thousand of sheet. https://www.excelforum.com/excel-pro...-database.html

    For example, I want to run SELECT * From TextFile Where Group = 1 , then put the data in Sheets("Home").Cells(1,1) , how to do that?
    Last edited by VAer; 11-06-2024 at 10:44 PM.

  6. #6
    Forum Contributor
    Join Date
    11-01-2024
    Location
    Korea
    MS-Off Ver
    M365 64bit v2411
    Posts
    254

    Re: VBA: Pulling MS SQL data to text file

    This is my Query function from CSV file...

    Please Login or Register  to view this content.

  7. #7
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: Running a bunch of query on MS SQL database

    You could use an IN clause to filter by multiple values at once, or use a join or subquery.
    Everyone who confuses correlation and causation ends up dead.

  8. #8
    Forum Contributor VAer's Avatar
    Join Date
    09-10-2016
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    803

    Re: VBA: Pulling MS SQL data to text file

    @RhiSJ

    Thank you very much!

  9. #9
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,505

    Re: VBA: Pulling MS SQL data to text file

    Since you have a lot of data, this won’t work:

    Please Login or Register  to view this content.
    Transpose is limited to around 36K rows

  10. #10
    Forum Contributor VAer's Avatar
    Join Date
    09-10-2016
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    803

    Re: VBA: Pulling MS SQL data to text file

    ChatGPT Question: How to use VBA to write MSSQL table data to text file?

    Code from chatgpt, wonderful.


    Please Login or Register  to view this content.
    Last edited by VAer; 12-29-2024 at 10:50 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Pulling data from source file into main file
    By cmb80 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 03-16-2023, 03:28 PM
  2. Pulling data from source file into main file
    By cmb80 in forum Excel General
    Replies: 1
    Last Post: 03-15-2023, 10:44 AM
  3. Replies: 1
    Last Post: 09-10-2021, 02:32 AM
  4. Extracting/pulling data from text file into excel sheet
    By guest2013 in forum Excel General
    Replies: 0
    Last Post: 01-26-2015, 11:31 AM
  5. [SOLVED] Pulling data from a text file, splitting by fixed column width
    By ferynd in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-15-2013, 08:21 PM
  6. Pulling text from a separate .cvs file to populate a cell.
    By ihatekale in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-08-2013, 05:43 PM
  7. [SOLVED] pulling three data strings from a text file - at the same time
    By El Conquistador in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-08-2013, 09:27 AM

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