Category: SQL

SQL Server 2008 internal backup
article #272, updated 4890 days ago

In SQL Studio for SQL 2008, under a database object, go to Management, then Maintenance Plans. If you double-click on an item under there, you’ll see a Visio-like flowchart; double-clicking on any of the items will permit reconfiguration.

Categories:      

==============

Move an SQL Server transaction log
article #224, updated 5006 days ago

A very good series of steps, actually one command-line and one GUI, are here:

http://www.mssqltips.com/tip.asp?tip=1774

Categories: