Showing posts with label tool. Show all posts
Showing posts with label tool. Show all posts

Wednesday, March 28, 2012

How can I check my MDAC version?

Hi.
How can I check my MDAC version?
Is there any tool? Or should I check the files individually?
Any hints would be appreciated.
Thanks.You can use the MDAC Component checker utility:
http://www.microsoft.com/downloads/details.aspx?FamilyId=8F0A8DF6-4A21-4B43-BF53-14332EF092C9&displaylang=en
--
Hope this helps.
Dan Guzman
SQL Server MVP
"Kim Keuk Tae" <seiyanotenshi@.hotmail.com> wrote in message
news:eI1NAJdxDHA.1576@.TK2MSFTNGP11.phx.gbl...
> Hi.
> How can I check my MDAC version?
> Is there any tool? Or should I check the files individually?
> Any hints would be appreciated.
> Thanks.
>
>|||Look for the file msado15.dll. (usually in C:\Program Files\Common
Files\SYSTEM\MSADC). Click on the version tab and see what the number is.
--
*******************************************************************
Andy S.
MCSE NT/2000, MCDBA SQL 7/2000
andymcdba1@.NOMORESPAM.yahoo.com
Please remove NOMORESPAM before replying.
Always keep your antivirus and Microsoft software
up to date with the latest definitions and product updates.
Be suspicious of every email attachment, I will never send
or post anything other than the text of a http:// link nor
post the link directly to a file for downloading.
This posting is provided "as is" with no warranties
and confers no rights.
*******************************************************************
"Kim Keuk Tae" <seiyanotenshi@.hotmail.com> wrote in message
news:eI1NAJdxDHA.1576@.TK2MSFTNGP11.phx.gbl...
> Hi.
> How can I check my MDAC version?
> Is there any tool? Or should I check the files individually?
> Any hints would be appreciated.
> Thanks.
>
>|||http://www.aspfaq.com/2057
(I believe the link to the component checker is currently broken.)
--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
"Kim Keuk Tae" <seiyanotenshi@.hotmail.com> wrote in message
news:eI1NAJdxDHA.1576@.TK2MSFTNGP11.phx.gbl...
> Hi.
> How can I check my MDAC version?
> Is there any tool? Or should I check the files individually?
> Any hints would be appreciated.
> Thanks.
>
>

Wednesday, March 21, 2012

How can i add a tool to SQL Server as a add-in(plug-in)

I have developed a tool which you can use to convert XML(DTD or XML Schema) to relational database model. I want to add it to SQL Server.

Can i do it?

If you are asking if you can install a plug-in to Management Studio (SSMS) the answer is no. Currently SSMS is locked down. For the next release of SQL Server we are investigating how to expose a full extensibility interface.

Cheers,
Dan