Databases
- 524
- Embarcadero Technologies
- Provides database software for database design and database management with support for Microsoft SQL Server.
- 525
- Mount Vernon Data Systems
- Golden, CO, company designs SQL Server database solutions, provides database consulting to top management and IT staff, and offers database training to in-house staff in US and Canada.
- 528
- How to Transfer SQL Logins between SQL Server 2005 Instances
- Articles presents a custom script as well as standard options for moving SQL logins between servers by Tara Kizer.
- 529
- PIVOT in SQL Server 2005
- Learn to combine SQL Server's PIVOT and UNPIVOT commands with Common Table Expressions by Michael Jones.
- 530
- SQL Optimizations School
- Contains tutorials and tests for those wanting to learn to write better code. We also have a troubleshooting tool to help people narrow down slowness issues.
- 531
- SQL Server 2005 Paging
- Article explores four approaches for coding SQL when results will be returned to an application that supports paging by Robert Cary.
- 532
- SQL Server Replication FAQ
- FAQs on SQL Server replication and solutions to common problems. By Narayana Vyas Kondreddi.
- 533
- SQL Server Service Broker Introduction
- Introduction and definition of SQL Server Service Broker by Roger Wolter.
- 534
- SQLDTS.com
- Articles, code samples, and tools help with development of robust and flexible Data Transformation Services (DTS) packages.
- 535
- Spatial Data with SQL Server 2008
- Introduction to Spatial Data concepts as well as detailed SQL Server instructions on use by Jason Follas.
- 536
- User Defined Functions
- This article covers all the basics of User Defined Functions. It discusses how (and why) to create them and when to use them by Doug Carpenter,