﻿<?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 Articles tagged Programming, SQL Server 7, 2000</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Programming, 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>Free Encryption</title><description>Free SQL Server 2000 Encryption for your data!!! Author Michael Coles has put together a tolljit and some XPs that you can use to encrypt your data with the Blowfish algorithm. It is hard to write good applications that encrpyt data and manage the keys and security. This will give you a great headstart on protecting your data.

</description><guid>http://www.sqlservercentral.com/articles/Security/freeencryption/1980/</guid><pubDate>2008/04/25</pubDate><link>http://www.sqlservercentral.com/articles/Security/freeencryption/1980/</link></item><item><title>Using VBScript to Automate Tasks</title><description>This article discusses why VBScript should be one of the tools you use to manage your server. Sample scripts show how to remove files over x days old and how to FTP files.



</description><guid>http://www.sqlservercentral.com/articles/Administering/usingvbscripttoautomatetasks/1171/</guid><pubDate>2008/03/07</pubDate><link>http://www.sqlservercentral.com/articles/Administering/usingvbscripttoautomatetasks/1171/</link></item><item><title>Access to SQL Server: The Upsizing Wizard</title><description>SQL Server 2000 is the basis for the new Access database storage. However there are still many cases where applications developed on Access are outgrown and need to be moved to SQL Server to support the load. Author Kathi Kellenberger brings us a look at the Upsizing Wizard and how you can move your databases to SQL Server.



</description><guid>http://www.sqlservercentral.com/articles/SQL+Server+2000+Upgrading/accesstosqlservertheupsizingwizard/1721/</guid><pubDate>2007/01/12</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+2000+Upgrading/accesstosqlservertheupsizingwizard/1721/</link></item><item><title>Access to SQL Server: Linking Tables</title><description>SQL Server 2000 and Access databases can be configured to work closely together. If you find that the Access storage format is not handling your needs and an upgrade is needed, you need not through away all of your access development. Instead, you can link Access tables to underlying tables in SQL Server and improve your application by using SQL Server as the backend for your Access project. Author Kathi Kellenberger brings us her second articles in an Access series looking at Linking tables to 


</description><guid>http://www.sqlservercentral.com/articles/SQL+Server+2000+Upgrading/accesstosqlserverlinkingtables/1722/</guid><pubDate>2006/11/17</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+2000+Upgrading/accesstosqlserverlinkingtables/1722/</link></item><item><title>Executing a Package from Visual Basic</title><description>So you&amp;#39;ve created a SQL Server package and now you&amp;#39;re ready to integrate it into your Visual Basic application? In this series, Brian Knight will show you how to use the DTS object model to execute a DTS package from Visual Basic.


</description><guid>http://www.sqlservercentral.com/articles/DTS/executingpackagefromvisualbasic/585/</guid><pubDate>2006/08/18</pubDate><link>http://www.sqlservercentral.com/articles/DTS/executingpackagefromvisualbasic/585/</link></item><item><title>Copying DTS Packages To a Different Server</title><description>How do you easily copy DTS packages from one server to another? DTS, BCP, T-SQL? Are there advantages to using one method over another? Andy did some research - read the article and see what works and what doesn&amp;#39;t!

</description><guid>http://www.sqlservercentral.com/articles/Administering/copyingdtspackagestoadifferentserver/638/</guid><pubDate>2006/05/05</pubDate><link>http://www.sqlservercentral.com/articles/Administering/copyingdtspackagestoadifferentserver/638/</link></item><item><title>Free Encryption</title><description>Free SQL Server 2000 Encryption for your data!!! Author Michael Coles has put together a tolljit and some XPs that you can use to encrypt your data with the Blowfish algorithm. It is hard to write good applications that encrpyt data and manage the keys and security. This will give you a great headstart on protecting your data.

</description><guid>http://www.sqlservercentral.com/articles/Security/freeencryption/1980/</guid><pubDate>2008/04/25</pubDate><link>http://www.sqlservercentral.com/articles/Security/freeencryption/1980/</link></item><item><title>Leveraging XP Excel , XML, and OPENXML for Data Imports</title><description>DTS is a fantastic ETL tool and it is often used to import Excel documents. However this can be a manual process in many cases in setting up the package. New author Sloan Holliday brings us a way that you can leverage Office XP&amp;#39;s automation facilities and XML to import data into SQL Server.

</description><guid>http://www.sqlservercentral.com/articles/DTS/leveragingxpexcelxmlandopenxmlfordataimports/2134/</guid><pubDate>2005/11/22</pubDate><link>http://www.sqlservercentral.com/articles/DTS/leveragingxpexcelxmlandopenxmlfordataimports/2134/</link></item><item><title>Use SQL-DMO and Excel to Quickly Create Reports for Auditors</title><description>Auditing SQL Server, or any system, is not an easy task and with new regulations like Sarbanes-Oxley, it is becoming a full time job in some environments. Chad Miller brings us a way that he developed with Excel and some scripting to automate some of the security information for a large installation of SQL Servers.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/usesqldmoandexceltoquicklycreatereportsforauditors/2064/</guid><pubDate>2005/10/04</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/usesqldmoandexceltoquicklycreatereportsforauditors/2064/</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>Adventures in Replication</title><description>SQL Server 2000 replication is the easiest so far to setup and work with. However there are some areas that you can get yourself into trouble with if you are not careful. New author Chris Rock brings us a few lessons learned in getting replication working with a remote office.
</description><guid>http://www.sqlservercentral.com/articles/Replication/adventuresinreplication/2013/</guid><pubDate>2005/08/22</pubDate><link>http://www.sqlservercentral.com/articles/Replication/adventuresinreplication/2013/</link></item><item><title>Performance Monitoring by Internal Fragmentation Measurement</title><description>It has not been clear to what extent fragmentation, either internal or external, truly affects the performance of your SQL Server 2000 databases. New author Koby Biller discusses some of the impacts that it could have and has a free tool for download that can help you determine how fragmented your disk truly is.
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/performancemonitoringbyinternalfragmentationmeasur/2014/</guid><pubDate>2005/08/16</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/performancemonitoringbyinternalfragmentationmeasur/2014/</link></item><item><title>Free Encryption</title><description>Free SQL Server 2000 Encryption for your data!!! Author Michael Coles has put together a tolljit and some XPs that you can use to encrypt your data with the Blowfish algorithm. It is hard to write good applications that encrpyt data and manage the keys and security. This will give you a great headstart on protecting your data.

</description><guid>http://www.sqlservercentral.com/articles/Security/freeencryption/1980/</guid><pubDate>2008/04/25</pubDate><link>http://www.sqlservercentral.com/articles/Security/freeencryption/1980/</link></item><item><title>Reducing Round Trips</title><description>One of the best ways to reduce the load on your server and increase application responsiveness is to reduce the number of &amp;#34;round trips&amp;#34; your application makes. This article by Andy Warren shows you a few ways to increase your performance by reducing round trips.
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/roundtrips/586/</guid><pubDate>2005/07/15</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/roundtrips/586/</link></item><item><title>Worst Practices - Making Databases Case Sensitive (Or Anything Else)</title><description>Article number four in this popular series continues exposing Worst Practices! This week Andy continues his tirade by talking about why case sensitive databases should be BANNED from the planet. Is he right or just OUT OF CONTROL? Read the article and join the discussion - your comment may lead to an article, that&amp;#39;s what generated this one!
</description><guid>http://www.sqlservercentral.com/articles/Administering/worstpracticesmakingdatabasescasesensitiveoranythi/489/</guid><pubDate>2005/07/08</pubDate><link>http://www.sqlservercentral.com/articles/Administering/worstpracticesmakingdatabasescasesensitiveoranythi/489/</link></item><item><title>Using VBScript to Automate Tasks</title><description>This article discusses why VBScript should be one of the tools you use to manage your server. Sample scripts show how to remove files over x days old and how to FTP files.



</description><guid>http://www.sqlservercentral.com/articles/Administering/usingvbscripttoautomatetasks/1171/</guid><pubDate>2008/03/07</pubDate><link>http://www.sqlservercentral.com/articles/Administering/usingvbscripttoautomatetasks/1171/</link></item><item><title>SQL Maintenance Plans</title><description>Do you use the maintenance plans or hate them? Wish they would do more? Curious about how they work under the hood? Cmon, you gotta read this one! Trust us, it&amp;#39;s not another &amp;#34;how-to&amp;#34; article! Well, maybe just a little bit!

</description><guid>http://www.sqlservercentral.com/articles/Administering/sqlmaintenanceplans/663/</guid><pubDate>2005/03/04</pubDate><link>http://www.sqlservercentral.com/articles/Administering/sqlmaintenanceplans/663/</link></item><item><title>Migrating Microsoft Access Applications to SQL Server</title><description>Microsoft Access targets individual information workers and small teams that use the Microsoft Office System to track, manage, prioritize, and act upon an increasing volume of business information. The data stored in these databases rarely justifies moving to a more robust platform until the application begins expanding into departmental scenarios. When this happens, it is worthwhile to consider moving the data into a more robust platform for enhanced reliability, scalability, and greater IT control. In most cases, the data can be moved through a process called &amp;#34;upsizing&amp;#34; while the Access application front-end continues to provide information workers with access to critical data. Microsoft has created resources in the following three categories to help manage Access data in your organizations:
</description><guid>http://www.sqlservercentral.com/redirect/articles/1738/</guid><pubDate>2005/02/23</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1738/</link></item><item><title>Access to SQL Server: Linking Tables</title><description>SQL Server 2000 and Access databases can be configured to work closely together. If you find that the Access storage format is not handling your needs and an upgrade is needed, you need not through away all of your access development. Instead, you can link Access tables to underlying tables in SQL Server and improve your application by using SQL Server as the backend for your Access project. Author Kathi Kellenberger brings us her second articles in an Access series looking at Linking tables to 


</description><guid>http://www.sqlservercentral.com/articles/SQL+Server+2000+Upgrading/accesstosqlserverlinkingtables/1722/</guid><pubDate>2006/11/17</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+2000+Upgrading/accesstosqlserverlinkingtables/1722/</link></item><item><title>Access to SQL Server: The Upsizing Wizard</title><description>SQL Server 2000 is the basis for the new Access database storage. However there are still many cases where applications developed on Access are outgrown and need to be moved to SQL Server to support the load. Author Kathi Kellenberger brings us a look at the Upsizing Wizard and how you can move your databases to SQL Server.



</description><guid>http://www.sqlservercentral.com/articles/SQL+Server+2000+Upgrading/accesstosqlservertheupsizingwizard/1721/</guid><pubDate>2007/01/12</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+2000+Upgrading/accesstosqlservertheupsizingwizard/1721/</link></item><item><title>Upsizing the Access Database into the SQL Server</title><description>SQL Server and Access are usually linked together as Access used for applications at the beginning of their lifecycle that are later moved to SQL Server when the load gets too high or the data sizes grow. There are often cases where you may also want to use SQL Server as a backend to an Access application. But how do you get your data from Access to SQL Server? Author Dinesh Asanka brings us an overview of the various ways that you can move your Access database to SQL Server.

</description><guid>http://www.sqlservercentral.com/articles/SQL+Server+2000+Upgrading/upsizingtheaccessdatabaseintothesqlserver/1724/</guid><pubDate>2005/02/21</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Server+2000+Upgrading/upsizingtheaccessdatabaseintothesqlserver/1724/</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>Stop SQL Injection Attacks Before They Stop You</title><description>A new article from MSDN magazine on stopping SQL Injection attacks by examining how the SQL can be exploited. It&amp;#39;s a good basic article for developers as well as DBAs who might have to review code.</description><guid>http://www.sqlservercentral.com/redirect/articles/1470/</guid><pubDate>2004/08/20</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1470/</link></item><item><title>An introduction to using the ADO.NET - SqlCommand Object</title><description>Are you familiar with using the Command object in ADO?  If so, migrating to ADO.NET should be a snap.



</description><guid>http://www.sqlservercentral.com/articles/News/anintroductiontousingtheadonetsqlcommandobject/542/</guid><pubDate>2004/08/06</pubDate><link>http://www.sqlservercentral.com/articles/News/anintroductiontousingtheadonetsqlcommandobject/542/</link></item><item><title>Comparison of Oracle Drivers</title><description>Oracle is usually a dirty word in the SQL Server community, but like it or not,  lots of data resides in Oracle databases. And SQL Server is often used to gather this data together in a warehouse of some sort for spinning cubes, generating reports, etc. Haidong Ji looks at the various methods that you can connect to an Oracle driver and compares the speed of each. If you need to get data from Oracle, or may need to, this is the place you want to start.

</description><guid>http://www.sqlservercentral.com/articles/DTS/comparisonoforacledrivers/1430/</guid><pubDate>2004/07/21</pubDate><link>http://www.sqlservercentral.com/articles/DTS/comparisonoforacledrivers/1430/</link></item><item><title>Dump SQL Permissions</title><description>We saw a note from Chad about a tool he wrote in the forums and asked him to write up some notes. Not only did we get notes, we got the source code! See what a DBA can do with some DMO.
</description><guid>http://www.sqlservercentral.com/articles/Administering/dumpsqlpermissions/1314/</guid><pubDate>2004/03/17</pubDate><link>http://www.sqlservercentral.com/articles/Administering/dumpsqlpermissions/1314/</link></item><item><title>Executing a Package from Visual Basic</title><description>So you&amp;#39;ve created a SQL Server package and now you&amp;#39;re ready to integrate it into your Visual Basic application? In this series, Brian Knight will show you how to use the DTS object model to execute a DTS package from Visual Basic.


</description><guid>http://www.sqlservercentral.com/articles/DTS/executingpackagefromvisualbasic/585/</guid><pubDate>2006/08/18</pubDate><link>http://www.sqlservercentral.com/articles/DTS/executingpackagefromvisualbasic/585/</link></item><item><title>RC4 Encryption in a Stored Procedure</title><description>Joseph gathered together some various bits of code and came up with a solution that lets you do RC4 encryption via the sp_oa~ procedures.
</description><guid>http://www.sqlservercentral.com/articles/Security/rc4encryptioninastoredprocedure/1254/</guid><pubDate>2004/01/09</pubDate><link>http://www.sqlservercentral.com/articles/Security/rc4encryptioninastoredprocedure/1254/</link></item><item><title>Dealing With Changing Data</title><description>As Chris points out, in most applications these days you end up having to go with optimistic locking, which presents a few challenges. Chris works through the list of options. If you&amp;#39;re building web/disconnected apps and need anything besides last update wins, this one is for you.
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/dealingwithchangingdata/1233/</guid><pubDate>2003/12/19</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/dealingwithchangingdata/1233/</link></item><item><title>New JDBC Driver for SQL</title><description>This is one of the vendors we met at PASS 2003. Their new driver is supposed to be faster than the driver provided by Microsoft AND supports NT authentication. Link takes you to a comparision chart of features. (Not Reviewed)</description><guid>http://www.sqlservercentral.com/redirect/articles/1206/</guid><pubDate>2003/12/03</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1206/</link></item></channel></rss>