Slogging through the issues from a day in the life of a modern systems architect.
Sunday, December 6, 2009
Linq to SQL and Temporary Tables in Stored Prodecures
If you have problems when dragging a stored procedure from the server explorer to your Linq-to-SQL designer surface, try adding the following T-SQL code to the beginning of your stored procedure body:
No comments:
Post a Comment