> happily, though, I realized I can create a table-valued function that
executes the procedure, and I
> can select from the table-valued function in this way.

Right, table-valued functions were added in MSSQL2000, but they do have some
limitations compared to regular stored procedures - notably, they cannot
modify data. So they aren't a full solution for everyone.

0.4.3 has the EXEC in the is_select regexp for MSSQL, so it should work with
data-returning full stored procedures as well.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to