SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,494 questions
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 ?
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.