Viewing 15 posts - 10,411 through 10,425 (of 13,879 total)
I've downloaded and installed SSMS Boost. Some interesting features and some usability issues too (eg Script Object as CREATE/ALTER fails with 'No suitable objects found at cursor position' unless you...
October 8, 2012 at 10:35 am
Charmer (10/8/2012)
Phil Parkin (10/8/2012)
A no-code solution could utilise FOREACH containers - the container just does not execute if the file is...
October 8, 2012 at 7:16 am
Are you doing the imports in parallel or in series?
A no-code solution could utilise FOREACH containers - the container just does not execute if the file is not there and...
October 8, 2012 at 6:08 am
mubarak.a (10/8/2012)
I'm new in SQL Server, i want the working process of STUFF & ISNULL. How it works & how it concatenate the row level data into a single data?...
October 8, 2012 at 5:53 am
Is there a chance that you could post this in English?
Most people here communicate in English and I think you will find that you get a better response if...
October 5, 2012 at 5:38 am
sumit.joshij (10/3/2012)
can you plz share the sample file.
+1
impossible to help with this without getting an idea of what the file looks like and what you need out of it.
October 3, 2012 at 9:58 am
Thanks to all who have responded with their ideas. I've been away for a couple of days & will be coding my solution this coming week.
Jeff, I have worked through...
September 30, 2012 at 1:30 am
CELKO (9/27/2012)
September 30, 2012 at 1:24 am
Have a look here and see how you get on. It does something similar to what you require.
September 27, 2012 at 6:51 am
Hmm - it seems that I have had a go at helping someone solve this issue in the past - check here.
It would seem to be a problem specifically related...
September 27, 2012 at 3:40 am
Hardy21 (9/27/2012)
Phil Parkin (9/27/2012)
Is the ResultSet property of the ExecuteSQL task set to SingleRow?Have you mapped 'TableExists' to your package variable on the Result Set property page?
Yes Phil. It is...
September 27, 2012 at 3:28 am
Is the ResultSet property of the ExecuteSQL task set to SingleRow?
Have you mapped 'TableExists' to your package variable on the Result Set property page?
September 27, 2012 at 3:00 am
Hardy21 (9/27/2012)
September 27, 2012 at 2:30 am
sqlstud (9/25/2012)
Forgot to inform that i need to use SSIS 2005. So that i can schedule it in SQL Server Agent job to run on daily basis.
How do we...
September 25, 2012 at 12:38 am
If you can, I would recommend that you change the PK definitions in the target database - they should be defined as int, but NOT identity.
Why? So that the PKs...
September 25, 2012 at 12:22 am
Viewing 15 posts - 10,411 through 10,425 (of 13,879 total)