I need to call the omniORB\'s DLLs from a 64-Bit-process and as I get it I need to compile those DLLs as 64-Bit.
I want to get 1000 records from a table randomly, so I use: SELECT top 1000 mycol1 , mycol2 , ROW_NUMBER() OVER (ORDER BY NEWID()) rn