Returned results less in Excel 2003

DBD

New Member
Joined
May 5, 2004
Messages
25
Ok, See if anyone has heard this one before. It's wacky

A while back I created a macro that excutes a Stored Proc on SQL SERVER and simply returns results to a worksheet. The Proc is a hard coded query (see code). The Wacky thing is that the same query (hard-coded not dynamic) returns less results in 2003. Example, In Excel 2000 and 2002 the results are 145 records. In Excel 2003 the results returned are 103.
Any Idea??

- thanks
DBD


Code:
---CODE From STORED PROC in SQL Server (No Params Passed)----
---Only only showing it to show it is hard coded.
SET TextSize = 16000

SELECT     pkey as [CAPA #], OrgLevel1, BriefSummary, Status, Originator, QSM, Assignee, name AS [Product Type], dateentered, AssignedToDate, RequestedReplyDate, 
                      ImpDate, [Assigned Org Level 3], Rtrim(SupplierName) + ' (' + rtrim(SupplierID) + ')' AS Supplier, CMTS as Comments
FROM         vw_CAPAReportDetails
GO
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Forum statistics

Threads
1,224,316
Messages
6,177,849
Members
452,810
Latest member
jeffrey0409

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top