dbTalk Databases Forums  

How can We check the Relational check

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How can We check the Relational check in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Krishna
 
Posts: n/a

Default How can We check the Relational check - 06-01-2005 , 01:44 AM






I have imported the tables from excel to my database which does not have the
FK relationships, Now i need to check the relation check in the imported
database regarding this i have some queries, any help on this is
appreciatable.

1. How can We check the Relational check(Checking child records in Master
tables) in the database using DTS.
2. In DTS, How do make use of the Dynamic Properties Task,
3. In DTS How do we access the global variables across the packages

Regards
Krishna


Reply With Quote
  #2  
Old   
Narayana Vyas Kondreddi
 
Posts: n/a

Default Re: How can We check the Relational check - 06-01-2005 , 02:24 AM






Regarding your first query, you simply have to use SQL queries from an
'Execute SQL' task to validate your data. The rest of your queries are
answered at www.SQLDTS.com
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/


"Krishna" <Krishna (AT) discussions (DOT) microsoft.com> wrote

I have imported the tables from excel to my database which does not have the
FK relationships, Now i need to check the relation check in the imported
database regarding this i have some queries, any help on this is
appreciatable.

1. How can We check the Relational check(Checking child records in Master
tables) in the database using DTS.
2. In DTS, How do make use of the Dynamic Properties Task,
3. In DTS How do we access the global variables across the packages

Regards
Krishna



Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default RE: How can We check the Relational check - 06-01-2005 , 04:31 AM



The DP task is where we take a property in a package and assign an external
value to the value of that property. An example would be reading the
ConnectionString Property of a text file connection from an ini file.

We have something similar here.

www.sqldts.com/default.aspx?252

You can pass GVs between packages by either using the DTS object model
AND/OR using the ExecutePackage task.

Allan
www.SQLDTS.com




"Krishna" wrote:

Quote:
I have imported the tables from excel to my database which does not have the
FK relationships, Now i need to check the relation check in the imported
database regarding this i have some queries, any help on this is
appreciatable.

1. How can We check the Relational check(Checking child records in Master
tables) in the database using DTS.
2. In DTS, How do make use of the Dynamic Properties Task,
3. In DTS How do we access the global variables across the packages

Regards
Krishna


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.