<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>bugsbox技术论坛 - Sql Server</title>
    <link>http://www.bugsbox.org/showforum-67.aspx</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) bugsbox技术论坛</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Fri, 30 Jul 2010 05:45:15 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>浅谈数据库设计技巧(下)</title>
      <description><![CDATA[浅谈数据库设计技巧(下) 
http://www.itisedu.com   2006-10-8 9:52:14   中科永联 

数据库设计技巧 
　三、多用户及其权限管理的设计
　　开发数据库管理类的软件，不可能不考虑多用户和用户权限设置的问题。尽管目前市面上的大、中型的后台数据库系统软件都提供了多用户，以及细至某个数据库内某张表的权限设置的功能，我个人建议：一套成熟的数据库管理软件]]></description>
      <link>http://www.bugsbox.org/showtopic-193.aspx</link>
      <category>Sql Server</category>
      <author>hutaoshu</author>
      <pubDate>Tue, 22 Dec 2009 16:27:34 GMT</pubDate>
    </item>
    <item>
      <title>浅谈数据库设计技巧(上)</title>
      <description><![CDATA[http://www.itisedu.com  2006-10-8 9:52:14  中科永联 
------------------------------------------------------------------------------------------------------------------------------------------------------]]></description>
      <link>http://www.bugsbox.org/showtopic-192.aspx</link>
      <category>Sql Server</category>
      <author>hutaoshu</author>
      <pubDate>Tue, 22 Dec 2009 16:26:39 GMT</pubDate>
    </item>
    <item>
      <title>查询数据库的最完美技巧</title>
      <description><![CDATA[查询数据库的最完美技巧
目录：
1.查询数据库
2.有效地使用查询
    2.1基于桌面的查询
    2.2查询远程数据库
3.使用TQuey构件可以查询哪些数据库
4.如何使用TQuery构件
5.指定要执行的SQL语句
    5.1在设计期间指定SQL属性
    5.2在运行期间指定SQL属性
        5.3直接设置SQL属性
        5.4调用]]></description>
      <link>http://www.bugsbox.org/showtopic-191.aspx</link>
      <category>Sql Server</category>
      <author>hutaoshu</author>
      <pubDate>Tue, 22 Dec 2009 16:23:33 GMT</pubDate>
    </item>
    <item>
      <title>分页解决方案 之 分页算法——Pager_SQL的思路和使用方法</title>
      <description><![CDATA[分页解决方案 之 分页算法——Pager_SQL的思路和使用方法 

      分页算法（也就是分页读取数据的时候使用的select 语句）面临两大难题：一个是不同的数据库使用的分页算法是不一样的（比如SQL Server 2000可以使用Max、表变量、颠倒Top，SQL Server 2005可以使用Row_Number，MySql可以使用limit ，Orcale可以使用ROWNUM等]]></description>
      <link>http://www.bugsbox.org/showtopic-135.aspx</link>
      <category>Sql Server</category>
      <author>hutaoshu</author>
      <pubDate>Sat, 22 Aug 2009 21:22:18 GMT</pubDate>
    </item>
    <item>
      <title>sql server</title>
      <description><![CDATA[sql serverhttp://imgsrc.baidu.com/baike/abpic/item/c87c6ecf6192ce2ef8dc61cd.jpg
　　SQL

　　SQL是英文Structured Query Language的缩写，意思为结构化查询语言。SQL语言的主要功能就是同各种数据库建立联系，进行沟通。按照ANSI(美国国家标准协会)的规定，SQL被作为关系型数据库管理]]></description>
      <link>http://www.bugsbox.org/showtopic-107.aspx</link>
      <category>Sql Server</category>
      <author>hutaoshu</author>
      <pubDate>Fri, 07 Aug 2009 14:15:47 GMT</pubDate>
    </item>
    <item>
      <title>如何配置 SQL Server 2005 以允许远程连接</title>
      <description><![CDATA[在尝试从远程计算机连接到 Microsoft SQL Server 2005 实例时，可能会接收到错误消息。在使用任何程序连接到 SQL Server 时都可能会发生此问题。例如，在使用 SQLCMD 实用工具连接到 SQL Server 时收到以下错误消息： Sqlcmd:错误:Microsoft SQL Native Client:建立到服务器的连接时发生错误。连接到 SQL Server 2]]></description>
      <link>http://www.bugsbox.org/showtopic-105.aspx</link>
      <category>Sql Server</category>
      <author>hutaoshu</author>
      <pubDate>Fri, 07 Aug 2009 14:12:08 GMT</pubDate>
    </item>
    <item>
      <title>SQL2005的数据类型详解</title>
      <description><![CDATA[在计算机中数据有两种特征：类型和长度。所谓数据类型就是以数据的表现方式和存储方式来划分的数据的种类。
    在SQL Server 中每个变量、参数、表达式等都有数据类型。系统提供的数据类型分为几大类，如表4-2 所示。

    其中，BIGINT、 SQL_VARIANT 和TABLE 是SQL Server 2000 中新增加的3 种数据类型。下面分类讲述各种数据类型。

一、 ]]></description>
      <link>http://www.bugsbox.org/showtopic-104.aspx</link>
      <category>Sql Server</category>
      <author>hutaoshu</author>
      <pubDate>Fri, 07 Aug 2009 14:11:30 GMT</pubDate>
    </item>
  </channel>
</rss>