Viewing 2 posts - 1 through 2 (of 2 total)
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:
July 24, 2013 at 7:29 am
#1635343
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
sp_spaceused @updateusage=true
/* Look at the name field to get...
January 23, 2010 at 11:04 am
#1107779