Hi,
I am trying to extract some information from SSIS packages store on the server in [msdb].[dbo].[sysssispackages]
For all packages, i need :
PackageName
All Sources information (Server, Databases, list of tables or views that are used in the source)
All Transformations source table or...
Thanks for your response.
Finally I had my solution. Not sure it's very clean but it work's fine for me. If someone have cleaner code it would be nice for the community.
Here is what i did :
Dim oServer As Microsoft.AnalysisServices.Server
Dim DataSourceName As String...
Hi,
I already have this query that works fine to extract information from the package store on SSIS Server.
;WITH XMLNAMESPACES ('www.microsoft.com/SqlServer/Dts' AS pNS1,
'www.microsoft.com/SqlServer/Dts' AS DTS) -- declare XML namespaces
SELECT c.name...
Hi, this is my first time here....
I have a written a small function in a SSIS Script task objet in order to extract some infomation about Cube that are on my server...
I am almost done but I cannot extract the datasource from each table in a DSV starting from the cude. Some table in the same...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.