<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Kevin_分类_05-SQLServer</title><id>http://feed.cnblogs.com/blog/u/35666/category/134153/rss</id><updated>2012-06-03T14:38:23Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/category/134153.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/35666/category/134153/rss"/><entry><id>http://www.cnblogs.com/kevin-wang/archive/2010/09/29/1838398.html</id><title type="text">SQL Server 2005中创建CLR存储过程</title><summary type="text">在2005之前的版本创建存储过程都是在数据库里面写Transact-SQL语言实现的，不过现在SQL Server 2005支持用其他面向对象的语言编写CLR存储过程了，关于这样做的好处，官方有很多解释了，这里就直接说明实现方法了。假设服务器里面有个test数据库，数据库有个架构user，还有一个表test1，然后有个sql登陆用户叫test_user，将这个用户设置成VS2005里面数据库连接的...</summary><published>2010-09-29T06:26:00Z</published><updated>2010-09-29T06:26:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2010/09/29/1838398.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2010/09/29/1838398.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2010/05/30/1747463.html</id><title type="text">SQL开发好助手—SQL Assistant 5</title><summary type="text">支持多种数据库：MS SQL、MySQL、Oracle、DB2；下址地址：http://files.cnblogs.com/kevin-wang/SQLAssistant5.0.97.rar1.提供友好的语法格式化、智能提示；(这也是最让开发者喜欢的功能) 2.代码格式化： 3.代码鸟瞰图4.自动生成编程语言的语法格式 5.生成测试数据，保存成脚本文件或直接保存到数据库中 6.将数据导出为SQL...</summary><published>2010-05-30T08:18:00Z</published><updated>2010-05-30T08:18:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2010/05/30/1747463.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2010/05/30/1747463.html"/><content type="text">支持多种数据库：MS SQL、MySQL、Oracle、DB2；下址地址：http://files.cnblogs.com/kevin-wang/SQLAssistant5.0.97.rar1.提供友好的语法格式化、智能提示；(这也是最让开发者喜欢的功能) 2.代码格式化： 3.代码鸟瞰图4.自动生成编程语言的语法格式 5.生成测试数据，保存成脚本文件或直接保存到数据库中 6.将数据导出为SQL...</content></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2009/08/03/1537535.html</id><title type="text">破解SQL Prompt 3.9的几步操作</title><summary type="text">关于SQL Prompt 的破解文章园子里已经有不少人发过了。破解思路我也不想重复，不知道的可以参考：http://www.cnblogs.com/jintan/archive/2008/06/16/1223282.html官方下载地址是：http://downloads.red-gate.com/SQLToolbelt.exe，目前的版为3.9.0.43SQL Server2000效果图：SQL...</summary><published>2009-08-03T05:58:00Z</published><updated>2009-08-03T05:58:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2009/08/03/1537535.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2009/08/03/1537535.html"/><content type="text">关于SQL Prompt 的破解文章园子里已经有不少人发过了。破解思路我也不想重复，不知道的可以参考：http://www.cnblogs.com/jintan/archive/2008/06/16/1223282.html官方下载地址是：http://downloads.red-gate.com/SQLToolbelt.exe，目前的版为3.9.0.43SQL Server2000效果图：SQL...</content></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2009/07/20/1527147.html</id><title type="text">动态的调用DTS包</title><summary type="text">exec master..xp_cmdshell 'dtsrun ...' --如果成功，调用xp_cmdshell来调用dtsrun工具执行包在命令行窗口中 执行 DTSRUN 命令[代码]在查询分析中执行..[代码]完毕。</summary><published>2009-07-20T07:44:00Z</published><updated>2009-07-20T07:44:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2009/07/20/1527147.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2009/07/20/1527147.html"/><content type="text">exec master..xp_cmdshell 'dtsrun ...' --如果成功，调用xp_cmdshell来调用dtsrun工具执行包在命令行窗口中 执行 DTSRUN 命令[代码]在查询分析中执行..[代码]完毕。</content></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2009/04/24/1442532.html</id><title type="text">SQL   Server日志清空方法</title><summary type="text">在查询分析器中顺序执行以下三步，其中 databasename 为你的数据库文件名 1.清空日志：DUMP TRANSACTION databasename WITH NO_LOG 2.截断事务日志：BACKUP LOG databasename WITH NO_LOG 3.收缩数据库：DBCC SHRINKDATABASE(databasename) --//////...</summary><published>2009-04-23T16:36:00Z</published><updated>2009-04-23T16:36:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2009/04/24/1442532.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2009/04/24/1442532.html"/><content type="text">在查询分析器中顺序执行以下三步，其中 databasename 为你的数据库文件名 1.清空日志：DUMP TRANSACTION databasename WITH NO_LOG 2.截断事务日志：BACKUP LOG databasename WITH NO_LOG 3.收缩数据库：DBCC SHRINKDATABASE(databasename) --//////...</content></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2009/03/27/1423031.html</id><title type="text">SQL Server跨服务器访问数据</title><summary type="text"/><published>2009-03-27T03:38:00Z</published><updated>2009-03-27T03:38:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2009/03/27/1423031.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2009/03/27/1423031.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2009/01/17/1377549.html</id><title type="text">关于SQL查询效率</title><summary type="text"/><published>2009-01-17T08:25:00Z</published><updated>2009-01-17T08:25:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2009/01/17/1377549.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2009/01/17/1377549.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2009/01/17/1377548.html</id><title type="text">整理了一些t-sql技巧 </title><summary type="text"/><published>2009-01-17T08:24:00Z</published><updated>2009-01-17T08:24:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2009/01/17/1377548.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2009/01/17/1377548.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/kevin-wang/archive/2008/05/01/1178606.html</id><title type="text">SqlServer2K5的新特性</title><summary type="text"/><published>2008-05-01T05:27:00Z</published><updated>2008-05-01T05:27:00Z</updated><author><name>Kevin-wang</name><uri>http://www.cnblogs.com/kevin-wang/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kevin-wang/archive/2008/05/01/1178606.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kevin-wang/archive/2008/05/01/1178606.html"/><content type="text"/></entry></feed>
