Viewing 3 posts - 1 through 4 (of 4 total)
Thanks for the help guys
September 9, 2005 at 3:12 am
#588648
solved it thanks again Kenneth Wilhelmsson
exec sp_msforeachdb 'if exists(select * from master..sysdatabases where name = ''?'') use ?
if exists(select *
from ?..sysobjects...
September 6, 2005 at 5:52 am
#587726
thats great. works a treat!
one last thing though if someone has an idea....
there are other different types of databases on the server, ones that im not bothered about and these...
September 6, 2005 at 4:39 am
#587717