2008年1月17日

execute sql query dynamically

摘要: eg: create proc pr_test @table varchar(128), @database varchar(128) as declare @str1 varchar(128) declare @str2 varchar(128) set @str2=' select * from '+@database+'.dbo.'+@table exec (@str1+@str2) 阅读全文

posted @ 2008-01-17 15:57 飞天舞者 阅读(275) 评论(0) 推荐(0) 编辑

insert/process multi-records without cursor

摘要: if object_id('Pr_ToSolver_ds_in_item_group_loc_period') is not null drop proc Pr_ToSolver_ds_in_item_group_loc_period create proc Pr_ToSolver_ds_in_item_group_loc_period as insert into ds_in_ite... 阅读全文

posted @ 2008-01-17 11:34 飞天舞者 阅读(216) 评论(0) 推荐(0) 编辑

今天参加了2008年intel PD site annual party

摘要: 今天是第一次参加intel pd site的年会。可能人比较多的缘故,所以看起来场面还是满大的,地点选在了世贸佘山一个什么酒店。节目基本都是恶搞类型的。不过那晚餐啊,还说什么五星级酒店,实在不敢恭维哦。最不爽的是喝了点小啤酒,结果在车上甚感不适,憋了一个多小时,苦萨我也 阅读全文

posted @ 2008-01-17 09:35 飞天舞者 阅读(386) 评论(1) 推荐(0) 编辑

how to judge if the temptable or normal table that you created exists

摘要: just as the following scripts shows: 1.temp table if exists (select * from sysobjects where objectproperty(object_id('TempTableName'),'istable') = 1) 2.normal table if object_id('tablename') i... 阅读全文

posted @ 2008-01-17 09:20 飞天舞者 阅读(184) 评论(0) 推荐(0) 编辑

导航

For more information about me, feel free email to me winston.he@hotmail.com