Viewing 13 posts - 1 through 13 (of 13 total)
That worked. Thank you!
March 19, 2010 at 8:02 am
Does anybody have any other solutions to this problem? i'm having this exact issue.
-I originally had an alias as the address, but have since changed it to my personal...
March 15, 2010 at 1:28 pm
Thank you.
Is there a difference between doing it this way (importing them into the MSDB database directly) as opposed to the whole deployment utility thing?
February 9, 2010 at 9:33 am
http://www.nigelrivett.net/DTS/SSISConfigurationFile.html
I found this link very useful. It will show you how to make an XML configuration file.
February 9, 2010 at 7:17 am
Lowell, this might be possible. thanks for guiding me in the right direction. I will look into this
ragie
January 19, 2010 at 3:21 pm
Well, i have two SSIS packages that are quite similar to each other which needed to be split for various reasons.
However, in each package I call a stored procedure....
January 19, 2010 at 1:01 pm
one more thing.......i want to learn sql really well. i know it will come with experience, but i wanna learn it quicker than that:)
do you suggest books, online course, tutorials....???...
January 16, 2010 at 10:15 pm
incorrect syntax near ','.
when i take out the 'O', i don't have it, so....
January 16, 2010 at 9:45 pm
ok.
CREATE TABLE [Files]
(
[fileid] [int] IDENTITY(1,1) NOT NULL,
[dir] [char](1) NOT NULL, --this is 'O'
...
January 16, 2010 at 9:33 pm
sorry bout that Lynn.
i'm writing a sp where the goal is to get two output parameters: the fileid, and filepath. as you saw from the first post, i populate...
January 16, 2010 at 9:02 pm
Thanx Lynn. i don't know why i didn't see that!
quick question, is it possible to do an INSERT SELECT like this:
INSERT INTO Files (Dir, filePath)
SELECT('O', filePath) FROM #Temp
it's a...
January 16, 2010 at 6:47 pm
Viewing 13 posts - 1 through 13 (of 13 total)