Viewing 3 posts - 1 through 3 (of 3 total)
Sorry, I posted the wrong code. Here is what I use, sp_msforeachdb @command1="print '?' database_frag('?')". It says the command completes successfully but it doesn't write anything into my table. If...
October 29, 2001 at 5:53 am
#419435
Here is the text I am using run my stored procedure.
EXEC sp_MSforeachtable @command1="print '?' database_frag('?')"
October 25, 2001 at 11:37 am
#419342
What does your command look like? I think that is where I am having problems.
October 25, 2001 at 7:15 am
#419330