Tagged Questions
8
votes
1answer
111 views
Excel to SQL, C# libraries
I have an excel spreadsheet that a client has given me which is broken down into multiple worksheets. I need to extract certain columns from each worksheet on a row-by-row basis and to iterate through ...
7
votes
3answers
164 views
ADO SQL type cast Float to String (Excel)
How do I use the CAST in ADO to convert Float values to String?
I tried
SELECT CAST([Field] AS VARCHAR(20)) FROM ...
and
SELECT CAST([Field] AS STRING) FROM ...
and always get an OLE Exception ...
7
votes
9answers
9k views
Tricks for generating SQL statements in Excel
Do you have any tricks for generating SQL statements, mainly INSERTs, in Excel for various data import scenarios?
I'm really getting tired of writing formulas with like
="INSERT INTO Table (ID, ...
6
votes
2answers
149 views
Unique Combination Frequency
I have a dataset with 10 columns. The first column is an unique identifier. The 9 other columns are related attributes. For now, let's just say they are integers. If needed, the data could easily be ...
5
votes
5answers
8k views
MySQL export into outfile : CSV escaping chars
I've a database table of timesheets with some common feilds.
id, client_id, project_id, task_id, description, time, date
There are more but thats the gist of it.
I have an export running on that ...
4
votes
2answers
78 views
VBA macro in Excel to Run SQL Insert statement
Hey im quite new to VBA and I was hoping someone could help me with last bit of code.
I am trying to take cells from a spreadsheet and add them to a SQL table but I am having trubble running the SQL ...
4
votes
2answers
126 views
How to pass multiple values to parameter in Access?
Background / Overall goal
I have an excel spreadsheet, with a list of items that certain roles need to test out.
Roles have members
Roles can have member roles, which have their own users.
I need ...
4
votes
1answer
715 views
PostgreSQL Query to Excel Sheet
I need to export some data from PostgreSQL to Excel (quick customer wish), and the last time Excel had serious problems opening or importing my COPYd csv files (line endings, utf-8 encoding, etc), ...
4
votes
4answers
221 views
Data gathering and manipulation: is there something better than Excel?
I work with people who have historically used Excel and e-mail to 'gather' data from their external contacts. The cells these contacts populate are linked to complicated equations (occasionally ...
4
votes
3answers
192 views
Alternative in using Excel in reporting
Even with the advanced technologies and available database tools (even free alternatives) are available today, it seems that huge number of users are still very comfortable in using Excel IN ...
4
votes
5answers
755 views
excel to oracle db using VS 2005 C#
I want to build a utility that can import data from excel sheet(columns are fixed but sheets can be any number) to oracle db. Can you suggest how should I:
Read excel sheets(n number)?(Best way)
...
4
votes
5answers
15k views
Accessing SQL Database in Excel-VBA
I am copying an VBA code snippet from MSDN that shows me how to grab results from a SQL query into excel sheet (Excel 2007):
Sub GetDataFromADO()
'Declare variables'
Set objMyConn = New ...
4
votes
4answers
4k views
How can I run SQL statements on a named range within an excel sheet?
This is a very simple question which I am pulling my hair out with. No amount of web searching seems to help!
All I am trying to do is take a standard range on an excel sheet (i.e. a named range, or ...
4
votes
5answers
10k views
How to get id of newly inserted record using Excel VBA?
Seems a common enough problem this, but most solutions refer to concatenating multiple SQL commands, something which I believe can't be done with ADO/VBA (I'll be glad to be shown wrong in this regard ...
3
votes
4answers
130 views
Insert large amount of data efficiently with SQL
Hi I often have to insert a lot of data into a table. For example, I would have data from excel or text file in the form of
1,a
3,bsdf
4,sdkfj
5,something
129,else
then I often construct 6 insert ...
3
votes
4answers
416 views
Want to insert excel file data into table using ssis - format problem
I have created an SSIS package i took 'excel source' taking excel file but my problem is I need to take B7 value from excel file and insert it into database table please help because
B7 values is ...
3
votes
4answers
396 views
excel vba - query on a spreadsheet
if i have these 2 tables:
is there some sort of excel vba code (using ADO) that could acheive these desired results which could utilise any query i put in the SQL sheet?
3
votes
1answer
1k views
Excel Date Field Import Problem in Oracle SQL Developer
I have an Excel file (which has data imported from Oracle 10G Database) one of the fields is a
Date Filed which has values like 28-JAN-11 03.25.11.000000000 PM ( Date field is Oracle Time
Stamp(6) ...
3
votes
1answer
157 views
help running my stored procedure from excel
alright so i am trying to run a stored procedure from excel, and i know how to do it without using dynamic dates but i need the date range to be dynamic
Sub TestStoredProcedure()
Dim CServer As ...
3
votes
3answers
244 views
Is it possible to set foreign key between two excel sheets?
Is it possible to set foreign key between two excel sheets and query records from the two sheets?
I got an excel sheet of Student Details and another sheet consists of the total marks. Fields common ...
3
votes
3answers
600 views
Exporting hundreds of thousands of records with ColdFusion
Using ColdFusion 9.0.1, I need to export hundreds of thousands of database records to Excel XLSX or CSV (XLSX is preferred). This must be done on demand. So far I've tried using cfspreadsheet but it ...
3
votes
4answers
1k views
Import data from excel into multiple tables
I'm building an offline C# application that will import data off spread sheets and store them in a SQL Database that I have created (Inside the Project). Through some research I have been able to use ...
3
votes
2answers
2k views
Query Excel worksheet in MS-Access VBA (using ADODB recordset)
I'd like to query an Excel worksheet in VBA and specify conditions.
The simple query "SELECT * FROM [PCR$]" works perfectly, but I don't know how to add a WHERE clause.
I tried cmd2.CommandText = ...
3
votes
4answers
494 views
Excel VBA, how to do multiple database entries
I need to populate a database with thousands of entries on a daily basis, but my code at the moment manually inserts each one into the database one at a time.
Do While lngSQLLoop < ...
3
votes
4answers
1k views
Writing data back to SQL from Excel sheet
I know it is possible to get data from a SQL database into an excel sheet, but i'm looking for a way to make it possible to edit the data in excel, and after editing, writing it back to the SQL ...
3
votes
5answers
1k views
how can you parse an excel (.xls) file stored in a varbinary in MS SQL 2005?
problem
how to best parse/access/extract "excel file" data stored as binary data in an SQL 2005 field?
(so all the data can ultimately be stored in other fields of other tables.)
background
...
2
votes
2answers
64 views
How do I connect Excel securely to sql server 2008?
My company wants to have approximately 100 of their sales people (distributed around the country) to be able to run stored procedures from excel and return the data onto the spreadsheet.
We have sql ...
2
votes
5answers
80 views
How to import complex relational data into SQL Server from Excel
We have business users who are entering product information into excel spreadsheets. I have been tasked with coming up with a way of entering this information into our SQL Server DB. The problem is ...
2
votes
2answers
88 views
ADODB query updates Excel cell as escaped text
I'm trying update a cell within an Excel 2003 spreadsheet, but the problem that I'm having is that Excel adds a single quote to the front of my value. Is there any way to enter the value as an integer ...
2
votes
1answer
95 views
Dynamic WHERE condition when calling SQL from VBA
In Excel I have a column of IDs. I would like to SELECT values from a table conditional on the values in the ID column. So far I've got this, where ws.Cells(i,10) refers to the values of each of the ...
2
votes
1answer
115 views
Excel SQL Syntax JET OleDB Reference?
I´m querying an Excel Sheet from a .NET Application with an Jet driver.
Are there any ressources on SQL on Excel files covering:
Formats, DataTypes, DataConversions, Supported Statements ... ?
...
2
votes
2answers
114 views
import data from Access to Excel generates  char
I am importing data from Access to Excel but sometimes  (latin capital letter a with circumflex) character is generating. Anyone has idea why?
thanks
shuvra
2
votes
1answer
223 views
sql query in excel
I have this query where the parameters are being fetched from 2 cells in an excell sheet, other that the one where the query is. so, the problem is i opened the data connection to change the query, ...
2
votes
1answer
382 views
SQL Import from Excel using non-contiguous range?
I have some Excel spreadsheets that I cannot change as they are used by another department and they will not change them in future. They are .xlsm with over 500 columns (A:TH). I'm trying to import ...
2
votes
2answers
689 views
Query Excel using ADO from VB.NET when a column name is a number
I am using VB.NET to query via SQL an Excel spreadsheet using ADO.
The general way is like this:
SELECT [firstname], [secondname] FROM [Sheet1$]
Which works perfectly
However, one of the headings ...
2
votes
1answer
417 views
Using Parameters in SQL query with sub-query
I have a fairly complicated SQL query with a nested subquery. When I try to use parameters in Microsoft Query is say I can use parameters in queries that cant be represented graphically. So I need ...
2
votes
1answer
591 views
Any references/manuals on SQL in EXCEL with Microsoft OLE DB Provider for Jet 4.0?
is there any references/manuals on SQL syntax in EXCEL connected with Microsoft OLE DB Provider for Jet 4.0 ?
For example, how do I write constants of type date?
What keywords/functions/clauses are ...
2
votes
2answers
209 views
Using Excel to generate SQL - problem handling date field
I have an excel file filled with data my customer wants placed into a database. I've generated a column along the left of the data that looks like this (obviously changed the field names for here):
...
2
votes
6answers
2k views
Excel/VBA: How to paste SQL query with proper string formatting
I've been writing some pretty long SQL queries in notepad and then pasting them into my VBA code as-is and then formatting the multi-line string correctly each line at a time. For example...
In my ...
2
votes
3answers
586 views
Converting a serial number into date
Hallo friends,
In an Excel sheet I will receive the data, which in turn I need to upload it to sql server and then implement the logic.
I have received a date field --[Due Date] as number ...
2
votes
3answers
116 views
migrating mysql to sql server 2008
i have a simple mysql database. it has 3 tables.
here is the create statement for them:
CREATE DATABASE `qcvalues` /*!40100 DEFAULT CHARACTER SET latin1 */
CREATE TABLE `batchinfo` (
`rowid` ...
2
votes
4answers
117 views
How to Implement Excel COMBIN function in SQL
How can i implement Excel COMBIN function in SQL 2005, either in a store procedure or in a function. About COMBIN function in Excel follow this Link.
Thanks.
2
votes
2answers
354 views
Formatting when copying SQL data and pasting in Excel
I want to copy a sql result set and paste it in Excel. But the data I paste in to the spreadsheet doesn't want to recognize Excel formatting. So if I change a column to currency, it doesn't do ...
2
votes
7answers
572 views
SQL statement to grab table names, views, and stored procs, order by schema
Is there a SQL statement that will list the names of all the tables, views, and stored procs from MS SQL Server database, ordered by schema name?
I would like to generate an Excel spreadsheet from ...
2
votes
2answers
92 views
Is it realistic to edit an ecommerce db with Excel?
I'm building an ecommerce website and the client insists that he'll be able to edit products with Excel spreadsheet.
It is a bit complex ecommerce website.
We have
physical product - computer
...
2
votes
3answers
673 views
In Excel how to create multiple rows from a single data row
I have an execl datasheet with data looking like this
id desc part no 1 Qty 1 part no 2 Qty 2 part no 3 Qty 3
1 PartsName 382A012-3-0 3 382A023-3 3 ...
2
votes
12answers
329 views
Select uniques, and one of the doubles
I have a table with columns A, B and C.
Column A might have duplicates.
I need a query that will get me a resultset with unique values in column A, and I don't care which possible duplicate it takes.
...
2
votes
3answers
7k views
Diagnosing an OLEDB exception when Quering Excel 2010
To query an excel sheet via SQL, I used to use either:
Dim excelConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + strPath + ";Extended Properties=""Excel ...
2
votes
2answers
250 views
2
votes
4answers
920 views
Compare rows in a spreadsheet with records in a database
I have an Excel spreadsheet provided as a report, when really its more of a database, with the row number acting as primary key. I need to compare some columns in this set with a different set of ...