﻿<?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 T-SQL, ADO</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged T-SQL, ADO posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Introduction to ADO - The Command Object</title><description>The third article in a four part series, this week Andy shows how to use the command object to work with stored procedure parameters.



</description><guid>http://www.sqlservercentral.com/articles/Stored+Procedures/introductiontoadothecommandobject/535/</guid><pubDate>2007/02/09</pubDate><link>http://www.sqlservercentral.com/articles/Stored+Procedures/introductiontoadothecommandobject/535/</link></item><item><title>Introduction to the ADO Connection Object</title><description>Part 1 of a 4 part series about ADO, this is a beginner level article designed to get you started using the ADO connection object. If you haven&amp;#39;t used ADO so far, why not see what it&amp;#39;s all about?

</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/introductiontotheadoconnectionobject/510/</guid><pubDate>2006/05/26</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/introductiontotheadoconnectionobject/510/</link></item><item><title>Default Values and Named Parameters for Stored Procs</title><description>Are you using default values for your parameters? Using named parameters when you call the proc or passing the values by ordinal? Should you be? Andy thinks 6 out of 10 of our readers will agree with his point of view, we&amp;#39;ll be a little more conservative and guess that 5 of out 10 will be closer.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/defaultvaluesandnamedparametersforstoredprocs/882/</guid><pubDate>2003/01/08</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/defaultvaluesandnamedparametersforstoredprocs/882/</link></item><item><title>Generating HTML Tables</title><description>In this article Andy looks at one way you can separate your presentation code from your data when you generate HTML tables for simple reports. Lots of code examples so you can see how it works.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/generatinghtmltables/749/</guid><pubDate>2002/08/05</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/generatinghtmltables/749/</link></item><item><title>Performance Comparison: Data Access Techniques</title><description>Architectural choices for data access affect performance, scalability, maintainability, and usability. This article focuses on the performance aspects of these choices by comparing relative performance of various data access techniques, including Microsoft® ADO.NET Command, DataReader, DataSet, and XML Reader in common application scenarios with a Microsoft SQL Server™ 2000 database.</description><guid>http://www.sqlservercentral.com/redirect/articles/620/</guid><pubDate>2002/03/01</pubDate><link>http://www.sqlservercentral.com/redirect/articles/620/</link></item><item><title>Reducing Round Trips - Part 2</title><description>Last week Andy started a discussion of the various ways you can reduce the number of round trips to the server. This week he continues by looking at a method he used recently to do client side caching of data to eliminate the round trip altogether. Gotta read it!
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart2/588/</guid><pubDate>2002/02/06</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart2/588/</link></item><item><title>XML Data Solutions</title><description>This sample is provided in conjunction with the MSDN Magazine article, &amp;#34;SQL Server 2000 and XML: Developing XML-Enabled Data Solutions for the Web.&amp;#34; This article presents and compares five data access approaches, using a variety of technologies including ASP and ADO, XSLT, and DirectXML. Once built, the solutions are compared on the basis of their speed and efficiency.
</description><guid>http://www.sqlservercentral.com/redirect/articles/575/</guid><pubDate>2002/01/18</pubDate><link>http://www.sqlservercentral.com/redirect/articles/575/</link></item><item><title>Introduction to ADO - The Command Object</title><description>The third article in a four part series, this week Andy shows how to use the command object to work with stored procedure parameters.



</description><guid>http://www.sqlservercentral.com/articles/Stored+Procedures/introductiontoadothecommandobject/535/</guid><pubDate>2007/02/09</pubDate><link>http://www.sqlservercentral.com/articles/Stored+Procedures/introductiontoadothecommandobject/535/</link></item><item><title>Introduction to ADO Part 4 - Combining It All</title><description>In three previous articles Andy has done a very basic introduction to the ADO connection, command, and recordset objects. In this wrap up article he talks about how to use the power of ADO client side filtering and disconnected recordsets, then adds some code which shows how to combine all the objects. ADO is not simple, but Andy has done a good job in limiting his dicussion to the things you REALLY need to know about ADO to get started.
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/introductiontoadopart4combiningitall/537/</guid><pubDate>2001/12/07</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/introductiontoadopart4combiningitall/537/</link></item><item><title>Introduction to the ADO Connection Object</title><description>Part 1 of a 4 part series about ADO, this is a beginner level article designed to get you started using the ADO connection object. If you haven&amp;#39;t used ADO so far, why not see what it&amp;#39;s all about?

</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/introductiontotheadoconnectionobject/510/</guid><pubDate>2006/05/26</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/introductiontotheadoconnectionobject/510/</link></item><item><title>Troubleshooting ASP and ADO Errors</title><description>My ASP file doesn’t access my database.&amp;#34; &amp;#34;I can’t connect to my database from my code.&amp;#34; &amp;#34;I’m having problems calling and debugging stored procedures.&amp;#34; These are some of the problems I hear every day as a Microsoft® developer support engineer. 

</description><guid>http://www.sqlservercentral.com/redirect/articles/249/</guid><pubDate>2001/07/20</pubDate><link>http://www.sqlservercentral.com/redirect/articles/249/</link></item><item><title>Using Stored Procedures from ADO 2.1</title><description>If you’re running database-intensive code from Visual Basic or ASP, stored procedures can give you a great speed boost. With ADO 2.1, one of the components that makes up MDAC, this technique is easier to implement than ever. 



</description><guid>http://www.sqlservercentral.com/redirect/articles/248/</guid><pubDate>2001/06/29</pubDate><link>http://www.sqlservercentral.com/redirect/articles/248/</link></item><item><title>Missing Temp Tables</title><description>In part one of a two part article, Andy Warren challenges the readers of SQLServerCentral.com to solve a problem involving ADO and SQL Server. Are you up to the challenge?

</description><guid>http://www.sqlservercentral.com/articles/SQL+Puzzles/missingtemptables/251/</guid><pubDate>2001/06/01</pubDate><link>http://www.sqlservercentral.com/articles/SQL+Puzzles/missingtemptables/251/</link></item></channel></rss>