Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Articles with tags
SQL Server 7, 2000
,
ADO
Refine your search with one of the following additional tags (with number of items):
Programming
(12)
Performance Tuning
(3)
T-SQL
(2)
DTS
(1)
Visual Basic 6
(7)
.Net
(2)
Backup and Recovery
(1)
Security
(1)
Miscellaneous
(6)
ASP
(2)
Basics
(1)
SQL Server 6.5
(1)
Performance Tuning and Scaling
(6)
Replication
(2)
Best and Worst Practices
(1)
Worst Practices
(1)
Administering
(5)
SQL-DMO
(2)
Database Design
(1)
XML
(1)
Configuring
(4)
Search for
any
content tagged
SQL Server 7, 2000 & ADO
Items 1 to 12 of 12
Copying DTS Packages To a Different Server
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't!
Read more...
By
Andy Warren
2006/05/05 (first posted: 2002/03/19)
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
33,509 reads
Reducing Round Trips
One of the best ways to reduce the load on your server and increase application responsiveness is to reduce the number of "round trips" your application makes. This article by Andy Warren shows you a few ways to increase your performance by reducing round trips.
Read more...
By
Andy Warren
2005/07/15 (first posted: 2002/01/24)
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning
Rating:
|
Discuss
|
Briefcase
|
19,083 reads
Introduction to ADO Part 2 - Recordsets
Part two in the Introduction to ADO series, this beginner level article shows how to open a recordset, how to add and edit records, and touches lightly on how to select the best cursor type and locking mode. Good code samples help you get started fast!
Read more...
By
Andy Warren
2003/11/28
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning and Scaling
Rating:
|
Discuss
|
Briefcase
|
15,164 reads
Worst Practice - Bad Connection Strings and Bad Info in Sysprocesses
Andy returns to the Worst Practice series this week with a short article looking at how connection strings in applications affect what you see in sysprocesses. Perhaps less controversial (in our opinion) that some of the other worst practices, this is something easy to fix and definitely worth fixing! Read the article and post a comment - explore other points of view! Readers posting a comment will be entered in a drawing for a copy of the SQL Server 2000 Resource Kit.
Read more...
By
Andy Warren
2003/08/01
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
13,789 reads
Review of Real-World SQL-DMO
Andy takes a look at the new book on DMO and likes what he sees - "great book for beginner and intermediate DMO users!". We've been supporters of DMO for a while and we're glad to see a new book on the subject. Read the review, add your comments, buy the book!
Read more...
By
Andy Warren
2002/11/19
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
5,117 reads
Copying DTS Packages To a Different Server
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't!
Read more...
By
Andy Warren
2006/05/05 (first posted: 2002/03/19)
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
33,509 reads
Reducing Round Trips - Part 3
This week Andy continues his series on how to reduce the number of round trips to the server by looking at some things you can easily add to your applications without a lot of rearchitecting.
Read more...
By
Andy Warren
2002/03/11
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning and Scaling
Rating:
|
Discuss
|
Briefcase
|
7,572 reads
Performance Comparison: Data Access Techniques
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.
Read more...
By
Additional Articles
2002/03/01
|
Source:
Microsoft SQL Home
|
Category:
Performance Tuning
Rating:
Rate this
|
Briefcase
|
1,640 reads
Reducing Round Trips - Part 2
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!
Read more...
By
Andy Warren
2002/02/06
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning
Rating:
|
Discuss
|
Briefcase
|
8,764 reads
Reducing Round Trips
One of the best ways to reduce the load on your server and increase application responsiveness is to reduce the number of "round trips" your application makes. This article by Andy Warren shows you a few ways to increase your performance by reducing round trips.
Read more...
By
Andy Warren
2005/07/15 (first posted: 2002/01/24)
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning
Rating:
|
Discuss
|
Briefcase
|
19,083 reads
Review of SQL Comparison and Synchronization Toolkit
This week Andy takes a look at a new product from Red-Gate that gives you even more options than you get with their SQL Compare and SQL Data Compare tools - now you can build your own. Add the features you always wanted. Build automated processes instead of using the GUI. It's an interesting product - read the review and then maybe even enter the contest to win a free copy.
Read more...
By
Andy Warren
2002/01/16
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
5,220 reads
Improve System Performance in Your Indexing Scheme Using Asynchronous
The Web Data Administrator is a utility program implemented in ASP.NET that enables you to easily manage your SQL data, wherever you are.
Read more...
By
Additional Articles
2001/10/10
|
Source:
Microsoft MSDN
|
Category:
Administering
Rating:
Rate this
|
Briefcase
|
899 reads
Work Around Errors in Database Web Apps
ne of the issues you face when building Web applications is handling the errors you encounter when interacting with a back-end database. I was recently working with someone to create a new Web site with SQL Server™, ActiveX® Data Objects (ADO), and ASP. Lots of little things came up that I thought were worth sharing with MIND readers, so I'll focus this column on what I learned from this experience and the solutions to many of the problems I faced.
Read more...
By
Additional Articles
2001/07/13
|
Source:
Microsoft MSDN
|
Category:
Miscellaneous
Rating:
Rate this
|
Briefcase
|
853 reads
Taming the Stateless Beast: Managing Session State
Running a Web farm means managing session state across servers. Since session state can't be shared across a Web farm with Internet Information Services 5.0, a custom solution is required. One such solution using a tool called the session manager is described here.
Read more...
By
Additional Articles
2001/07/06
|
Source:
Microsoft MSDN
|
Category:
Performance Tuning and Scaling
Rating:
Rate this
|
Briefcase
|
833 reads
Items 1 to 12 of 12
Most popular
Copying DTS Packages To a Different Server
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't!
Read more...
By
Andy Warren
2006/05/05 (first posted: 2002/03/19)
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
33,509 reads
Worst Practice - Bad Connection Strings and Bad Info in Sysprocesses
Andy returns to the Worst Practice series this week with a short article looking at how connection strings in applications affect what you see in sysprocesses. Perhaps less controversial (in our opinion) that some of the other worst practices, this is something easy to fix and definitely worth fixing! Read the article and post a comment - explore other points of view! Readers posting a comment will be entered in a drawing for a copy of the SQL Server 2000 Resource Kit.
Read more...
By
Andy Warren
2003/08/01
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
13,789 reads
Introduction to ADO Part 2 - Recordsets
Part two in the Introduction to ADO series, this beginner level article shows how to open a recordset, how to add and edit records, and touches lightly on how to select the best cursor type and locking mode. Good code samples help you get started fast!
Read more...
By
Andy Warren
2003/11/28
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning and Scaling
Rating:
|
Discuss
|
Briefcase
|
15,164 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use