SQL Server's replication feature lets you reproduce data from one database to another. A major component of SQL Server's replication technology involves horizontal (row) and vertical (column) partitioning, which lets you control what data you rep...
The Straight Story on Virtual Server
Chat with Mike Otey
Chat live on May 25
Robert Schneider introduced 10 ways to optimize >SQL Server from the
programming viewpoint in, "10 Easy Tips for Better SQL Serve...
To use DMO from VB, follow these simple rules:
Include the SQL DMO type library
Create a SQL Server object
Connect the SQL Server object to SQL Server
Use the SQL Server objects
Disconnect from SQL Server