SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I developed a stored procedure that creates a regsrvr file (xml) based on user access. I would like to automate reg server configuration for each user/Windows profile to avoid any human action (import xml file). What would be the easiest way to achieve that ?
Additional SQL Server features and topics not covered by specific categories
Answer accepted by question author
Sounds like something you would push out with group policies. I have no idea how would do that though. That's more of a Windows question, I think.