<?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>SQL Server Planet &#187; DBA</title> <atom:link href="http://sqlserverplanet.com/category/dba/feed/" rel="self" type="application/rss+xml" /><link>http://sqlserverplanet.com</link> <description>Tips and Articles on SQL Server</description> <lastBuildDate>Wed, 07 Jul 2010 05:16:42 +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>SPID &#8211; What is it?</title><link>http://sqlserverplanet.com/dba/spid-what-is-it/</link> <comments>http://sqlserverplanet.com/dba/spid-what-is-it/#comments</comments> <pubDate>Sun, 04 Jul 2010 17:11:32 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[DBA]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=1609</guid> <description><![CDATA[A SPID in SQL Server is a Server Process ID. These process ID&#8217;s are essentially sessions in SQL Server. Everytime an application connects to SQL Server, a new connection (or SPID) is created. This connection has a defined scope and memory space and cannot interact with other SPIDs. The term SPID is synonymous with Connection, [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/dba/spid-what-is-it/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>List All Databases</title><link>http://sqlserverplanet.com/tsql/list-all-databases/</link> <comments>http://sqlserverplanet.com/tsql/list-all-databases/#comments</comments> <pubDate>Fri, 02 Jul 2010 15:42:10 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[DBA]]></category> <category><![CDATA[TSQL]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=1539</guid> <description><![CDATA[To list all databases in a SQL Server instance, run the following: SELECT * FROM sys.sysdatabases This also outputs metadata about each database including createdate, compatibility level, and the MDF filename. Related Posts:»List All Columns in Database or Server»Determine Database Owner»Check if Database Exists»Copy Table to Another Database»Add User to Database»Find Column in All Databases»Add [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/tsql/list-all-databases/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>List All Tables in a Database</title><link>http://sqlserverplanet.com/tsql/list-all-tables-in-a-database/</link> <comments>http://sqlserverplanet.com/tsql/list-all-tables-in-a-database/#comments</comments> <pubDate>Fri, 02 Jul 2010 00:30:48 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[DBA]]></category> <category><![CDATA[TSQL]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=1533</guid> <description><![CDATA[There are a few methods for listing all the tables in a database. Some methods will be able to show more specifics than others due to the capabilities inherent in the tables being joined. I&#8217;ll show you the simplest way first which is probably the most supported way. SELECT TABLE_SCHEMA + '.' + TABLE_NAME, * [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/tsql/list-all-tables-in-a-database/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Find SQL Server Port</title><link>http://sqlserverplanet.com/dba/find-sql-server-port/</link> <comments>http://sqlserverplanet.com/dba/find-sql-server-port/#comments</comments> <pubDate>Sun, 27 Jun 2010 01:35:08 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[DBA]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=1512</guid> <description><![CDATA[The default port that SQL Server listens on is 1433. This port however is not the same port in all cases as we will come to find. SQL Server has three different ways to communicate. These include: TCP Ports Named Pipes Shared Memory VIA (Virtual Interface Adapater) &#8211; Deprecated When communicating, SQL Server can actually [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/dba/find-sql-server-port/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Using sp_configure</title><link>http://sqlserverplanet.com/dba/using-sp_configure/</link> <comments>http://sqlserverplanet.com/dba/using-sp_configure/#comments</comments> <pubDate>Mon, 21 Jun 2010 00:33:54 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[DBA]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=1498</guid> <description><![CDATA[sp_configure is a system stored procedure designed to show and change server-level configuration settings on SQL Server. When executed without parameters, this procedure will enumerate the basic configuration settings on the SQL Server. EXEC sp_configure These results show us 16 configuration options, however these are only the basic configuration options. There are also advanced options [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/dba/using-sp_configure/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) (user agent is rejected)
Database Caching 91/103 queries in 0.104 seconds using disk
Content Delivery Network via files.sqlserverplanet.com

Served from: sqlserverplanet.com @ 2010-07-31 08:53:33 -->