会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
旅途。
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
sql server
sql server sql语句导入数据到execl2007中
摘要: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
旅途。
阅读(196)
评论(0)
推荐(0)
获取sql server数据库表结构
摘要: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
旅途。
阅读(416)
评论(0)
推荐(0)
公告