Trouble with SQL 2000 URL

Im trying to reinstall my server using MS SQL 2000 (SP4). The problem is that I am having quite a sifficult time establishing what the correct server URL is. I have tried over 25 different ways of typing it in, but to no avail. My situation is this:

SQL 2000 SP4 on ‘‘APPSERVER’’

Instance of SQL called ‘‘JIVEIM’’

Database in JIVEIM instance called ‘‘JIVEIM’’

Typically, with an application I would specify it as
APPSERVER\JIVEIM;JIVEIM.

What would be the correct way to type this out so that the Jive installer will recognize it? Thanks!

Try:

jdbc:microsoft:sqlserver://appserver:1433;NETADDRESS=000000000000;HOSTPROCESS=0; SENDSTRINGPARAMETERSASUNICODE=true;LOGINTIMEOUT=0;DATABASENAME=JIVEIM;PROGRAMNAM E=;SELECTMETHOD=direct;WSID=

Try:

jdbc:microsoft:sqlserver://appserver:1433;NETADDRESS=000000000000;HOSTPROCESS=0; SENDSTRINGPARAMETERSASUNICODE=true;LOGINTIMEOUT=0;DATABASENAME=JIVEIM;PROGRAMNAM E=;SELECTMETHOD=direct;WSID=