<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Chuotit</title> <atom:link href="http://chuotit.com/feed/" rel="self" type="application/rss+xml" /><link>http://chuotit.com</link> <description>Living &#38; Working</description> <lastBuildDate>Mon, 13 Feb 2012 16:29:59 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>How to create an autonomous transaction in SQL Server 2008</title><link>http://chuotit.com/2011/12/how-to-create-an-autonomous-transaction-in-sql-server-2008/</link> <comments>http://chuotit.com/2011/12/how-to-create-an-autonomous-transaction-in-sql-server-2008/#comments</comments> <pubDate>Mon, 19 Dec 2011 07:59:58 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[SQL]]></category><guid
isPermaLink="false">http://chuotit.com/?p=1034</guid> <description><![CDATA[I have been asked by many customers and partners, especially those migrating from Oracle, this question: how to create an autonomous transaction in SQL Server? It turns out to be a tricky thing to do since SQL Server doesn&#8217;t have built-in autonomous transaction support like Oracle. An Autonomous transaction is essentially a nested transaction where [...]]]></description> <wfw:commentRss>http://chuotit.com/2011/12/how-to-create-an-autonomous-transaction-in-sql-server-2008/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SQL Server &#8211; Database Schemas</title><link>http://chuotit.com/2011/12/sql-server-database-schemas/</link> <comments>http://chuotit.com/2011/12/sql-server-database-schemas/#comments</comments> <pubDate>Sat, 17 Dec 2011 07:45:12 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[SQL]]></category><guid
isPermaLink="false">http://chuotit.com/?p=1029</guid> <description><![CDATA[Ever since SQL Server 2005 was released, each object in a database has belonged to a database schema. SQL Server 2008 has continued with database schemas, and an explanation follows. What is a Database Schema? A database schema is a way to logically group objects such as tables, views, stored procedures etc. Think of a [...]]]></description> <wfw:commentRss>http://chuotit.com/2011/12/sql-server-database-schemas/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SQL Server &#8211; Server Roles</title><link>http://chuotit.com/2011/12/sql-server-server-roles/</link> <comments>http://chuotit.com/2011/12/sql-server-server-roles/#comments</comments> <pubDate>Sat, 17 Dec 2011 07:00:23 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[SQL]]></category><guid
isPermaLink="false">http://chuotit.com/?p=1026</guid> <description><![CDATA[When creating a new user login in SQL Server, you get the option of assigning the login one or more server roles. Server roles (not to be confused with database roles) are available for various database administration tasks. Not everyone should be assigned to a server role. In fact, only advanced users such as database [...]]]></description> <wfw:commentRss>http://chuotit.com/2011/12/sql-server-server-roles/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SQL Server &#8211; Stored Procedures</title><link>http://chuotit.com/2011/12/sql-server-stored-procedures/</link> <comments>http://chuotit.com/2011/12/sql-server-stored-procedures/#comments</comments> <pubDate>Sat, 17 Dec 2011 04:23:28 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[SQL]]></category><guid
isPermaLink="false">http://chuotit.com/?p=1024</guid> <description><![CDATA[Stored procedures are a powerful part of SQL Server. They can assist programmers and administrators greatly in working with the database configuration and its data. A stored procedure is a precompiled group of Transact-SQL statements, and is saved to the database (under the &#8220;Stored Procedures&#8221; node). Programmers and administrators can execute stored procedures either from [...]]]></description> <wfw:commentRss>http://chuotit.com/2011/12/sql-server-stored-procedures/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SQL Server &#8211; Views</title><link>http://chuotit.com/2011/12/sql-server-views/</link> <comments>http://chuotit.com/2011/12/sql-server-views/#comments</comments> <pubDate>Sat, 17 Dec 2011 04:01:58 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[SQL]]></category><guid
isPermaLink="false">http://chuotit.com/?p=1021</guid> <description><![CDATA[In SQL Server, a view is a pre-written query that is stored on the database. A view consists of a SELECT statement, and when you run the view, you see the results of it like you would when opening a table. Some people like to think of a view as a virtual table. This is because [...]]]></description> <wfw:commentRss>http://chuotit.com/2011/12/sql-server-views/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SQL Server &#8211; Query Designer</title><link>http://chuotit.com/2011/12/sql-server-query-designer/</link> <comments>http://chuotit.com/2011/12/sql-server-query-designer/#comments</comments> <pubDate>Sat, 17 Dec 2011 03:49:05 +0000</pubDate> <dc:creator>Duy</dc:creator> <category><![CDATA[SQL]]></category><guid
isPermaLink="false">http://chuotit.com/?p=1019</guid> <description><![CDATA[In the previous lesson, we created a SQL script using SQL Server Management Studio (SSMS). In this lesson, we will look at how to write SQL scripts using the graphical query designer. About The Query Designer The graphical query designer is a graphical user interface that allows you to build queries to run against your SQL [...]]]></description> <wfw:commentRss>http://chuotit.com/2011/12/sql-server-query-designer/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SQL Server &#8211; SQL Scripts</title><link>http://chuotit.com/2011/12/sql-server-sql-scripts/</link> <comments>http://chuotit.com/2011/12/sql-server-sql-scripts/#comments</comments> <pubDate>Sat, 17 Dec 2011 03:46:08 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[SQL]]></category><guid
isPermaLink="false">http://chuotit.com/?p=1017</guid> <description><![CDATA[In the previous lesson, we added data to our database table using the &#8220;Edit Top 200 Rows&#8221; option. In this lesson, we will look at how to write SQL scripts to update and run queries against our database. Create a New Query Before we generate our SQL script, we need somewhere to enter it into. This [...]]]></description> <wfw:commentRss>http://chuotit.com/2011/12/sql-server-sql-scripts/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SQL Server &#8211; Adding Data</title><link>http://chuotit.com/2011/12/sql-server-adding-data/</link> <comments>http://chuotit.com/2011/12/sql-server-adding-data/#comments</comments> <pubDate>Sat, 17 Dec 2011 03:30:26 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[SQL]]></category><guid
isPermaLink="false">http://chuotit.com/?p=1014</guid> <description><![CDATA[In the previous lesson, we created a new table in our database. We now have a database table, columns and all, but with no data. Editing Table Rows We can use the &#8220;Edit Top 200 Rows&#8221; option to add data to our table. To use this option, right click on the table you wish to [...]]]></description> <wfw:commentRss>http://chuotit.com/2011/12/sql-server-adding-data/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SQL Server &#8211; Create a Table</title><link>http://chuotit.com/2011/12/sql-server-create-a-table/</link> <comments>http://chuotit.com/2011/12/sql-server-create-a-table/#comments</comments> <pubDate>Sat, 17 Dec 2011 03:28:01 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[SQL]]></category><guid
isPermaLink="false">http://chuotit.com/?p=1011</guid> <description><![CDATA[This lesson demonstrates how to create a table in a SQL Server database using SQL Server Management Studio (SSMS). Ensuring you have the right database expanded, right click on the &#8220;Tables&#8221; icon and select &#8220;New Table&#8230;&#8221;: While you have this screen open, do the following: Using the values in the screenshot, complete the details in [...]]]></description> <wfw:commentRss>http://chuotit.com/2011/12/sql-server-create-a-table/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SQL Server &#8211; Create a Database</title><link>http://chuotit.com/2011/12/sql-server-create-a-database/</link> <comments>http://chuotit.com/2011/12/sql-server-create-a-database/#comments</comments> <pubDate>Sat, 17 Dec 2011 03:25:54 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[SQL]]></category><guid
isPermaLink="false">http://chuotit.com/?p=1009</guid> <description><![CDATA[One of the first things we should look at with SQL Server/Management Studio is how to create a database. After all, most of the tasks you perform with SQL Server will evolve around one or more databases. System Databases If you&#8217;ve only just installed SQL Server, you might notice that some databases have already been [...]]]></description> <wfw:commentRss>http://chuotit.com/2011/12/sql-server-create-a-database/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: chuotit.com @ 2012-02-22 20:14:35 -->
