MM,
super cool... got it to work... now to sort out the parameter stuff!
Pieter
Thank you!
This is just what I need, with one small problem - I can't find the "Parameters" button that you mention.
One option is to modify the Connection properties that are being used to execute the stored procedure.
I'm assuming you're using Excel 2013... if not, I don't know - haven't used 2010 in a long time.
Data tab ==> Connections
Click the Properties button
Click the Definition tab
Connection type: SQL
Command Text: EXEC dbo.EnrolleeSymptoms 'LUN90';
EXEC schema.StoredProcedureName param1Value param2Value param3Value....
That's probably the easiest way. If you want it to be more flexible, you'd have could change the properties of the connection programmatically. I have it here somewhere in a book, if you need it. Seems like it should be much less of a PITA to pass param values from Excel to a stored procedure... but it isn't.
kirkevans (8/20/2015)
Thank you!This is just what I need, with one small problem - I can't find the "Parameters" button that you mention.
Connection properties window.
MM
select geometry::STGeomFromWKB(0x0106000000020000000103000000010000000B0000001000000000000840000000000000003DD8CCCCCCCCCC0840000000000000003DD8CCCCCCCCCC08408014AE47E17AFC3F040000000000104000CDCCCCCCCCEC3F9C999999999913408014AE47E17AFC3F9C99999999991340000000000000003D0000000000001440000000000000003D000000000000144000000000000000400400000000001040000000000000F03F100000000000084000000000000000401000000000000840000000000000003D0103000000010000000B000000000000000000143D000000000000003D009E99999999B93F000000000000003D009E99999999B93F8014AE47E17AFC3F400000000000F03F00CDCCCCCCCCEC3FA06666666666FE3F8014AE47E17AFC3FA06666666666FE3F000000000000003D1800000000000040000000000000003D18000000000000400000000000000040400000000000F03F000000000000F03F000000000000143D0000000000000040000000000000143D000000000000003D, 0);
MM,
Any idea why the parameters button would be grayed out? I'm using Integrated Security, and the SQL Instance is on my local PC.
So I can't specify a parameter as (?).
(Oh, just to make things fun, since posting this originally, I upgraded to Office 2013.)
pietlinden (8/23/2015)
MM,Any idea why the parameters button would be grayed out? I'm using Integrated Security, and the SQL Instance is on my local PC.
So I can't specify a parameter as (?).
(Oh, just to make things fun, since posting this originally, I upgraded to Office 2013.)
The example I posted in my last post is using integrated security on the local PC. Make sure you are using Microsoft Query, not SQL Server as the connection type.
MM
select geometry::STGeomFromWKB(0x0106000000020000000103000000010000000B0000001000000000000840000000000000003DD8CCCCCCCCCC0840000000000000003DD8CCCCCCCCCC08408014AE47E17AFC3F040000000000104000CDCCCCCCCCEC3F9C999999999913408014AE47E17AFC3F9C99999999991340000000000000003D0000000000001440000000000000003D000000000000144000000000000000400400000000001040000000000000F03F100000000000084000000000000000401000000000000840000000000000003D0103000000010000000B000000000000000000143D000000000000003D009E99999999B93F000000000000003D009E99999999B93F8014AE47E17AFC3F400000000000F03F00CDCCCCCCCCEC3FA06666666666FE3F8014AE47E17AFC3FA06666666666FE3F000000000000003D1800000000000040000000000000003D18000000000000400000000000000040400000000000F03F000000000000F03F000000000000143D0000000000000040000000000000143D000000000000003D, 0);
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply