Viewing 15 posts - 121 through 135 (of 275 total)
Thanks Gsquared ...Yeah we have a function with return value ....i found out now ..
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
August 14, 2008 at 12:55 pm
thanks sarang and collins i am done with that but now i have an other issue ....
i have got a string (32323,3232,32,3232) i have some lookup tables for this...
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
August 12, 2008 at 12:39 pm
thankz guys....
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
August 12, 2008 at 12:10 pm
http://blogs.msdn.com/sqlperf/archive/2007/05/11/implement-parallel-execution-in-ssis.aspx
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
August 11, 2008 at 9:38 am
I believe you should change the max executable threads to 12 in the package properties ...
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
August 11, 2008 at 9:37 am
thanks jack got it .....
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
August 8, 2008 at 3:26 pm
Dim oFile
oFile = FSO.GetFile(CopyFromSpec)
oFile.Name = CopyToSpec
Hello Jack but where exactly should i use this code as i dnt know much abt vb....plz let me know...in this code it doesnt...
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
August 7, 2008 at 11:00 am
Thkz a lot ....lynn
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
August 6, 2008 at 12:59 pm
I am not an expert in that so i couldnt even know what exactly the error says
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
August 5, 2008 at 11:36 am
You can use for each loop for this. You can put a filter such as xbuns.??? . Use this in the File text box in the collection tab of the...
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
April 29, 2008 at 7:04 am
Hi could you make it much more clear by telling us what exactly you need so that everyone can help you ....if you want to change...
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
April 24, 2008 at 8:08 am
USE [KMS_GSK]
GO
/****** Object: Table [dbo].[GSK_MAINFRAMES_CHRGBACK_CUSTOMER_TRANSACTON] Script Date: 04/23/2008 12:29:41 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[GSK_MAINFRAMES_CHRGBACK_CUSTOMER_TRANSACTON](
[NDC] [varchar](11) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[CustomerID] [varchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NOT...
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
April 23, 2008 at 10:49 am
But if i have used some joins what would be the query let me post the query which would be easier for you ....
select km_ndc,custno,custnm,wholesaler_dea,wholesaler_name,null,null,
cd.sourcefile,null,qtrstartdate,qtrenddate,
case when sum(qty_corrected) =0 then sum(Qty_submitted)
else...
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
April 23, 2008 at 10:12 am
SELECT
km_ndc
,CASE WHEN (extended_amount_corrected)
+ (qty_corrected)
...
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
April 23, 2008 at 9:17 am
All rows for each km_ndc. If you want it for each individual row, then remove ALL of the SUM()'s and remove the grouping.
but if i do this way it...
Thanks,
Chinna
Its the Journey which gives you Happiness not the Destination-- Dan Millman
April 23, 2008 at 9:08 am
Viewing 15 posts - 121 through 135 (of 275 total)