Viewing 3 posts - 1 through 3 (of 3 total)
finally cracked this earlier today...variation on what i've seem some folk using, but it worked. Note: you gotta do this from powershell, vs a normal command prompt:
-r ([char]0x0A)
April 4, 2017 at 8:17 pm
#1936678
Thanks man! Old post, but the DBCC/EmptyFile was exactly what I needed.
November 23, 2015 at 7:06 am
#1841706
If this is still a problem for some reason, here's something i used to get the total space recently on a server. Hope it helps!
declare @toExec table(tid int identity...
July 7, 2015 at 7:23 am
#1810698