Stored Procedure
Is there a way to run a stored procedure when using SQL datanase to return a report. I am trying to pull a report of all Auto desk products installed. When using the following query:Select Distinct Top 1000000 tblSoftwareUni.softwareName, tblAssets....