Forum Replies Created

Viewing 15 posts - 1 through 15 (of 205 total)

  • RE: SSIS 2017 connection to Access .accdb file

    It is confusing to create a link between Access and SQL Server.
    I have an old application  created in Access 2010 .mdb format. 
    I have an Windows 2010 computer with 64 bit...

  • RE: Import multiple excel files in one go

    Maybe a solution in two steps.The Excel files are placed in an inbox. A VBA macro will open each file and save the sheet as a TAB sep text file....

  • RE: EXCEL HELL!!!

    What experience do you have in this area?
    Is the SQL server hosted on your computer or
    on a separate server on your intranet?
    If so you would probably logg...

  • RE: EXCEL HELL!!!

    I see it is some stuff I have written in VBA.
    Have you changed the code to your local environment?
    Data Source= yourSQLserver
    Initial Catalog=yourdatabasename
    With this code you...

  • RE: Getting data into SQL Server

    James
    This might be a solution:
    If the users have a Access client with the front end, the database SQL server can the hosted in a server within your Intranet
    (or...

  • RE: Getting data into SQL Server

    Thom
    I agree. Excel is not a full proof and recommended front end if we are talking about a multiuser system for daily work.
    In my case the users...
  • RE: Getting data into SQL Server

    I completely agree that you should not use spreadsheets to store data. As suggested you can use Access as a front end to SQL server
    but you need to learn how...

  • RE: use excel to update backend SQL Table

    "Even that has problems. First, a human has to press a button to do the export instead of being able to read the file at any time. Also,...

  • RE: use excel to update backend SQL Table

    Thanks all
    I have been involved in a number of projects with the purpose to import "Excel data" into SQL server.
    At a start I used ACE   drivers and...
  • RE: Retrieve specific cell value from Excel into SSIS variable

    I agree with twin.devil

    but I use vba in Excel. Search google like

    "vba insert sql excel"

  • RE: SQL Serlect - Result export to EXCEL

    "This is perhaps not what you meant by 'Export' but it is another way to get data into a spreadsheet. It does not require SSMS or any add-in. It may...

  • RE: EXCEL HELL!!!

    "What I've been able to do (and I'm working on getting an article published on the subject) is I've been able to make all of that auto-magic. The import code...

  • RE: EXCEL HELL!!!

    Jeff

    "Not that that's bad but it defines the very problem that I have with all such code. Quite literally, you have to at least look at the Excel spreadsheet, determine...

  • RE: EXCEL HELL!!!

    Jeff

    I apologize for the too short and provocative statements.

    As it was a while ago I used an ACE driver I did a test with a simple Excel file. On a...

  • RE: EXCEL HELL!!!

    Thank you all for this "debate"

    I would nether recommend anybody to use SSIS or an ACE driver in order to import sheets in native Excel file format. This may...

Viewing 15 posts - 1 through 15 (of 205 total)