Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Gigabyte
Starting Member
30 Posts |
Posted - 2012-06-20 : 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+ |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
|
|
|
|