Viewing 15 posts - 226 through 240 (of 411 total)
I chose not to go the SSIS FTP gui route for various reasons, number 1 reason being that it simply is not flexible enough.
In my case, I had to log...
June 10, 2008 at 7:43 am
oiiii,
anywhere 😉 actually just means )
Sorry man
June 10, 2008 at 7:30 am
My pivot got chopped....
declare @colList varchar(max)
declare @selList varchar(max)
select @colList = COALESCE(@colList + ',', '') + SchoolDescription
from (
...
June 10, 2008 at 7:30 am
hey,
Sample attached
----1) create ddl (i simply inserted into ... values, there were 4 and sue me for being a bit lazy, the date I left as null, all the dates...
June 10, 2008 at 7:23 am
:ermm:
Have a look at the following posting
https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=124560
Hope this helps you
~PD
June 10, 2008 at 6:12 am
Readup on this article
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1003049&SiteID=1
Trust this helps
~PD
June 10, 2008 at 6:07 am
If the info is not sensitive, please post an example of the source, and the desired destination
June 10, 2008 at 5:31 am
Awesome!!!!
:):):):)
I have a team of guys who are seriously smiling this morning because of this posting.
Thanks everyone
June 10, 2008 at 1:29 am
hey,
Why dont you first write a query, "select distinct len(emp_id) " to check at the various lengths that you have?
Possibly the length is being reflected as the maximum length.
Also, in...
June 10, 2008 at 12:56 am
What caught my eye was that you were optimistic that the files end in "*.dat"
Hope the layout is the same of the files, if not, you will need a connection...
June 10, 2008 at 12:53 am
A stop job request was fired, probably by a user?
June 10, 2008 at 12:51 am
It does sound like pivot will do the trick for you though
Post a sample datafile, and we will see what we can do for you with pivot
~PD
June 10, 2008 at 12:50 am
You would probably have to build a variable which builds the filelist of the directory during the FOR EACH loop step.
Then, you would add this variable to your send mail...
June 10, 2008 at 12:48 am
hey,
Not sure if I am understanding you correctly...
First, you have a variable which stores the date you want to compare. For arguments sake, lets call this variable varCompareDate.
Second, you have...
June 10, 2008 at 12:44 am
Or alternatively, if your variables are stored in SQL configuration, you could set them in your configuration table, and then call the DTExec which will read from your config table...
Little...
June 10, 2008 at 12:34 am
Viewing 15 posts - 226 through 240 (of 411 total)