|
Comments
|
|
Excellent!
|
|
|
great video
|
|
|
Right to the point - perfect!
|
|
|
Exactly what I was looking for.
Thanks a lot
|
|
|
too good crystal clear loved the video neatly presented hats off
thanks so much
sharon
|
|
|
This is great video to fix my issue
|
|
|
One of the best videos i have ever seen regarding ssis
|
|
|
Very clear and concise - excellent work.
|
|
|
One part was confusing - what was the significance of setting those two properties to "53"? Wasn't sure what that meant.
|
|
|
One part was confusing - what was the significance of setting those two properties to "53"? Wasn't sure what that meant.
|
|
|
Great topic! What's the significance, though, of setting the property to 53? What is that integer from?
|
|
|
jumpstart tv videos are superb
|
|
Raul Salcedo on
5/19/2009
Excellent video presentation, I only have a trouble with the resultset parameter of the SQL task, that must to be none in this case.
|
|
|
thats very good
|
|
|
It's a nice howto. Thnks a lot.
|
|
|
Excellent! Thank you very much for your time putting these videos together.
|
|
|
Very useful!! I love the presentation!
|
|
|
thanks
|
|
|
Love IT!
|
|
|
Very helpful and to the point thanks
|
|
|
i really needed this!
|
|
|
More ssis! Thanks
|
|
|
Excellent video.
|
|
Brian Savoie on
12/13/2009
Can't tell you how much I love your work folks!!
|
|
|
Can anyone correct this code - its at 3:08 in the video. The video isn't crystal clear, and I can't make out what the code is actually trying to do:
"Insert into DOC_Stage
(FileName, FilenameShort)
Values ('" + replace (right(@(User::strFileName), 10, ".doc", "") + '","' + @(User::strFileName)+ '")"
|
|
|
Great work! Thank you.
|
|
|
Great first steps video. I am trying to learn how to take advantage of teh SQL 2008 FileStream option and this gives me an idea of how to approach the problem.
|
|
|
Really great video, this solved my problem what I was looking for.
|
|
|
Brian..This is great video.I was trying to load Images using SSIS. Any ideas or an example would be highly appreciated....
|
|
|
Brain great video just what I need. One question when I look at the Resume table I get <Binary Data> in the blob field. Do I need to set something in sql server to load blogs like filestream or is this ok?
|
|
|
aman - you should be able to load images using this example as well.
Salvatore - No u don't.
|
|
|
Just what i needed!
|
|
|
Great work! Thank you. Very clear and helpful.
Much appreciated.
|
|
|
Loved it!
|
|
Joe McCarthy on
6/22/2010
great information and well presented
|
|
|
Any one can learn ssis using this.It is a very good explanation
|
|
|
Thank you! I needed to load pictures from a directory into a SQL table and this video told me how to do it! I used:
INSERT INTO Pictures (fname, [file])
SELECT 'PictureName.jpg',
* FROM OPENROWSET(BULK N'C:\Pictures\PictureName.jpg', SINGLE_BLOB) rs
instead of using a staging table. I found this code on the web too!
|