I have a stored procedure that I need to run in excel to create a chart, which will be saved as an object in sql server ... does anyone know how I go about this?
t-sql is only really used against sql server itself, and not external applications.
your best bet would be to use a vbscript to create and load the object outside of t-sql, and only use t-sql to run this script with xp_cmdshell (although this does have security implications...)
What I'm trying to do is create charts in an Access Report.
My thoughts on this was to create embedded excel charts in an Access report ... the excel chart would use a stored procedure that is located in the sql server back end. What I'm stuck on is how to actually link the stored procedure to the excel spreadsheet ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.