Viewing 15 posts - 46 through 60 (of 79 total)
in second query we have ParentLevelId = 6 and added additional join on sublocation so can't it be rewritten in single statement
June 19, 2014 at 7:39 am
The first one also inserting into #TEMP_SUBSYS, please double check
June 19, 2014 at 7:23 am
Here is my SP
CREATE PROCEDURE dbo.usp_Env_Inventory_GetTankDashboardDetails(@USERID int ,
...
June 13, 2014 at 1:29 am
i have just given one example , but in my real cases there are 100's of tables which need this so looking for some generic solution that can be applies...
June 2, 2014 at 6:47 am
i can't just go and design in SSIS because by businees client still using the SQL 2000 server so i should develop only using DTS.
May 7, 2012 at 6:05 am
Can anyone please help me hoe can i achieve this functionality.
Quicker responses are appreciated..
May 7, 2012 at 12:59 am
Guys please help me the one who knows about the DTS packages
May 4, 2012 at 5:53 am
jwbart06 (7/26/2011)
I was trying to think of doing it with out having to rely on sys.columns, but I can not think...
April 26, 2012 at 5:15 am
Thanks anthony .
So is my assumption is correct beacuse of the master compatabality set 100 the user specific databases are set to 80 still we have access to new feature...
March 21, 2012 at 9:35 am
This is logically correct but the data in the table is not updated with this select statement.
I Have to update the data on ID column.
February 23, 2012 at 4:40 am
Sory for the confudion i have updated the query there is no @tax_ref_id
For each roe of #temp table i have to updated the buss_seqnno
February 20, 2012 at 2:17 am
while inserting the #temp2 the name and ID (identity ) columns should be in order
February 14, 2012 at 4:57 am
For sequence we have have to follow the sequence (requirement already specified for this )
February 7, 2012 at 7:21 am
ok finally solutions could be
using hundreds .. of sql taks cannot we achieve this
.NET script component
Any alternates .................. ????????
February 7, 2012 at 6:40 am
Viewing 15 posts - 46 through 60 (of 79 total)