<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_名刘天下_分类_SqlServer</title><id>http://feed.cnblogs.com/blog/u/12288/category/140995/rss</id><updated>2012-06-04T12:59:01Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lzm525/category/140995.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12288/category/140995/rss"/><entry><id>http://www.cnblogs.com/lzm525/archive/2011/09/15/2178133.html</id><title type="text">实现SqlServer2005数据库的定时备份</title><summary type="text">项目的数据库现在已经录入了大量的数据，数据库的备份自然是一项重要的工作。利用Sqlserver2005提供的作业功能即可是实现。如下图所示：在新建作业界面：1、常规选项卡里,"名称"填写"定时备份数据库"，"启用"前面选"对勾"，"以本地服务器为目标"，"分类"选择"数据库服务"，2、步骤选项卡里，新建步骤，步骤名：备份数据库；类型：Transact-SQL脚本(TSQL);数据库：要备份的数据库；命令：declare @filename varchar </summary><published>2011-09-15T14:56:00Z</published><updated>2011-09-15T14:56:00Z</updated><author><name>名刘天下</name><uri>http://www.cnblogs.com/lzm525/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lzm525/archive/2011/09/15/2178133.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lzm525/archive/2011/09/15/2178133.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/lzm525/archive/2011/08/25/2153544.html</id><title type="text">链接远程数据库时，提示“”provider: SQL 网络接口, error: 26 - 定位指定的服务器/实例时出错“解决方案!</title><summary type="text">在远程服务器上部署数据库，进行链接时，j经常出现提示如下错误：” 在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: SQL 网络接口, error: 26 - 定位指定的服务器/实例时出错)“</summary><published>2011-08-25T09:16:00Z</published><updated>2011-08-25T09:16:00Z</updated><author><name>名刘天下</name><uri>http://www.cnblogs.com/lzm525/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lzm525/archive/2011/08/25/2153544.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lzm525/archive/2011/08/25/2153544.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/lzm525/archive/2011/04/27/2030763.html</id><title type="text">SQL函数-转载经典</title><summary type="text">摘自：http://www.cnblogs.com/sunnycoder/archive/2010/08/15/1800233.html（sunny段段）一旦成功地从表中检索出数据，就需要进一步操纵这些数据，以获得有用或有意义的结果。这些要求包括：执行计算与数学运算、转换数据、解析数值、组合值和聚合一个范围内的值等。下表给出了T-SQL函数的类别和描述。函数类别作用聚合函数 执行的操作是将多个值合并为一个值。例如 COUNT、SUM、MIN 和 MAX。配置函数是一种标量函数，可返回有关配置设置的信息。转换函数将值从一种数据类型转换为另一种。加密函数 支持加密、解密、数字签名和数字签名验证。游</summary><published>2011-04-27T08:37:00Z</published><updated>2011-04-27T08:37:00Z</updated><author><name>名刘天下</name><uri>http://www.cnblogs.com/lzm525/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lzm525/archive/2011/04/27/2030763.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lzm525/archive/2011/04/27/2030763.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/lzm525/archive/2011/04/02/2003716.html</id><title type="text">一次将MS SQLServer2005数据库实现源代码管理的经历</title><summary type="text">在做一个项目时，想将SQLServer2005数据库也进行svn源代码管理，不对数据库进行源代码管理，感觉很不方便。哎，这个过程可算是曲折的了….！特将过程记录和总结下来，以便后用。好记性不如烂笔头，况且现在脑子不好使了….1、在VS2008右键解决方案，新建项目，数据库项目，可是在数据库项目下面没有任何东西。同时，发现在打开项目组之前的项目时，其中的数据库项目也总是报个错误，提示无法打开。提示："....不支持.dbproj..."等。解决方案：可能是数据库模板出问题。参考了http://hi.baidu.com/jiayouzhi/blog/item/2fdcd1dc5</summary><published>2011-04-02T08:39:00Z</published><updated>2011-04-02T08:39:00Z</updated><author><name>名刘天下</name><uri>http://www.cnblogs.com/lzm525/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lzm525/archive/2011/04/02/2003716.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lzm525/archive/2011/04/02/2003716.html"/><content type="html"/></entry></feed>
