Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 7129

Is it possible to query different databases at once?

$
0
0

I have databases representing some states. I want to get a count of records for each instead of having to query each individual database. So I want the output to look like:

WY 12345

PA 1678

CT 187654


Viewing all articles
Browse latest Browse all 7129

Trending Articles