Viewing 15 posts - 10,891 through 10,905 (of 11,678 total)
Do the following roles have execute permission on that stored procedure:
db_ssisadmin, db_ssisoperator, db_ssisltduser
November 16, 2010 at 11:26 am
You can transform the data types directly at the source by writing a proper SQL statement, or you can convert them using the data conversion component.
Regarding your 2nd question: I...
November 16, 2010 at 11:07 am
Are you 100% sure that all the configurations come through correctly when executed from SQL Server Agent?
Maybe you can quickly add a task in the package that writes all the...
November 16, 2010 at 11:05 am
Craig Farrell (11/15/2010)
You're already in trouble. SSIS should not be working with #tmp tables outside of a *single* Execute T-SQL object. It does not guarantee a consistent batch.
If...
November 16, 2010 at 10:45 am
I'm certainly not an Oracle expert, but I have found the following topic:
http://forums.oracle.com/forums/thread.jspa?threadID=327112
Maybe the last reply can be useful?
November 16, 2010 at 10:41 am
I think the easiest way to do this is to perform some sort of check (either with the execute SQL task or with a script task that validates the connection,...
November 16, 2010 at 10:30 am
Tony++ (11/16/2010)
November 16, 2010 at 10:22 am
I found this quite an excellent question. Sure, there was some trickery involved by switching string1 and string2 and by showing an example that works, but hey, you can't make...
November 16, 2010 at 6:45 am
pravasis (11/16/2010)
November 16, 2010 at 5:36 am
pravasis (11/16/2010)
But adding a semi blocking component will improve the performance. Check the following article. Hope this helps.
Thanks for the very interesting article.
But I have trouble finding the section that...
November 16, 2010 at 5:06 am
Can every column contain it's maximum size? There's no chance in shrinking the size?
If not, just don't use blocking components 🙂
November 16, 2010 at 4:19 am
oliverpenney (11/16/2010)
you sir are a god amongst men
I hear that from time to time 😀
(just kidding of course)
Glad that it worked out.
November 16, 2010 at 2:25 am
Integration Services:
Professional Microsoft SQL Server 2008 Integration Services (Wrox Programmer to Programmer)
It's quite a large book, but the first chapters provide a really good overview of SSIS. Case studies are...
November 16, 2010 at 2:04 am
bharadwaj.manchu (11/15/2010)
I didnt understand that how can we clean data using a derived column task.
also If possible suggest me an approach on how to cleanse data in an SQL...
November 16, 2010 at 12:44 am
Sure you can use a union all.
ProductID and VendorID are probably both integers.
ProductName and VendorName are probably both strings.
You can place NULL in the third column of the first resultset...
November 16, 2010 at 12:41 am
Viewing 15 posts - 10,891 through 10,905 (of 11,678 total)