Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Excel with Stored Procedures

    And we got the cell reference to work in 2007 through the parameter dialog not by entering the direct cell reference. I think the SQL you enter goes straight to...

  • RE: Excel with Stored Procedures

    I my experience the syntax that as consistently worked is:

    {Call storedprocedure (?,?)}

    So the parameters had to be in parentheses and the entire statement had to be preceded with Call and...

  • RE: Excel with Stored Procedures

    The syntax for calling a SQL Server stored procedure with parameters in Excel 2007 (maybe even for 2003, not sure): {Call sp_name(?,?)}

    You can add a connection through ms query, as...

  • RE: Excel with Stored Procedures

    Hello,

    I just wanted to note that--at least in Excel 2007--you can use the call syntax to call stored with parameters from Excel.

    {Call ?,?,?,?,... ?} works just fine.

    You're warned...

Viewing 4 posts - 1 through 4 (of 4 total)