Skip to Content
0
Aug 18, 2023 at 02:10 PM

sp_spaceused procedure blocked.

206 Views Last edit Aug 18, 2023 at 03:07 PM 2 rev

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.