Forum Replies Created

Viewing 15 posts - 2,146 through 2,160 (of 2,635 total)

  • RE: SQL server database backup without data possbile ?

    You can script out tables in Enterprise Manager or Query Analyzer.  You can also export table schema without data to another database using the DTS Import/Export wizard.  Just choose 'Copy...

    Greg

  • RE: Easy way to document all DTS packages

    I document with comments in the package.  I include a description of what the package does, the job that executes the package if it's scheduled, and a description of any...

    Greg

  • RE: SQL Server Cluster Training

    I can't recommend a training vendor but you should try to find the course, Microsoft SQL Server High Availability 2005.  I took the course last year, taught by Michael Hotek,...

    Greg

  • RE: Upgrading to Enterprise Edition

    I believe you can use detach/attach or backup/restore.  Microsoft has an article: http://support.microsoft.com/kb/281574/en-us 

    Greg

    Greg

  • RE: SQL Server 2000 DTS

    Hi Darren,

    Data Driven Query is useful because it can insert, update, and delete from the destination table based on each row of the source data.  The drawback is it processes...

    Greg

  • RE: Executive SQL Task

    Hi Steve,

    What error do you get when the task fails?  If you haven't enabled package logging, do so by selecting "Package Properties", the "Logging" tab, then checking "Log package execution...

    Greg

  • RE: drop tabel reference key problem

    Betty,

    I don't know anything about Datanamic.  I run queries in Query Analyzer to find foreign key dependencies and script the ALTER TABLE statements to drop and create them.  Here they...

    Greg

  • RE: Backup/Restore nightmare

    It sounds like you're using Enterprise Manager to do the restore.  In the 'Restore database' popup, make sure you choose the correct backup device/file in the dropdown called 'First backup to...

    Greg

  • RE: Backup/Restore nightmare

    Hi Lonnie,

    What's the date of the full database backup immediately preceding 01/08/2006?  You have to start your restores with a full backup then restore differential backups and log backups.

    Greg

    Greg

  • RE: Err found in job history and event viewer?????

    Papillon,

    Enable logging for the DTS package if you haven't already.  When the job fails, look at the package log to see the DTS error and the failed step by right-clicking...

    Greg

  • RE: A Career Poll

    I'd been a developer in a government shop for eleven years when a position opened in our Data Management Group for a DBA/DA.  I got the position and trained as...

    Greg

  • RE: drop tabel reference key problem

    ...or drop all the foreign key constraints before dropping the tables.  If you drop the constraints first, you won't have to worry about what order the tables are dropped.

    Greg

    Greg

  • RE: differential backups

    Here's a thread that has a suggestion for how to set this up.  There are also lots of backup scripts in the Scripts section of this site that you could...

    Greg

  • RE: Best Database Recovery Model

    The size of the database doesn't matter so much as your organization's tolerance for data loss i.e. how much data would you be willing to lose if you had to...

    Greg

Viewing 15 posts - 2,146 through 2,160 (of 2,635 total)