Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Migrating to 2012 SSIS

    I attended the SQL Saturday in Louisville last week and there was a presentation "Migrating to SSIS 2012" presented by Dave Fackler. The presentation is downloadable from:

  • RE: Log file bigger than data file

    I've had a similar issue. Try the following, not sure what your database name is, for example below yourdbname.

    use yourdbname

    go

    sp_helpdb yourdbname

    go

    sp_spaceused @updateusage=true

    go

    /* Look at the name field to get...

Viewing 2 posts - 1 through 2 (of 2 total)