随笔分类 -  sql server

摘要:insert into OPENROWSET('Microsoft.ACE.OLEDB.12.0','Excel 12.0;Database=C:\c.xlsx','select字段1,字段2FROM [sheet1$]') select字段1,字段2 fromtable 今天单位一ASP.NET网... 阅读全文
posted @ 2015-05-12 11:02 旅途。 阅读(184) 评论(0) 推荐(0) 编辑
摘要:if exists (select 1 from sysobjects where name = 'sysproperties'and xtype = 'V')begin DROP VIEW syspropertiesend GO CREATE VIEW syspropertiesASSELECT ... 阅读全文
posted @ 2015-01-16 17:41 旅途。 阅读(405) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示