Hi, in old versions, when I did "select into", I could see how the destination table was reserving space with the "sp_spaceused <new table>" command. In this way, I could know, roughly, how long the command would take to finish.
Now when I run "sp_spaceused <new table>", the command is blocked until the "select into" is completed.
Do you know any way to see this now? I'm working on ASE 16.0
Thanks for you help.