-
Set sqlcmd initialization file
-
Customize Oracle sqlplus editor
In Oracle sqlplus, if you type ed or edit at the command prompt, sqlplus will put the last command into an editor buffer for easy editing. In Windows, the default editor is Notepad. In Unix / Linux, the default editor is usually vi. I have changed the default sqlplus editor on my Windows machine to…
-
sqlcmd presentation at next Chicago Sql Server User Group meeting
-
Sql Server 2005 Named Instance Stops Default Sql Server 2000 Default Instance
Last night I did some testing and installation of Sql Server 2005 and Sql Server 2000. I installed the RTM version of Sql Server 2000 as the default instance first. I then installed RTM version of Sql Server 2005. Afterwards, I noticed that I couldn’t connect to my Sql Server 2000 instance any more. I…
-
Find out uptime of server and MySql database
This site had been unstable for the last couple of weeks, due to my hosting company’s issues with servers. My Apache and MySql database have both been moved to a different server. Hopefully things will be stable from now on. During the troubleshooting time, I used a few commands to find out the uptime of…