﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Content tagged Advanced Querying, SQL Server 7, 2000</title><link>http://www.sqlservercentral.com/</link><description>Content tagged Advanced Querying, SQL Server 7, 2000 posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Delimited String Parsing Functions - TwoCol set</title><description><![CDATA[Feed it two delimited strings of horizontal data and it returns it back as a vertical table with the two column data in the same synchronized position order.]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL+Aids/63962/</guid><pubDate>2008/11/03</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL+Aids/63962/</link></item><item><title>Delimited String Parsing Functions - Basic Set</title><description><![CDATA[Feed it delimited horizontal data and it returns it back as a vertical table.]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL+Aids/63958/</guid><pubDate>2008/10/20</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL+Aids/63958/</link></item><item><title>Delimited String Parsing Functions - Big Set</title><description><![CDATA[Feed it large strings of delimited horizontal data and it returns it back as a vertical table.<!-- SQL Server monitoring made easy -->
<table border="0" cellpadding="0" cellspacing="10" width="100%">
 <colgroup>
  <col width="68" />
  <col width="1266" />
 </colgroup>
 <tr align="left" valign="top">
  <td><a href="http://www.red-gate.com/products/SQL_Response/offers/easy_monitoring.htm?utm_source=ssc&utm_medium=rss&utm_content=easy_monitoring200912&utm_campaign=sqlresponse"><img alt="SQL Response" height="68" src="http://www.red-gate.com/images/marketing/SSC/response_ico.gif" width="68" border="0"/></a></td>
  <td><strong>SQL Server monitoring made easy </strong><br />"Keeping an eye on our many SQL Server instances<br> is much easier  with SQL Response." Mike Lile.<br><a href="http://www.red-gate.com/products/SQL_Response/offers/easy_monitoring.htm?utm_source=ssc&utm_medium=rss&utm_content=easy_monitoring200912&utm_campaign=sqlresponse">Download a free trial of SQL Response now. </a><img src="/Images/spacer.gif?d=ad_olr1"/></td>
 </tr>
</table>]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL+Aids/63959/</guid><pubDate>2008/08/05</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL+Aids/63959/</link></item><item><title>Counter Table (table of numbers) Setter-Upper for SQL Server 2000</title><description><![CDATA[Sets up 3 'table of numbers' that completely fill a 1, 2, and 3-level clustered index respectivly with 620, 384400, and 238328000 numbers.]]></description><guid>http://www.sqlservercentral.com/scripts/T-SQL+Aids/63956/</guid><pubDate>2008/08/05</pubDate><link>http://www.sqlservercentral.com/scripts/T-SQL+Aids/63956/</link></item><item><title>Encrypting Data With the Encrypt Function</title><description><![CDATA[One of the major problems in the database field is when people store sensitive data unencrypted into SQL Server. This article shows you one of the most basic ways to encrypt data to the casual viewer.


]]></description><guid>http://www.sqlservercentral.com/articles/Security/encryptfunction/372/</guid><pubDate>2006/05/29</pubDate><link>http://www.sqlservercentral.com/articles/Security/encryptfunction/372/</link></item><item><title>Execution Plans</title><description><![CDATA[How many of you use Execution Plans to tune your queries? Do you understand the impact of different indexes? Mr. Vijayakumar looks at his experiments with different types of indexes and their effects on the execution plan use. A great article for those of you that want to learn more about how you can tune your server for better performance.



]]></description><guid>http://www.sqlservercentral.com/articles/Administration/executionplans/1345/</guid><pubDate>2005/10/07</pubDate><link>http://www.sqlservercentral.com/articles/Administration/executionplans/1345/</link></item><item><title>Push FTP with SQL Server</title><description><![CDATA[DTS is an incredible package for moving data in the SQL Server world. One feature that is missing, however, is the ability to send files using FTP to a remote server. This article looks at a technique for sending files via FTP.




]]></description><guid>http://www.sqlservercentral.com/articles/Administration/pushftp/473/</guid><pubDate>2005/07/01</pubDate><link>http://www.sqlservercentral.com/articles/Administration/pushftp/473/</link></item><item><title>Using Xp_sendmail With the Recipients Generated From a Query</title><description><![CDATA[Xp_sendmail is a great utility that SQL Server provides in order to e-mail messages directly from SQL Server, by using a valid MAPI profile. However, its syntax is rather stringent. In this article by Kunal Das, he shows you how to send messages to a list of recipients generated by a query dynamically in T-SQL.

]]></description><guid>http://www.sqlservercentral.com/articles/Advanced+Querying/xp_sendmail/369/</guid><pubDate>2005/02/18</pubDate><link>http://www.sqlservercentral.com/articles/Advanced+Querying/xp_sendmail/369/</link></item><item><title>Case Sensitivity in Selects - Part 2</title><description><![CDATA[In this follow up Andy looks into some of the options available when you&#39;re dealing with situations where you&#39;re joining a case sensitive column to a case insensitive column. We think after reading this you&#39;ll be ready to just say no!
]]></description><guid>http://www.sqlservercentral.com/articles/Administration/casesensitivityinselectspart2/1412/</guid><pubDate>2004/06/22</pubDate><link>http://www.sqlservercentral.com/articles/Administration/casesensitivityinselectspart2/1412/</link></item><item><title>Case Sensitivity in Selects - Part 3</title><description><![CDATA[See what a reader had to say about Part 1, make sure you&#39;ve read Part 2, then feel the pain as the author describes a lookup table that should have had unique values and doesn&#39;t.
]]></description><guid>http://www.sqlservercentral.com/articles/Administration/casesensitivityinselectspart3/1388/</guid><pubDate>2004/06/15</pubDate><link>http://www.sqlservercentral.com/articles/Administration/casesensitivityinselectspart3/1388/</link></item><item><title>Making Good Use of Sysforeignkeys Table - Part 1: Display table relati</title><description><![CDATA[Sysforeignkeys is a valuable SQL Server resource. How many times have you had to &#34;pick up the pieces&#34; from a database developed by someone else and dropped on your desk? Ever get a database diagram with that? A data dictionary? Probably not too often. Jeffrey Yao has developed a system of finding those parent-child relationships automatically and displaying them so he can get up to speed quickly on these inherited databases. Read on to find out more.


]]></description><guid>http://www.sqlservercentral.com/articles/Administration/makinggooduseofsysforeignkeystablepart1displaytabl/1364/</guid><pubDate>2004/06/01</pubDate><link>http://www.sqlservercentral.com/articles/Administration/makinggooduseofsysforeignkeystablepart1displaytabl/1364/</link></item><item><title>Creating a System Stored Procedure</title><description><![CDATA[Creating a system stored procedure isn&#39;t hard. You&#39;re always cautioned from making changes to the system, depending on the system for a particular functionality, etc., and you should be cautious. However adding system stored procedures to your servers can be beneficial and make your administration much more convenient. Read on the see how easy this can be to do.
<!-- Free trial of SQL Backup™ -->
<table border="0" cellpadding="0" cellspacing="10" width="100%">
 <colgroup>
  <col width="68" />
  <col width="1266" />
 </colgroup>
 <tr align="left" valign="top">
  <td><a href="http://www.red-gate.com/products\SQL_Backup\offers\backup_free_trial.htm?utm_source=ssc&utm_medium=rss&utm_content=backuptrial200912&utm_campaign=sqlbackup"><img alt="SQL Backup" height="68" src="http://www.red-gate.com/images/sql_server_central/backup3d_68x68.gif" width="68" border="0"/></a></td>
  <td><strong>Free trial of SQL Backup™</strong><br />“SQL Backup was able to cut down my backup time <br>significantly AND achieved a 90% compression at <br>the same time!” Joe Cheng. <a href="http://www.red-gate.com/products\SQL_Backup\offers\backup_free_trial.htm?utm_source=ssc&utm_medium=rss&utm_content=backuptrial200912&utm_campaign=sqlbackup">Download a free trial now.</a><img src="/Images/spacer.gif?d=ad_olr1"/></td>
 </tr>
</table>]]></description><guid>http://www.sqlservercentral.com/articles/Administration/creatingasystemstoredprocedure/1358/</guid><pubDate>2004/05/20</pubDate><link>http://www.sqlservercentral.com/articles/Administration/creatingasystemstoredprocedure/1358/</link></item><item><title>Execution Plans</title><description><![CDATA[How many of you use Execution Plans to tune your queries? Do you understand the impact of different indexes? Mr. Vijayakumar looks at his experiments with different types of indexes and their effects on the execution plan use. A great article for those of you that want to learn more about how you can tune your server for better performance.



]]></description><guid>http://www.sqlservercentral.com/articles/Administration/executionplans/1345/</guid><pubDate>2005/10/07</pubDate><link>http://www.sqlservercentral.com/articles/Administration/executionplans/1345/</link></item><item><title>The SQL Server Black Box</title><description><![CDATA[Have you ever had the problem where a user ran a query against your SQL Serer and crashed it or made the server unusable since the CPU was spiked at 100%? A SQL Server black box is the equivalent of a flight data record. The black box records all queries being passed to your SQL Server and other useful information like errors.


]]></description><guid>http://www.sqlservercentral.com/articles/Administration/blackbox/954/</guid><pubDate>2003/04/11</pubDate><link>http://www.sqlservercentral.com/articles/Administration/blackbox/954/</link></item><item><title>Utilizing fn_virtualfilestats</title><description><![CDATA[In this example, we will attempt to get some statistical information on file-group utilization to assist us with IO monitoring.


]]></description><guid>http://www.sqlservercentral.com/articles/Administration/filestatsexample/862/</guid><pubDate>2002/12/04</pubDate><link>http://www.sqlservercentral.com/articles/Administration/filestatsexample/862/</link></item><item><title>Using Bitwise Operators to Boost Performance</title><description><![CDATA[Bitwise operators can be challenging to manage at first. However, with practice and patience, and under the right conditions, these operators can provide remarkable performance improvements in production environments. This article will compare two methods of accomplishing the same output, one with a normalized model and the other with bitwise operators.
]]></description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/usingbitmaskoperators/790/</guid><pubDate>2002/09/05</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/usingbitmaskoperators/790/</link></item><item><title>Understanding Execution Plans Part 1</title><description><![CDATA[The purpose of this article is to give you a working knowledge of how to view and understand query execution plans for SQL Server. This is part 1 in a series of articles that will walk you through understanding execution plans to help you improve your queries.
]]></description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/understandingexecutionplans/739/</guid><pubDate>2002/07/26</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/understandingexecutionplans/739/</link></item><item><title>Creating your own sp_MSforeach stored procedure</title><description><![CDATA[This article shows you one of the most time saving stored procedure built into SQL Server and then shows you how you can modify it to affect additional objects like triggers. For example, after this article and the code in the article, you&#39;ll be able to disable every trigger in your system in one line of code.
]]></description><guid>http://www.sqlservercentral.com/articles/Administration/sp_msforeachworker/711/</guid><pubDate>2002/06/17</pubDate><link>http://www.sqlservercentral.com/articles/Administration/sp_msforeachworker/711/</link></item><item><title>Auditing Your SQL Server Environment Part II Auditing Your SQL Server</title><description><![CDATA[In this article by Randy Dyess he shares with you the script on how he audits his environment and outputs reports of the permissions that users have.<!-- Too many SQL Servers to keep up with? -->
<table border="0" cellpadding="0" cellspacing="10" width="100%">
 <colgroup>
  <col width="68" />
  <col width="1266" />
 </colgroup>
 <tr align="left" valign="top">
  <td><a href="http://www.red-gate.com/products/SQL_Response/offers/too_many_servers.htm?utm_source=ssc&utm_medium=rss&utm_content=toomany200912&utm_campaign=sqlresponse"><img alt="SQL Response" height="68" src="http://www.red-gate.com/images/marketing/SSC/response_ico.gif" width="68" border="0"/></a></td>
  <td><strong>Too many SQL Servers to keep up with?</strong><br /><a href="http://www.red-gate.com/products/SQL_Response/offers/too_many_servers.htm?utm_source=ssc&utm_medium=rss&utm_content=toomany200912&utm_campaign=sqlresponse">Download a free trial</a> of SQL Response to monitor your <br>SQL Servers in just one intuitive interface."The monitoring<br>in SQL Response is excellent." Mike Towery. </a><img src="/Images/spacer.gif?d=ad_olr1"/></td>
 </tr>
</table>]]></description><guid>http://www.sqlservercentral.com/articles/Security/auditingii/697/</guid><pubDate>2002/05/30</pubDate><link>http://www.sqlservercentral.com/articles/Security/auditingii/697/</link></item><item><title>Making Dynamic Queries Static</title><description><![CDATA[Building and executing dynamic sql in a stored procedure - is it the only way to solve problems like supporting a simple search function? Leon offers a couple alternatives that let you continue to provide the functionality in a stored procedure without using dynamic sql. Interesting ideas worth exploring!
]]></description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/makingdynamicqueriesstatic/672/</guid><pubDate>2002/05/02</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/makingdynamicqueriesstatic/672/</link></item><item><title>Auditing Your SQL Server Environment Part I</title><description><![CDATA[Ever been placed into a new environment and couldn&#39;t
find an ounce of documentation? This article is the first in a series that will help you make an audit of your new environment
and determine if any SQL Server login does not have a password, has a password the same as the login name or a password that is only one character long.]]></description><guid>http://www.sqlservercentral.com/articles/Security/newenvironmentparti/653/</guid><pubDate>2002/04/02</pubDate><link>http://www.sqlservercentral.com/articles/Security/newenvironmentparti/653/</link></item><item><title>Push FTP with SQL Server</title><description><![CDATA[DTS is an incredible package for moving data in the SQL Server world. One feature that is missing, however, is the ability to send files using FTP to a remote server. This article looks at a technique for sending files via FTP.




]]></description><guid>http://www.sqlservercentral.com/articles/Administration/pushftp/473/</guid><pubDate>2005/07/01</pubDate><link>http://www.sqlservercentral.com/articles/Administration/pushftp/473/</link></item><item><title>Executing a script from SQL Server</title><description><![CDATA[Running a script automatically from SQL Server is easier than you think. Here are a few methods you can use.

]]></description><guid>http://www.sqlservercentral.com/articles/Administration/scriptscheduling/450/</guid><pubDate>2001/10/17</pubDate><link>http://www.sqlservercentral.com/articles/Administration/scriptscheduling/450/</link></item><item><title>DBCC SQLPERF (Logspace) Reporting Internals</title><description><![CDATA[This is a broad overview of the DBCC SQLPERF command primarily for version 7 and 2000.


]]></description><guid>http://www.sqlservercentral.com/redirect/articles/438/</guid><pubDate>2001/09/17</pubDate><link>http://www.sqlservercentral.com/redirect/articles/438/</link></item><item><title>Using Java to Encrypt Passwords</title><description><![CDATA[Lots of applications store user names and passwords in the database. This article presents a method for encypting this information using Java.


]]></description><guid>http://www.sqlservercentral.com/articles/Security/usingjavatoencryptpasswords/357/</guid><pubDate>2001/07/19</pubDate><link>http://www.sqlservercentral.com/articles/Security/usingjavatoencryptpasswords/357/</link></item><item><title>Encrypting Data With the Encrypt Function</title><description><![CDATA[One of the major problems in the database field is when people store sensitive data unencrypted into SQL Server. This article shows you one of the most basic ways to encrypt data to the casual viewer.


]]></description><guid>http://www.sqlservercentral.com/articles/Security/encryptfunction/372/</guid><pubDate>2006/05/29</pubDate><link>http://www.sqlservercentral.com/articles/Security/encryptfunction/372/</link></item><item><title>Using Xp_sendmail With the Recipients Generated From a Query</title><description><![CDATA[Xp_sendmail is a great utility that SQL Server provides in order to e-mail messages directly from SQL Server, by using a valid MAPI profile. However, its syntax is rather stringent. In this article by Kunal Das, he shows you how to send messages to a list of recipients generated by a query dynamically in T-SQL.

<!-- SQL Server monitoring made easy -->
<table border="0" cellpadding="0" cellspacing="10" width="100%">
 <colgroup>
  <col width="68" />
  <col width="1266" />
 </colgroup>
 <tr align="left" valign="top">
  <td><a href="http://www.red-gate.com/products/SQL_Response/offers/easy_monitoring.htm?utm_source=ssc&utm_medium=rss&utm_content=easy_monitoring200912&utm_campaign=sqlresponse"><img alt="SQL Response" height="68" src="http://www.red-gate.com/images/marketing/SSC/response_ico.gif" width="68" border="0"/></a></td>
  <td><strong>SQL Server monitoring made easy </strong><br />"Keeping an eye on our many SQL Server instances<br> is much easier  with SQL Response." Mike Lile.<br><a href="http://www.red-gate.com/products/SQL_Response/offers/easy_monitoring.htm?utm_source=ssc&utm_medium=rss&utm_content=easy_monitoring200912&utm_campaign=sqlresponse">Download a free trial of SQL Response now. </a><img src="/Images/spacer.gif?d=ad_olr1"/></td>
 </tr>
</table>]]></description><guid>http://www.sqlservercentral.com/articles/Advanced+Querying/xp_sendmail/369/</guid><pubDate>2005/02/18</pubDate><link>http://www.sqlservercentral.com/articles/Advanced+Querying/xp_sendmail/369/</link></item><item><title>Undocumented T-SQL Tricks With Logs</title><description><![CDATA[An interesting feature added to SQL Server 7.0 and 2000 is the ability to purge
 an error log through a stored procedure or DBCC command.  In this article,  Brian Knight shows some of the undocumented stored procedures to detect, read and purge an SQL Server error log in T-SQL.


]]></description><guid>http://www.sqlservercentral.com/articles/Administration/readpurgelog/279/</guid><pubDate>2001/06/27</pubDate><link>http://www.sqlservercentral.com/articles/Administration/readpurgelog/279/</link></item><item><title>Quickly Enabling and Disabling Constraints and Triggers</title><description><![CDATA[In some cases, you may have to be able to quickly disable all the constraints and triggers in a database. This article shows you how to do this with a few lines of T-SQL.
]]></description><guid>http://www.sqlservercentral.com/articles/Administration/enabledisable/177/</guid><pubDate>2001/05/24</pubDate><link>http://www.sqlservercentral.com/articles/Administration/enabledisable/177/</link></item></channel></rss>