如何在sql server 2005中使用存储过程
问题描述:
我想在sql quarry中使用存储过程而我无法这样做请帮我如何使用存储过程在数据库中插入更新和删除
i want to use store procedure in sql quarry and i am unable to do this please help me how to use store procedure to insert update and delete in database
答
你可以开始的文章很少:
- Sql Server - 如何在Sql server中编写存储过程 [ ^ ]
- SQL Server存储过程概述 [ ^ ]
- http://www.c-sharpco rner.com/UploadFile/rohatash/select-insert-update-delete-using-stored-procedure-in-sql/ [ ^ ]
Few articles you could start with:
- Sql Server - How to write a Stored procedure in Sql server[^]
- Overview of SQL Server Stored Procedure[^]
- http://www.c-sharpcorner.com/UploadFile/rohatash/select-insert-update-delete-using-stored-procedure-in-sql/[^]
我们不能在内联查询中调用存储过程...
we can not call stored procedure in inline query...