摘要: All the objects that exist in the database called "model" are always included in all new databases that you create. You can add a stored procedure to the database called "model", so the next time yo... 阅读全文
posted @ 2008-06-05 13:35 Simon.guo 阅读(572) 评论(0) 推荐(0) 编辑
摘要: When creating your own stored procedures, you should not use the sp_ prefix, because when you execute any procedure called sp_.... then SQL Server will assume that the procedure exists in the master... 阅读全文
posted @ 2008-06-05 13:34 Simon.guo 阅读(209) 评论(0) 推荐(0) 编辑