Viewing 15 posts - 1 through 15 (of 29 total)
Thanks for all your help.
Finally, i could able to resolve this issue by installing 32 bit SSIS component (selection x86 option during installation) on the web server
April 18, 2012 at 10:50 pm
The point here is, i am getting the error whilc creating the object for application class. ie. before loading the package. I am not sure whether i will get issue...
April 17, 2012 at 5:26 am
How do we check the installaed version (which bit) SSIS
April 17, 2012 at 3:22 am
Yes we have installed the SSIS component indenpendely on the server.
Note : Same thing works fine if my web server os is 32 bit (Eg : Windows 2003 32 bit)
April 16, 2012 at 11:05 pm
I have measured the memory consumption with the Task Manager, 'Performance' tab.
Exacly i dont know how to measure memory bottlenecks.
What i did was
1. executed an script (more complex) and it...
February 28, 2012 at 4:52 am
I am not exactly showing it in the screen.
I just selecting and moving to temp table and doing further processing. Sometime, i export it to a textfile.
February 26, 2012 at 10:06 pm
Actually you are required to join the row number using Row_Number() function and not based on any other field
August 12, 2010 at 4:46 am
Insert of using cursor, you can use the temp table and while loop
Insert all the records into a temp table and start a while loop update for no of temp...
August 12, 2010 at 4:42 am
Do casting
i,e <' Cast(date, varchar(25))
August 10, 2010 at 12:43 am
You can split the string by ' ' (single space) the you can take the second value for colour. similarly fo others
August 9, 2010 at 8:03 am
Create Procedure Testing
(
@Col int
)
AS
DECLARE @SQL VARCHAR(MAX)
DECLARE @grp1 VARCHAR(1000)
DECLARE @grp2 VARCHAR(1000)
//DECLARE @Col VARCHAR(10)
DECLARE @SELECTLIST VARCHAR(MAX)
//SET @Col= 2
SET @grp1= '[Tab1SalesHeader].No, [Tab1SalesLine].Description, [Tab1SalesLine].[Variant Code]'
SET @grp2= '[Tab1SalesHeader].No, [Tab1Sales Line].Description'
IF (@Col=1)
SET @SELECTLIST...
August 9, 2010 at 6:46 am
i have done little modification
Create Procedure Testing
AS
DECLARE @SQL VARCHAR(MAX)
DECLARE @grp1 VARCHAR(1000)
DECLARE @grp2 VARCHAR(1000)
DECLARE @Col VARCHAR(10)
DECLARE @SELECTLIST VARCHAR(MAX)
SET @Col= 2
SET @grp1= '[Tab1SalesHeader].No, [Tab1SalesLine].Description, [Tab1SalesLine].[Variant Code]'
SET @grp2= '[Tab1SalesHeader].No, [Tab1Sales...
August 9, 2010 at 6:05 am
Your logic is correct. Can you post the exact error, so that we can help you
August 9, 2010 at 5:46 am
forums.asp.net
dotnetspider.com
dotnetcodeguide.blogspot.com
August 9, 2010 at 5:43 am
Viewing 15 posts - 1 through 15 (of 29 total)