Migration Scripted SQL Server Migrations Use this batch file to automatically backup a database on one instance of SQL Server and restore it on a different instance of SQL Server.
Migration SQL Server Migration Steps My SQL Server migration philosophy consists of two priorities: (1) Avoid disasters and (2) Minimize production downtime.
Migration Convert Common Access Field Defaults to SQL Server Here's the Select Case statement I use to convert common Access field default calculations--Now(), Date(), etc.--to their SQL Server equivalents.
SQL Server 3 Gotchas of the SQL BETWEEN Statement The SQL BETWEEN statement produces very readable condition expressions. But developers of all skill levels can still get into trouble with it.
Migration Mystery of the Ancients The Ultimate Guide to Recovering Password-Protected, Access 97 Format .MDB Files
SQL Server Yes/No Fields in SQL Server The SQL Server equivalent of an Access Yes/No field is the "bit" data type. Or is it?