SQL Server Magazine columnist Itzik Ben-Gan shows you a few tricks for set-based analysis of data relationships using the NOT EXISTS() predicate.
Tag: sql server
To-Paw Speeds Up Sports Simulation Game with .Net Code Profiler
by Jill R. Aitoro – In an effort to appeal to the commercial gaming industry, To-Paw Software needed to find a way to speed up the database connections and improve performance of the simulation engine for its interactive soccer manager program.
Is Your Tempdb Stressed Out?
By Brian Moran – Most SQL Server customers use tempdb a lot without realizing that heavy use of tempdb can cause resource-allocation contention and result in potentially serious performance problems. If you think tempdb is slowing down your system, check out this article.
SQL Server 2000 Books Online (Updated – SP3)
Download the updated documentation for Microsoft SQL Server 2000. SQL Server 2000 Books Online (Updated – SP3) includes the complete documentation that shipped with SQL Server 2000 plus revisions.
Using a SQL Server System as a PDC
My company is setting up a disaster recovery site, and plan to install SQL Server on a new computer. The Microsoft Windows NT® administrators want to use the computer running SQL Server as a primary domain controller (PDC). I have heard that this setup is not a good idea because of the resource-inte
Working with Developers and SQL Server
Learn best practices for collaborating with developers to set up development, test, and production environments; streamline processes; work with source control; secure applications; and more.
Useful scripts to clear out old plan history logs
by Paul Mandella – Check out this and other tips at SearchDatabase.com.
SQL Server Bulk Copy Optimization Tips
If you’re having trouble with bulk copy, check out these 14 tips from Alexander Chigrik.
How do you setup SqlXml 3.0 on Windows Server 2003?
This question comes up quite often in the newsgroups. Here are the steps to getting this setup.
Import text files script
This process will import text files that arrive in a directory into a table. It will process every file in the directory with the correct filemask and move the file to an archive directory on completion. It can be used in conjunction with an ftpget SP to import files from a ftp server (see ftp).
