Chinaunix首页 | 论坛 | 博客
  • 博客访问: 130333
  • 博文数量: 69
  • 博客积分: 595
  • 博客等级: 中士
  • 技术积分: 670
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-16 17:37
文章分类

全部博文(69)

文章存档

2017年(2)

2016年(9)

2015年(13)

2014年(30)

2012年(4)

2011年(2)

2010年(2)

2009年(5)

2008年(2)

我的朋友

发布时间:2014-11-08 09:19:05

Connecting to SQL Server Analysis Services from a remote domain / loginWhen connecting to SSAS from a different remote domain / login using Excel 2010 where you have set up a windows user.........【阅读全文】

阅读(1027) | 评论(0) | 转发(0)

发布时间:2014-10-18 13:40:00

在用SQL Server导入Excel数据时出现:The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. (System.Data)错误.The method to solve this problem:download  AccessDatabaseEngine.exe from  Microsoft website: http://www.microsoft.com/en-us/download/confirmation.a.........【阅读全文】

阅读(2028) | 评论(0) | 转发(0)

发布时间:2014-10-11 06:33:47

What is the difference between Ojbect_ID() and DB_ID()?......【阅读全文】

阅读(277) | 评论(0) | 转发(0)

发布时间:2014-09-24 11:18:45

A Foreach Loop Container will execute once for each item in the collection of items that it is looking at. A For Loop Container will execute the tasks a specified number of times, in other words 10 times, or 25 times, and the number of times is specified in the definition of the con.........【阅读全文】

阅读(243) | 评论(0) | 转发(0)

发布时间:2014-09-03 15:33:27

Before  it was diffcult for me to understand the sequence object in RDBMS.  By now, after trying to deduping a table. I use it, and found it is usefull.--- create a sequence --create sequence seq1start with 1increment by 1minvalue 1go-- add an empty column to a table --alter table.........【阅读全文】

阅读(254) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册