-
Letter from Ahmadinejad to Bush
The Council On Foreign Relations claimed that it has obtained a copy of the letter from Iranian President Mahmoud Ahmadinejad to US President George W. Bush. The link here points to a pdf file. It is not the official translation. I have to say that the quality of the translation is not very good. It…
-
Connect to a different database server within command line utility
In sqlcmd, you can connect to a different server by this command: :connect MyServer The above command will attempt to use integrated / Windows Active Directory authentication. To use traditional Sql Server authentication, use this instead: :connect MyServer -U MyLogin You can do the same kind of thing in Oracle Sql Plus by using this…
