Viewing 15 posts - 9,331 through 9,345 (of 13,882 total)
Don't like the cursor. Can you run something like this?
SELECT o.name,
ddps.row_count
FROM sys.indexes AS i
INNER JOIN sys.objects AS o ON i.OBJECT_ID = o.OBJECT_ID
INNER JOIN...
April 8, 2014 at 8:12 am
Resender (4/7/2014)
SSIS to import flat files,everything went fine for months,now suddenly errors.
At first the errors indicated an error in the file (the provider of the...
April 7, 2014 at 3:50 am
naresh0407 (4/5/2014)
I have file name like this CLM_20140504.I will get file everyday..I just need to check whether file is...
April 5, 2014 at 6:11 am
Please read this and then post back with any specific questions you may have.
April 5, 2014 at 5:45 am
Lempster (4/4/2014)
Phil Parkin (4/4/2014)
Lempster (4/4/2014)
April 4, 2014 at 6:53 am
Lempster (4/4/2014)
April 4, 2014 at 4:01 am
Eric Mamet (4/4/2014)
I did not realise that...
April 4, 2014 at 3:58 am
Eric Mamet (4/4/2014)
One more question if I may...
I can get this Alias to work when I connect through ODBC (like through MS Access or an ODBC connection through an...
April 4, 2014 at 3:23 am
brad.mccollum (4/3/2014)
April 4, 2014 at 12:27 am
Have a look here.
We don't use SSISDB in dev, just everything after dev.
April 3, 2014 at 10:15 am
Without actually looking at the bothersome data, I'm running out of ideas on this one. It sounds like you should be able to narrow down roughly where the problem lies...
April 3, 2014 at 9:48 am
Eric Mamet (4/2/2014)
We include connection manager files and project parameter files. Apart from that, you are on the right track with solution, project, .dtsx
Phil,
In previous versions, I found...
April 3, 2014 at 9:45 am
lmnorms (4/3/2014)
Select '<?xml version="1.0"?>' + Cast((
[Original Select
]
) AS VARCHAR(MAX)) as XMLData
Worked nicely....
April 3, 2014 at 9:40 am
You mention SS2012 in your post, yet this is a 2005 forum, which is a bit confusing.
If you could post some source data in readily consumable format (see the link...
April 1, 2014 at 8:47 am
Koen Verbeeck (3/31/2014)
Phil Parkin (3/31/2014)
So at the moment, I think that scripting out the variables would provide only a reference, not something that can be executed.
Apologies - I should...
March 31, 2014 at 5:47 am
Viewing 15 posts - 9,331 through 9,345 (of 13,882 total)