Chinaunix首页 | 论坛 | 博客
  • 博客访问: 129680
  • 博文数量: 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-12-15 17:26:02

/*There is a column with data like 'plase20080412OK', 'jdjldk19351123', please write a query to get the Date value.*/Create table #GetDateStr (String1 varchar(50))insert into #GetDateStr values ('please20080412ok'), ('Jane19880416Hi'), ('euout19950612dk');/*The subquery is used to trim th.........【阅读全文】

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

发布时间:2014-12-13 15:08:18

Today, I delete some rows from a table accidentally,  and the worst is that I didn't backup any databases including log.  Fortunately, I found a original copy in another sql server, so I added the server link to get the rows back.IF EXISTS(SELECT * FROM sys.servers WHERE name = N'.........【阅读全文】

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

登录 注册