Viewing 15 posts - 121 through 135 (of 275 total)
Thanks Gsquared ...Yeah we have a function with return value ....i found out now ..
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...
August 12, 2008 at 12:39 pm
I believe you should change the max executable threads to 12 in the package properties ...
August 11, 2008 at 9:37 am
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...
August 7, 2008 at 11:00 am
I am not an expert in that so i couldnt even know what exactly the error says
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...
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...
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...
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...
April 23, 2008 at 10:12 am
SELECT
km_ndc
,CASE WHEN (extended_amount_corrected)
+ (qty_corrected)
...
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...
April 23, 2008 at 9:08 am
Viewing 15 posts - 121 through 135 (of 275 total)