Viewing 15 posts - 46 through 60 (of 151 total)
[font="Comic Sans MS"]
A nice third party tool from redgate (a sponsor of SSC as well) to provide a lot more features with visual aid and obtaining schema definition :
http://www.red-gate.com/products/SQL_Dependency_Tracker/index.htm
I love...
December 29, 2009 at 2:26 pm
[font="Comic Sans MS"]
Also - you can check this on google online book:
[/font]
December 29, 2009 at 10:13 am
[font="Comic Sans MS"]
Anamika - you can check this out:
http://support.microsoft.com/default.aspx?scid=kb;en-us;925068&sd=rss&spid=2855
[/font]
December 29, 2009 at 10:07 am
December 28, 2009 at 1:17 pm
GilaMonster (12/23/2009)
leroy-1092048 (12/23/2009)
There are no foreign keys to other tables from this identity column.So what's the column used for?
[font="Comic Sans MS"]
Probably being used as a surrogate key?
[/font]
December 23, 2009 at 9:12 am
[font="Comic Sans MS"]
^^ Correct.
Also you wouldn't want to hardcode something like database names in the script task -
as new databases may be added or dropped.. 😎
[/font]
December 22, 2009 at 11:37 am
[font="Comic Sans MS"]
That's strange - it should work.
Can you use data viewer and see if your variable vision_gorr_data is coming as row-by-row?
Will check myself (unfortunately no time right now) and...
December 22, 2009 at 11:28 am
what is the purpose of the package? Is it to parse through a list of files?, to loop through a dataset?
[font="Comic Sans MS"]You already asked 😛 ...
I was more...
December 22, 2009 at 9:00 am
[font="Comic Sans MS"]
The only additional thing I did was to define a variable user::fileJustFound (string).
On for each loop container -> variable mapping -> mapped user::fileJustFound as 0 (the only one...
December 22, 2009 at 8:49 am
[font="Comic Sans MS"]
Works fine for me.
How are you trying to access the variable from the object? Did you define another variable and mapped in for each loop?
[/font]
December 22, 2009 at 8:46 am
[font="Comic Sans MS"]
You may alternatively use conditional split - check this out
http://filedb.experts-exchange.com/incoming/2009/02_w06/102596/Working-with-Flat-Files-in-SSIS.pdf
[/font]
December 22, 2009 at 8:05 am
[font="Comic Sans MS"]
As Phil has already mentioned - you can not just mix and match the columns here.
From my understanding - you just want those 2 datasets to be literally...
December 22, 2009 at 7:51 am
[font="Comic Sans MS"]
Also - it might be a good idea to use a handy plugin - BIDS helper that highlights variables and connection managers driven from configuration file.
[/font]
December 22, 2009 at 7:41 am
[font="Comic Sans MS"]
Hello there -
unfortunately it's extremely difficult to identify which step you are doing wrong. Please refer the step by step procedure below and see if this still doesn't...
December 22, 2009 at 7:38 am
[font="Comic Sans MS"]
Cool - great to know it worked. [:)]
[/font]
December 21, 2009 at 10:33 am
Viewing 15 posts - 46 through 60 (of 151 total)