MichaelRed
Programmer
Having read many of the suggestion, some directions and a few horror stories, I am about to start the oft delayed process. To this end, I have a few(?) questions:
Do we really move ALL tables (even the local ones) to a seperate BE?
(Assuming Yes to the above), SQL server is advertised to be able to know which tables are temp and allocate these differently (so multiple users can run the same processes w/o interfeering with each other). However I can't seem to find / figure out how these temp tables are identified by / to SQL Server. Who can explain this (even if via reference to other documentation).
Is it preferable to move all queries to SQL Server? Even the litbox, combobox, ... rowsource queries?
If 'all' Tables and queries are sepweated, does the upsize whizzz do a beter job of conversion (esp issues like data typing? and syntax)?
If I can identify the procedures included in the Queries, can the upsizeing process utilize them to 'ease' the process? Will Mr. UpSize do anything with procedures?
What will Mr. Upsize do re Indexes? Are they just 'replicated'? Is there some part of the process which examines them and remove those which are not used?
If Mr. upsize doesn't 'review' and correct the indicies, are there any useful guidelines to doing such as review from within MS Access to help remove un-useful ones?
What (other?) perils and pitfalls are most likely to cause trouble.
PS this is cross posted in the SQL Server forum
Thanks,
MichaelRed
Do we really move ALL tables (even the local ones) to a seperate BE?
(Assuming Yes to the above), SQL server is advertised to be able to know which tables are temp and allocate these differently (so multiple users can run the same processes w/o interfeering with each other). However I can't seem to find / figure out how these temp tables are identified by / to SQL Server. Who can explain this (even if via reference to other documentation).
Is it preferable to move all queries to SQL Server? Even the litbox, combobox, ... rowsource queries?
If 'all' Tables and queries are sepweated, does the upsize whizzz do a beter job of conversion (esp issues like data typing? and syntax)?
If I can identify the procedures included in the Queries, can the upsizeing process utilize them to 'ease' the process? Will Mr. UpSize do anything with procedures?
What will Mr. Upsize do re Indexes? Are they just 'replicated'? Is there some part of the process which examines them and remove those which are not used?
If Mr. upsize doesn't 'review' and correct the indicies, are there any useful guidelines to doing such as review from within MS Access to help remove un-useful ones?
What (other?) perils and pitfalls are most likely to cause trouble.
PS this is cross posted in the SQL Server forum
Thanks,
MichaelRed