Viewing 15 posts - 10,576 through 10,590 (of 13,879 total)
dilipd006 (7/31/2012)
you should post proper ddl statement,sample data and expected results,so that it will be easy to unserstand and give u some solution
Are you trying to boost your points by...
July 31, 2012 at 2:58 am
I'm afraid that what you are asking for is not clear enough for me to offer a solution.
Please see the link in my signature for details of how to post...
July 31, 2012 at 2:40 am
Mike John (7/31/2012)
Can you post full DDL...
July 31, 2012 at 1:49 am
shahsn11 (7/31/2012)
July 31, 2012 at 1:33 am
Following on from Jeff's comment - if you remove the GROUP BY, you should be able to check whether more rows are being returned than you expect/want.
July 31, 2012 at 1:29 am
Can you provide us with DDL & sample data that will allow us to replicate this?
July 31, 2012 at 1:27 am
ColdCoffee (7/30/2012)
DECLARE @FilePath VARCHAR(100)
SET @FilePath = 'C:\Users\abcd\AppData\Local\Temp\Temp.txt'
SELECT REVERSE(LEFT ( REVERSE(@FilePath) , CHARINDEX('\',REVERSE(@FilePath))))
Instead of finding the...
July 30, 2012 at 11:26 am
Doesn't the execution plan give you any clues as to which index it is using?
July 30, 2012 at 4:16 am
One option you can consider is to use Dynamic SQL to script out the "SET part in UPDATE" for the 26 columns
But you have to ignore the computed columns, identity...
July 27, 2012 at 12:47 am
Can OdcFlag ever be NULL?
July 26, 2012 at 5:39 am
DerbyNeal (7/26/2012)
My SQL 'Table1' needs an update to a single column 'STCount'. The update needs to be applied
grouped by 'Sales_Resp', 'Sales_Order', 'Sales_Type'.
So,
'Sales_Resp', 'Sales_Order', 'Sales_Type', 'STCount'
TWells, 123, 4, 0
TWells,...
July 26, 2012 at 5:37 am
July 26, 2012 at 5:29 am
In your dataflow, add a Conditional split to split the data stream into three outputs.
Each of the outputs will go to its own file destination.
July 26, 2012 at 4:47 am
Sean Lange (7/25/2012)
Phil Parkin (7/25/2012)
July 25, 2012 at 10:39 am
Viewing 15 posts - 10,576 through 10,590 (of 13,879 total)