上一页 1 ··· 8 9 10 11 12
摘要: sample 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(61) 评论(0) 推荐(0)
摘要: SELECT tb2.name AS tableName,tb1.name AS triggerName FROM Sysobjects tb1 JOIN Sysobjects tb2 ON tb1.parent_obj=tb2.id WHERE tb1.type='TR' 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(209) 评论(0) 推荐(0)
摘要: Install-Package Microsoft.AspNet.WebApi Install-Package WebApiContrib.CollectionJson 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(204) 评论(0) 推荐(0)
摘要: if exists (select * from tempdb.dbo.sysobjects where id = object_id(N'tempdb..#tempcitys') and type='U') drop table #tempcitys 阅读全文
posted @ 2017-03-05 00:00 PhilXu 阅读(95) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12