database - Convert Access queries to SQL Server views when using DTS -
I am using DTS to import data from an Access database in STM Server 2005. It seems that DTS accesses queries as an import table, rather than ideas, which will not work for me, is there any way around it?
You can choose not to include saved queries (at least when you use SSMA I suggest you use it instead of DTS anyway ... it works to do a better job).
You can find it here:
It is not clear whether you will continue using MS-Access as a front end or not? If you are planning on using access, you do not actually need to convert those saved query (views) to SQL Server. Most of the saved questions in access will work in the form of a previously (now linked tables with SQL Server).
You only need to change / decide the saved stars that move at slow speed. In other words, most questions can be used and it needs to be run. It is only slow and especially with the total work (amount, sum, etc., which produce many records, but produce some rows). Such questions are actually being taken as a view to SQL Server (you then link to that view with MS-Access).
If you do not have any part of MS-Access, I am afraid that there is no automatic tool for those questions. In these cases, I just paste it with MS-Access + in the Management Studio View Builder. Most questions require very few modifications.
Comments
Post a Comment