If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Why are you migrating away from PostgreSQL? Reliable, good information, helpful community, unmatchable price/quality, works on Windows and Unix ...
__________________
With kind regards . . . . . SQL Server 2000/2005/2008/2008 R2 Earned beers: 16
Wim
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth
Grabel's Law: 2 is not equal to 3 -- not even for very large values of 2. Pat Phelan's Law: 2 very definitely CAN equal 3 -- in at least two programming languages
Thanks for your reply, Wim.
Because my boss wants to migrate our database from Postgresql to SQL Azure, there is a three months free trail on windows Azure. He want to try it.
There is a difference in mindset between SQL Azure and previous versions... Since the SQL instance is "cloud hosted" your code can no longer use the USE statement to switch databasse connections. You'll need to create a new ADO connection for each database that your code needs to access.
-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.