Hello, lets say I have some update script:
update sometable set somecolumn = 'somevalue' where xyz = 0
Now lets say I have multiple databases, like DB1, DB2, DB3 and so on. How coul I run this script on all of them without doing it manually?
Thanks :)