摘要: Declar @strsql nvarchar(200)select @strsql='bulk insert #temp from '+''''+@filename+''''+' with ( FIELDTERMINATOR = '','', ROWTERMINATOR = ''\n'' ,CODEPAGE=''ANSI'' )'exec(@strsql) 阅读全文
posted @ 2013-08-29 16:41 Tree House 阅读(105) 评论(0) 推荐(0)
摘要: sp_helptext @objname--查看數據庫中當前觸發器select * from sysobjects where xtype='TR'select * from sys.triggerssp_helptrigger @tabname--查看數據庫中當前視圖select * from sysobjects where xtype='V'select * from sys.viewsexec sp_tables --篩選VIEW--查看數據庫中當前索引select * from sys.indexes 阅读全文
posted @ 2013-08-06 16:00 Tree House 阅读(162) 评论(0) 推荐(0)
摘要: <span style="padding-right:100px;"></span> 阅读全文
posted @ 2013-06-04 10:19 Tree House 阅读(131) 评论(0) 推荐(0)
摘要: this.FormBorderStyle=FormBorderStyle.None;this.WindowState=FormWindowState.Maximized 阅读全文
posted @ 2013-04-03 10:17 Tree House 阅读(148) 评论(0) 推荐(0)