OLEDB Connection

gravatar

cell

Sample OLEDB connection

published 09.07.12

last updated 09.07.12


Share

                            


<Biml xmlns="http://schemas.varigence.com/biml.xsd">
    <Connections>
        <Connection
		    Name="Target"
		    ConnectionString="Provider=SQLNCLI10.1;Data Source=Localhost;Persist Security Info=False;Integrated Security=SSPI;Initial Catalog=AdventureWorksDW" 
		    />
	</Connections>
</Biml>
                        
You are not authorized to comment. A verification email has been sent to your email address. Please verify your account.

Comments

gravatar

Randy

12:15pm 08.28.14

Hmmm. I copied this snippet into an existing BIML script. Re-generated. Opened the package (no errors); but there are no connections? Nothing. Did I do something incorrect?