-
Recreate operating system and SQL with data on new drives
-
How does failover clustering work in SQL 2005?
Learn how the failover clustering functionality has been extended in SQL Server 2005.
-
Why upgrade to SQL Server 2005?
-
Creating and altering views on SQL Server
There is no advantage to allowing users to create and drop views, according to Development expert Andrew Novick. Here he explains.
-
Mismatches after moving a SQL database to a new server
-
Restoring a database with only the trans.mfd file
-
SQL Server primary database backup options
Copy MDF and LDF files from primary SQL Server databases to backup databases with these best practices offered by SQL Server expert Andrew Novick.
-
What is a trigger?
A trigger is a code object that executes when a table is modified. Andrew Novick explains how it works in this expert response.
-
How do you implement data/row-level security in SQL Server 7.0 or 2000?
-
Windows and SQL Servers 2003 and their MDAC versions
-
An efficient query for joins of four tables
-
Restoring a database from the production server to a disaster recovery server
-
Best practices for backing up the master, model, and msdb databases
-
Difference between WHERE and HAVING
-
Paging through SQL query results
-
Leading zeros
-
Removing duplicate rows
-
Column name in a combo box
-
Delete from table A if matching row exists in B
-
Updating a local table from company tables
-
Tips for tuning SQL Server 2005 to improve reporting...
There are a few things you can do to tune SQL Server for improved reporting performance. Here are some generic and Reporting Services-specific tech...
-
SQL Server trigger vs. stored procedure to receive d...
Learn why using a SQL Server stored procedures vs. a trigger can be a preferred method to retrieve data notification from a database field.
-
Storing and searching for image files in SQL Server
Learn about working with image files in SQL Server, including advice on using queries to locate them, in this expert answer.