Viewing 15 posts - 10,861 through 10,875 (of 13,872 total)
Have you tried with a SQL OLEDB connection?
February 19, 2012 at 7:36 am
subhaannai (2/17/2012)
For Example :
If my data soruce returns 10,000 records,
inside my script component im creating a...
February 18, 2012 at 5:22 am
subhaannai (2/17/2012)
Thanks for your reply.Actually Inside my Script component ,i am creating a file and writing some data's into the file and in the mean time i have to update...
February 17, 2012 at 10:35 am
subhaannai (2/17/2012)
I have an OLEDB Connection configured in the connection manager and I want to use it in script component to call a store procedureCan anyone please help me
The...
February 17, 2012 at 8:54 am
VARCHAR takes 1 byte space (on disk) to store 1 character whereas NVARCHAR takes 2 byte space (again on disk) to store 1 character.
This is not quite correct. Eugene...
February 17, 2012 at 8:36 am
I have now found what is the true value stored in the table by using the STR() function.
You should not expect the STR() function to throw any light on this...
February 16, 2012 at 2:33 pm
rajendra prasad-377679 (2/16/2012)
1.copy the content in...
February 16, 2012 at 2:35 am
Koen Verbeeck (2/16/2012)
Phil Parkin (2/15/2012)
February 16, 2012 at 2:28 am
herladygeekedness (2/15/2012)
shah.simmy (2/15/2012)
hii need to take multiple flat file using ssis,what component and configuration do i need to make it possible?
Configuration, I don't know, that would be custom to your...
February 15, 2012 at 3:39 pm
Yes - nothing special is required - on an instance of SQL Server, you can access functions in a database from any other database (subject to access rights), using suitably...
February 15, 2012 at 2:50 am
devin.sills (2/14/2012)
February 14, 2012 at 1:43 pm
Just been playing with this and I think that Eugene's solution may have a slight flaw. SET NOEXEC OFF needs to be executed between creates to ensure that the subsequent...
February 14, 2012 at 11:05 am
That's ugly, but also taught me something, thanks! 🙂
February 14, 2012 at 9:55 am
scottichrosaviakosmos (2/14/2012)
February 14, 2012 at 9:41 am
Phil Parkin (2/14/2012)
Can you post the text of the error you are receiving?
Ignore this - Adi has already spotted the issue.
February 14, 2012 at 9:36 am
Viewing 15 posts - 10,861 through 10,875 (of 13,872 total)