Hi there,
I 'm trying the trial version of the Enterprise version.
I set up a database on a SQL2005 server, connected to it and that works fine.
Our company does remote support for customers.
We all use the same admin account and password to log on a server of a customer (different for each customer of cause).
But for our internal servers everybody uses their own AD account to log in.
So I want to split up the connections in the database.
What is the best way to do that?
Should I save the passwords for the internal servers in a local Access database instead of the SQL database?
Thanks,
Rene
Hi,
I'm not sure what is the best, if you put everything in the same database, you will not need to switch between two datasource and you will only one backup to do. You can group your connection in different folders
EX:
Client\???\...
INTERNAL\???\...
If you want two databases, for performance reason, it's better 2 SQL Server database.
I hope this help.
David Hervieux
Devolutions inc.
David Hervieux
Just adding / Question on that. we have the same kinda setup, with internal needing to looking with own AD, is this possible to have a central list of servers in the SQL database and then each user set there own login?
Hi,
For now it's not possible, maybe in the version 6.0
Sorry.
David Hervieux
Devolutions inc.
David Hervieux
Is there a ETA on this release?
Hi,
Maybe after the summer.
David Hervieux
Devolutions inc.
David Hervieux