Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
1k views

How to add parameters to an external data query in Excel which can't be displayed graphically?

I often use MS Excel's Get External Data to create simple reports - running queries against databases and displaying nicely in Excel. Excel's great features like filtering and pivot tables and ...
1
vote
0answers
144 views

Office 2010 query crashes

Office 2010 causes MSQuery to crash when running a big query like this: SELECT TRANSACTION_DETAIL.ACCT_ID, TRANSACTION_DETAIL.ACCT_DESC, TRANSACTION_DETAIL.ACT_COST, ...
1
vote
1answer
831 views

Calling a SQL Server 2000 Inline Table-Valued Function from Excel 2003 / MS Query

A large part of our user base accesses corporate data by building ODBC queries inside Excel 2003 using Microsoft Query. For the more complex stuff they often get me involved. There have been a ...
1
vote
3answers
1k views

Excel: filter table rows by specified column value

I have a table with first column as primary key. Ex: id value1 value2 1 10 5 2 2 3 3 12 5 .. I also have a second list of id's I want to select, which can have ...
0
votes
1answer
108 views

Excel ODBC Import from MySQL

I have an excel import from ODBC setup using MSQuery and all of the data and rows I want are being returned fine there however when I send the data to my excel workbook I am missing 3 fields day, ...
0
votes
1answer
330 views

OPENROWSET converting phone number in excel sheet to decimal format instead of varchar

One of my field in excel sheet is a phone number and when I bulk import using openrowset and insert it in varchar(50) field it gets converted into decimal format. This is what I am doing: CREATE ...
0
votes
0answers
67 views

Why MS query, that is used to import data in excel have not the same syntax as the MS Access? and how to overcome this

Why MS query, that is used to import data in excel have not the same syntax as the MS Access? and how to overcome this
0
votes
2answers
139 views

I have a query that does 2 sums, and then the first will subtract the second, but in some cases the second is null

I have a query (in MS-Query, MSQRY32.EXE) that does 2 sums, and then the first will subtract the second, but in some cases the second is null, how do I go over this? (Sum(CASE WHEN m.mcdmv=11 THEN ...
0
votes
1answer
695 views

Server moved, now MS Excel 2003 queries won't work

We use MS Query to retrieve data from various databases to create management metrics (i.e. within Excel, go to Data...Import External Data...New Database Query). The SQL query and parameters (mostly ...
0
votes
1answer
393 views

How do I disable ms query's auto wrapping of column aliases with quotes in excel 2007?

I'm working on a sheet that accesses a legacy data source via MS Query. I'm trying to alias some of the ridiculously ugly column names but the data source doesn't support wrapping alias names with ...