MDF File size not growing

  • Hi I am using SSMA to load data from oracle to sql server, i noticed that mdf file size is not growing after loading data is started. SSMA shows 12% migration is completed,

    Any info on this? Please help

    Note: Before starting the load i deleted a table of size 600 GB

  • Using management studio, run these to check on the current space used. You should see a difference if there is an increase in data. If you know some destination tables add the table name.

    /* Database usage */

    exce sp_spaceused

    /* Insert table name */

    exec sp_spaceused table

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

You must be logged in to reply to this topic. Login to reply