Chinaunix首页 | 论坛 | 博客
  • 博客访问: 130271
  • 博文数量: 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-08-19 05:46:59

SQL SERVER (TRANSACT-SQL): PRIMARY KEYSLearn how to create, drop, disable, and enable a primary key in SQL Server (Transact-SQL) with syntax and examples.WHAT IS A PRIMARY KEY IN SQL SERVER?In SQL Server (Transact-SQL), a primary key is a single field or.........【阅读全文】

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

发布时间:2014-08-18 08:39:22

The SQL Data Types reference sheetThe columns named 8, 9, 10 and 11 indicates SQL Server version data type support where8 = SQL Server 20009 = SQL Server 200510 = SQL Server 200811 = SQL Server 2012DATATYPE.........【阅读全文】

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

发布时间:2014-08-17 17:45:20

If I want to remove space between characters like:   F I L E N A M EI can do like this:Find:     ^(?^) space+^(?^)+space,  ^(?^) means variable 1Replace as:    ^1......【阅读全文】

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

发布时间:2014-08-17 13:55:03

When I use bcp import data from a flat file into sql server 2012, I got an error:xxxxxxxxx    invalid character value for cast specificationI checked the data file, found the date format is like this:  mm/dd/yyyy, which is different from SQL server's format yyyy-mm-dd.But I.........【阅读全文】

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

发布时间:2014-08-11 14:34:22

Microsoft complements its relational database engine, SQL Server, with several add-on services that manage different aspects of enterprise business intelligence and information processing such as data integration, reporting and analysis.Services include the SQL Server Integration Services, SQL Ser.........【阅读全文】

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

登录 注册