Activity overview
Latest activity by ErikVorstenbosch
Much of my coding is done in a database for reporting purposes. This databases contains stored procedures to collect data from multiple databases (most of them on the same server, but on some occasions on different servers too). These procedures are then consumed by reporting tools.
Due to this design almost all queries need to reference an other database.
So, if "the not too distant future" would be "a (very) near future", I would be very glad. / comments
Much of my coding is done in a database for reporting purposes. This databases contains stored procedures to collect data from multiple databases (most of them on the same server, but on some occas...
Incorrect candidate list when referring to other database
While trying to reference a table in another database on the same server, I get the candidatelist of the current database of the connection (in Query Analyzer).
So, in Query Analyzer with a connect...
Formatting suggestions
I do have some formatting suggestions.
1.
All standard code snippets are defined with upper case keywords.
It would be nice if these snippets are reformatted using the Case Settings options on the ...