|
Gigabyte
Starting Member
India
30 Posts |
Posted - 06/20/2012 : 13:33:04
|
When I am executing sp_msForEachDB, I am getting multiple tables in out put.
How can I catch these tables to do some modifications on the data.
Here is the exact query if you need:
exec sp_msForEachDB 'use ; select * from sales'
Thanks in advance !
GIGABYTE+ |
|