Avatar of jab56
jab56
 asked on

What do I need to do to install Terminal Services on a server that is running SQL 2000 and another application?

I have a Server that is running Microsoft SQL 2000 Server and another third party application and now we want to run this application using Terminal Services.  What do I need to do?  Do I have to re-install SQL or just the third party application?

Thanks,
Jo Ann
Microsoft SQL Server

Avatar of undefined
Last Comment
jab56

8/22/2022 - Mon
Arkware

Terminal Services can be installed via Control Panel > Add/Remove Programs > Add/Remove Windows Components.

But I HIGHLY recommend you don't do this...  In the same manner that you wouldn't have SQL Server running on a workstation, a Terminal Server is a special "workstation" (that allows concurrency of multiple workstations on a single box).  There is performance, security, best practices, support, etc., concerns trying to mix these together.  It really should be a separate box with enough memory to handle the Terminal Services concurrent connections.

Now, if using Windows 2003, you just want to be able to RDP in as administrator, that is a different story (Terminal Services is not needed).
jab56

ASKER
We need to have this Server running Terminal Services because the application is on the Server and we have the need to only run the application from that server instead of installing on all workstations.  We have Terminal Services running on other servers, but this is the first one that is already running programs and I just need to know if I will have to re-install SQL and the third party application to get them to work after installing Terminal Services?

Jo Ann
Mark Wills

No re-installs...

Installing terminal services does not wipe the server.

You do have two 'special' remote desktop connections already - but that might not be enough users...
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
jab56

ASKER
I have about 25-30 users that will be running the third party application from this server and that is why we are looking at using Terminal Services so we don't have to go to each desktop all the time.  I just wanted to make sure I didn't have to re-install the application, because I thought I it said that I would need to reinstall any applications when I started to install Terminal Services.

Jo Ann
Mark Wills

Ouch, 25-30, thats quite a hit in terms of memory and resources. SQL is a hungry beast and doesn't like to share it's toys... Haven't got another box somewhere - anywhere - or a couple of grand for a new little blade or something ?
jab56

ASKER
No, unfortunately no additional box or money.  

So, is it not a good idea to run SQL on a terminal services server?  

Jo Ann
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
ASKER CERTIFIED SOLUTION
Arkware

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
Mark Wills

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Arkware

Another example (and the previous ones mentioned are well said by everyone): local users will have an easier time impacting applications on the same box than if they were one separate boxes.  This is because of memory, their access (such as the possible option of shutting down the server), etc.

If an appropriate amount of effort is taken, it can be done successfully.  Just understand the risks/rewards.
jab56

ASKER
Thanks for all your help.  I think I will try to avoid using terminal services on this server.  I appreciate your comments.