﻿<?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 T-SQL, Stored Procedures, SQL Server 7, 2000</title><link>http://www.sqlservercentral.com/</link><description>Content tagged T-SQL, Stored Procedures, 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>Attach and Detach..Again</title><description>Attaching and detaching databases is old hat these days right? Do you know how to reattach a database that has more than 16 files? Or do you know what happens if you try to reattach a database that had two log files but one is missing/deleted? And even if you know the answer to that - do you know how to fix it without restoring from backup? Maybe it&amp;#39;s not ALL old hat just yet!

</description><guid>http://www.sqlservercentral.com/articles/Administering/attachanddetachagain/656/</guid><pubDate>2006/06/23</pubDate><link>http://www.sqlservercentral.com/articles/Administering/attachanddetachagain/656/</link></item><item><title>Stored Procedure vs Triggers</title><description>Performance tuning is an ongoing battle in SQL Server, but having a little knowledge up front when designing an application can greatly reduce the efforts. Do you know which performs better: stored procedures or triggers? There aren&amp;#39;t many places where the two are interchangeable, but knowing the impacts of each might change the way you build an application. Read about this analysis by Vijaya Kumar.


</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/storedprocedurevstriggers/1449/</guid><pubDate>2006/03/31</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/storedprocedurevstriggers/1449/</link></item><item><title>Logins, Users, and Roles - Getting Started</title><description>Do you know the difference between a login and a user? What&amp;#39;s the best way to add them; Enterprise Manager, T-SQL, or SQL-DMO? In this beginner level article Andy demonstrates how to use all three methods to add logins and users and offers his view of which is the best technique.


</description><guid>http://www.sqlservercentral.com/articles/Administering/loginsusersandrolesgettingstarted/514/</guid><pubDate>2005/09/30</pubDate><link>http://www.sqlservercentral.com/articles/Administering/loginsusersandrolesgettingstarted/514/</link></item><item><title>Data Dictionary from within SQL Server 2000</title><description>Mindy explores the metadata stored in SQL 2000 to show you how to produce a simple and useful data dictionary!

</description><guid>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</guid><pubDate>2005/02/04</pubDate><link>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</link></item><item><title>Stored Procedures and Caching</title><description>One of the biggest performance gains built into SQL Server is the stored procedure. In this article by Brian Kelley, he shows you how to fully utilize, debug and monitor the caching of such objects.

</description><guid>http://www.sqlservercentral.com/articles/Administering/procedurecache/591/</guid><pubDate>2004/11/19</pubDate><link>http://www.sqlservercentral.com/articles/Administering/procedurecache/591/</link></item><item><title>Stored Procedure vs Triggers</title><description>Performance tuning is an ongoing battle in SQL Server, but having a little knowledge up front when designing an application can greatly reduce the efforts. Do you know which performs better: stored procedures or triggers? There aren&amp;#39;t many places where the two are interchangeable, but knowing the impacts of each might change the way you build an application. Read about this analysis by Vijaya Kumar.


</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/storedprocedurevstriggers/1449/</guid><pubDate>2006/03/31</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/storedprocedurevstriggers/1449/</link></item><item><title>How to Make Sure You Have Good Passwords</title><description>As Robin points out there is no built in way to make sure users have strong passwords when using SQL authentication. There are a couple changes you can make (with appropriate warnings!) that will allow you to do this. Read on to find out why and how.
</description><guid>http://www.sqlservercentral.com/articles/Security/howtomakesureyouhavegoodpasswords/1299/</guid><pubDate>2004/03/02</pubDate><link>http://www.sqlservercentral.com/articles/Security/howtomakesureyouhavegoodpasswords/1299/</link></item><item><title>An Automated Solution for Migrating Database Structures</title><description>This article by Simon Galbraith (from Red Gate software, maker of SQL Compare) discusses migrating changes from development to staging, QA, and on to production. If you&amp;#39;ve never seen the need for a schema compare tool (Steve Jones!), this is worth reading.</description><guid>http://www.sqlservercentral.com/redirect/articles/982/</guid><pubDate>2003/05/06</pubDate><link>http://www.sqlservercentral.com/redirect/articles/982/</link></item><item><title>Review of SQL 2000 Fast Answers</title><description>A monster book at 980 pages, it&amp;#39;s written in &amp;#39;how-to&amp;#39; format and has a ton of good material. Andy gave it the once over for us and reports back - see what he thinks!

</description><guid>http://www.sqlservercentral.com/articles/Installation/reviewofsql2000fastanswers/959/</guid><pubDate>2003/04/18</pubDate><link>http://www.sqlservercentral.com/articles/Installation/reviewofsql2000fastanswers/959/</link></item><item><title>Logins, Users, and Roles - Getting Started</title><description>Do you know the difference between a login and a user? What&amp;#39;s the best way to add them; Enterprise Manager, T-SQL, or SQL-DMO? In this beginner level article Andy demonstrates how to use all three methods to add logins and users and offers his view of which is the best technique.


</description><guid>http://www.sqlservercentral.com/articles/Administering/loginsusersandrolesgettingstarted/514/</guid><pubDate>2005/09/30</pubDate><link>http://www.sqlservercentral.com/articles/Administering/loginsusersandrolesgettingstarted/514/</link></item><item><title>Worst Practice - Bad Comments</title><description>This one is pretty interesting, Andy discusses a few things he sees in comments that not only fail to add value, they end up costing extra time. There&amp;#39;s room for discussion here, but definitely a discussion worth having - comments can make you or break you, here&amp;#39;s a chance to think about what you think is important in commenting and pass that on to your development team.

</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/worstpracticebadcomments/893/</guid><pubDate>2003/01/23</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/worstpracticebadcomments/893/</link></item><item><title>What is the search order for Procedures prefixed sp_?</title><description>In this article, James Travis covers a common performance topic of prefixing stored procedures sp_. Does it really slow down performance?

</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/sp_performance/850/</guid><pubDate>2002/11/14</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/sp_performance/850/</link></item><item><title>Loading a Series of Flat Files</title><description>Andy Jones recently faced a requirement to load several flat files on a nightly basis. In this article, Andy Jones shows you how he accomplished this and shows plenty of code!

</description><guid>http://www.sqlservercentral.com/articles/DTS/load/835/</guid><pubDate>2002/10/31</pubDate><link>http://www.sqlservercentral.com/articles/DTS/load/835/</link></item><item><title>Nightly Failed Jobs Report</title><description>Do you get tired of reviewing each SQL Agent notifications nightly to determine which SQL Agent jobs failed? Is there a significant number of SQL Agent job notifications that it takes a while to review each? Here is an alternative that allows you to have a single email report of all job failures.
</description><guid>http://www.sqlservercentral.com/articles/Administering/failed_jobs/803/</guid><pubDate>2002/09/17</pubDate><link>http://www.sqlservercentral.com/articles/Administering/failed_jobs/803/</link></item><item><title>Creating your own sp_MSforeach stored procedure</title><description>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&amp;#39;ll be able to disable every trigger in your system in one line of code.
</description><guid>http://www.sqlservercentral.com/articles/Administering/sp_msforeachworker/711/</guid><pubDate>2002/06/17</pubDate><link>http://www.sqlservercentral.com/articles/Administering/sp_msforeachworker/711/</link></item><item><title>Review of SQL Server 2000 Programming (MSPress)</title><description>Andy sits down with an entry level book to see if he should use it at work as a teaching aid. Did he like it? Should you buy it? Read the review now!

</description><guid>http://www.sqlservercentral.com/articles/Installation/reviewofsqlserver2000programmingmspress/694/</guid><pubDate>2002/06/04</pubDate><link>http://www.sqlservercentral.com/articles/Installation/reviewofsqlserver2000programmingmspress/694/</link></item><item><title>Making Dynamic Queries Static</title><description>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+and+Scaling/makingdynamicqueriesstatic/672/</guid><pubDate>2002/05/02</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/makingdynamicqueriesstatic/672/</link></item><item><title>Attach and Detach..Again</title><description>Attaching and detaching databases is old hat these days right? Do you know how to reattach a database that has more than 16 files? Or do you know what happens if you try to reattach a database that had two log files but one is missing/deleted? And even if you know the answer to that - do you know how to fix it without restoring from backup? Maybe it&amp;#39;s not ALL old hat just yet!

</description><guid>http://www.sqlservercentral.com/articles/Administering/attachanddetachagain/656/</guid><pubDate>2006/06/23</pubDate><link>http://www.sqlservercentral.com/articles/Administering/attachanddetachagain/656/</link></item><item><title>Data Dictionary from within SQL Server 2000</title><description>Mindy explores the metadata stored in SQL 2000 to show you how to produce a simple and useful data dictionary!

</description><guid>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</guid><pubDate>2005/02/04</pubDate><link>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</link></item><item><title>Stored Procedures and Caching</title><description>One of the biggest performance gains built into SQL Server is the stored procedure. In this article by Brian Kelley, he shows you how to fully utilize, debug and monitor the caching of such objects.

</description><guid>http://www.sqlservercentral.com/articles/Administering/procedurecache/591/</guid><pubDate>2004/11/19</pubDate><link>http://www.sqlservercentral.com/articles/Administering/procedurecache/591/</link></item><item><title>Executing Multiple Scripts in a Folder using the ScriptRunner Utility</title><description>Ever have a large batch of scripts you need to run? It takes a while if you have to open each one in Query Analyzer and execute it. One of our readers proposed an alternative - take a look the small app Andy Warren wrote to make doing this task a breeze.
</description><guid>http://www.sqlservercentral.com/articles/Administering/scriptrunner/292/</guid><pubDate>2001/06/14</pubDate><link>http://www.sqlservercentral.com/articles/Administering/scriptrunner/292/</link></item></channel></rss>