<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"><channel>
<title>Articles Written by Chris Kemp From Isnare.com</title>
<link>http://www.isnare.com/?s=author&amp;a=Chris+Kemp</link>
<item>
<title>SQL Server System Stored Procedures</title>
<category>Computers and Technology</category>
<author>Chris Kemp</author>
<pubDate>Wed, 01 Feb 2006 00:00:00 -0800</pubDate>
<link>http://www.isnare.com/?aid=31386&amp;ca=Computers+and+Technology</link>
<description>System Stored Procedures System stored procedures are packaged with SQL Server. Many procedures are used to administer SQL Server, but some are utilities that can be profitablly used by developers. They are global, and can be called from any database application without their fully qualified name. (...</description>
</item>
<item>
<title>SQL Server Security</title>
<category>Computers and Technology</category>
<author>Chris Kemp</author>
<pubDate>Wed, 01 Feb 2006 00:00:00 -0800</pubDate>
<link>http://www.isnare.com/?aid=31387&amp;ca=Computers+and+Technology</link>
<description>There are several levels of security to SQL Server. At the a base level, in order to be granted get access to a SQL Server, a user is required to have a login account.There are two modes of security to SQL Server, distinguished by which program provides the authentication. NT Authentication provide...</description>
</item>
<item>
<title>SQL Server 2000 Data Types</title>
<category>Computers and Technology</category>
<author>Chris Kemp</author>
<pubDate>Wed, 01 Feb 2006 00:00:00 -0800</pubDate>
<link>http://www.isnare.com/?aid=31388&amp;ca=Computers+and+Technology</link>
<description>SQL Server requires that each variable and column in a table should be defined with respect to the type of data it will store. From a bit to a huge image and binary storage types, the allocation is supposed to help the user conform to the data required, and help the engine allocate space and process...</description>
</item>
<item>
<title>SQL Server Triggers</title>
<category>Computers and Technology</category>
<author>Chris Kemp</author>
<pubDate>Sun, 29 Jan 2006 00:00:00 -0800</pubDate>
<link>http://www.isnare.com/?aid=30993&amp;ca=Computers+and+Technology</link>
<description>Triggers are stored procedures which are fired when data is modified in an underlying table. They can evaluate data being added to a table for validation purposes, or can make changes in that or other fields depending on the value of that data. You can use them even to execute a separate stored proc...</description>
</item>
</channel>
</rss>
