Click here to Skip to main content
15,881,172 members

Comments by icestatue (Top 3 by date)

icestatue 10-Jun-10 11:35am View    
Change line
WHERE ( name NOT IN ( 'tempdb') )
to
WHERE ( name NOT IN ( 'tempdb', 'master') )
icestatue 10-Jun-10 11:32am View    
I have reposted a sample of code that worked for me if you are interested.
icestatue 9-Jun-10 9:29am View    
Good point, I will look into that.