Viewing 15 posts - 10,411 through 10,425 (of 13,874 total)
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
say for example , I have to delete space from the below string.
select 'karthik keyan 44768 sql server 2008'
which number i have to use? how many REPLACE i have to...
September 24, 2012 at 10:32 am
Lynn Pettis (9/24/2012)
I came up this:--snip
Interesting image that conjures up. I didn't take in the rest of your post. :w00t:
September 24, 2012 at 10:30 am
SomewhereSomehow (9/24/2012)
As it's said on the utility page:
Query Execution History logs every SQL statement that you run in a file on your disk or...
September 24, 2012 at 10:23 am
Jason-299789 (9/24/2012)
what about using the Results to File option in SSMS, its a bit cumbersome but should will allow the results to be stored.
Also switch on "Include the...
September 24, 2012 at 3:40 am
Estimated costs for different statements are comparing apples with unicorns
I'm pretty sure that my unicorn will run faster than your apple:-D
September 23, 2012 at 4:17 am
Viewing 15 posts - 10,411 through 10,425 (of 13,874 total)