Viewing 15 posts - 9,316 through 9,330 (of 13,874 total)
KoldCoffee (4/9/2014)
April 9, 2014 at 10:27 am
As long as your data volumes are low and it works ...
But otherwise you should consider doing ALL sorting at source and then just setting the IsSorted property preceding...
April 9, 2014 at 6:00 am
KoldCoffee (4/9/2014)
In the Flat File Connection Manager Editor (r-click and select Edit on the Connection Manager itself, not the Flat File Source Data...
April 9, 2014 at 5:51 am
Megha P (4/9/2014)
Data sources are SQL command likeselect * from Mst_From_Email where Company_ID = 1 and active = 1
Then do the entire source selection in T-SQL.
April 9, 2014 at 3:38 am
What are the data sources?
The advanced editor does not 'do sorting' - for that you need a SORT transformation. And these are slow - better to sort at source if...
April 9, 2014 at 2:47 am
ssis2008r2 (4/8/2014)
Just wanted to know if SQL Server Agent can run in standby mode.
You mean while the computer is powered down? As far as I know, pretty much nothing at...
April 9, 2014 at 12:18 am
a4apple (4/8/2014)
April 9, 2014 at 12:13 am
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
Viewing 15 posts - 9,316 through 9,330 (of 13,874 total)