I wanted to understand pros and cons of choosing MS SQL Server in Java/ J2EE environment. Could anybody share some thoughts or web resources? I have worked in both Microsoft and non MS based environments.
I am working on a small utility to do database migration from one db to another.. Here i need to get list of tables in insertion order.. I got list of tables by DatabaseMetaData.getTables().. but it is giving tables in alphebetical order..