Turkbear,
Creating a view was my thought as well however this DB won't allow unions in a view,
===========================================
Because it must be merged with the user's query, the SELECT statement on which a view is based cannot contain any of the following clauses:
UNION
The...
the 5 databases are on the same server so all i do is
select * from db1:tablename where ...
union all (
select * from db2:tablename where ...
)
etc..
they are identical databases, just different instances of it, but yes they are different DB.
Hey,
Currently i have 5 identical sql databases, The data is separated for reasons beyond my control. I have created many reports in crystal XI by first creating a report that meets the criteria, this is done for only one database. I then copy and past the sql statement into a new Command and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.