2008年5月10日

eclipse 移除错误信息

摘要: 阅读全文

posted @ 2008-05-10 17:28 gwazy 阅读(312) 评论(0) 推荐(0)

sp_executesql 使用

摘要: 这个挺有用可以动态选择表更新 CREATE PROCEDURE UP_HouseTemple_Update @Cur_Id int, @House_Id int, @House_Fw nvarchar(100), @House_Js int, @House_Dj nvarchar(100), @House_Mj float, @House_Price float, @Temple_... 阅读全文

posted @ 2008-05-10 16:47 gwazy 阅读(409) 评论(0) 推荐(0)

判断临时表是否存在

摘要: CREATE PROCEDURE SelectUserCurData @user_fz int AS declare @sql nvarchar(4000) declare @year int set @year=year(getdate()) set @user_fz=11 if object_id('tempdb..#tempUserTemple') is ... 阅读全文

posted @ 2008-05-10 16:40 gwazy 阅读(802) 评论(0) 推荐(0)

导航