150A stored procedure is a method that has the following characteristics:??? You call a stored procedure on its own with the MDX CALL statement.??? A stored procedure can take any number of parameters.??? A stored procedure can return a dataset, an IDataReader, or an empty result.The following example uses the fictional stored procedure, FinalSalesNumbers:CALL FinalSalesNumbers()See AlsoADOMD.NET