Viewing 12 posts - 16 through 27 (of 27 total)
Hello Ninja's_RGR'us
i tried your calander but it is not executed in my sql.
Hello Sys..
i tried your code and i want to know if @year is leap year then
December 2, 2011 at 11:59 am
Thanks For replying me .
If year =2012 then @Last day is 29 ...then
what i need to chagne in this stored procedure.
Thanks
December 2, 2011 at 11:43 am
Thanks Lowell,
But I have some condition with this fuction so i want to create this fuction instead of using another.
Thanks
Bhavesh
November 21, 2011 at 12:09 pm
Thanks For reply but Can you provide me exact Solution...
I do not want to create calender table.
Thanks
Bhavesh
November 21, 2011 at 12:02 pm
bhaveshp.dba (11/8/2011)
Please any can help me how to use dynamic sql. I don't know how to use dynamic sql .
Here I only used 3 conditon to insert record.but
I want...
November 8, 2011 at 9:03 am
you can create identity column column
create table "table name"
(seqi_id int identity(1,1),
phone number bigint
)
Thanks
Bhavesh
September 14, 2011 at 10:00 am
Hey,
Can you create stored procedure for that?
Create procedure usp_insert_update_move
as
begin
insert table a
select * from "Different source"
update table a
set "columnname"= ....
where =...
select * into #aa from table a
insert table B
select...
September 14, 2011 at 9:16 am
Did you execute(debug) your package manually in 2008?
Please check again all connection manager ...(not only OLE-DB Connection manager) and use 2008 connection manager.... and try...
Thanks
September 8, 2011 at 9:22 am
Viewing 12 posts - 16 through 27 (of 27 total)