Is it possible to write a plugin or a form for SQL Server Enterprise Manager version 8? I’m doing some simple queries all the time to admin the databases. So wondering if I could write something for it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mean the old SQL Server 2000 Enterprise Manager?? I don’t think that old clunker had any extensibility points, sorry….
SQL Server Management Studio (SQL Server 2005 and newer) is based on Visual Studio and thus does have some extensibility – but it appears to be somewhat of a black art to write such a plugin – very little information is available.
Some is here: