I am tyring to figure out how I can run the same query against all databases on the server at one time. I have over 100 databases on this server and I figure there has to be an easy way to run this simple query on all of the databases.
For simplicity we will say the query is:
SELECT Job_ID
FROM Jobs
WHERE PostDate >= '6/8/2006'
If anyone can help I would appreciate it.
For simplicity we will say the query is:
SELECT Job_ID
FROM Jobs
WHERE PostDate >= '6/8/2006'
If anyone can help I would appreciate it.