Viewing 8 posts - 1 through 9 (of 9 total)
Hi thanks for the reply.
yes you are right i need to use merge... i dont know how to perform that task..
May 24, 2012 at 8:49 am
Update records in the actual ebidmanager (not dim)tables (dont forget to update LastUpdateddate for the rows you updated). ( only update the recs that you inserted on Monday)
-- Identify updated...
May 17, 2012 at 11:23 am
This is my LoadDetails table and value i enter in it..
Create Table DW_LoadDetails_Ronak
(
LoadID int identity(1,1),
LoadStartTime datetime,
LoadEndtime datetime,
Comments varchar(200)
)
-- 2. insert values
insert into DW_LoadDetails_Ronak (Comments)
values ('Load Status')
insert into...
May 16, 2012 at 5:07 pm
hi SSCommitted.
I am new in SQL server. i am not much familiar with code. can u explain me the code please ?
Thanks,
Ronak
May 9, 2012 at 10:25 am
HI there.
Thanks a lot for your effort. This is what i am looking for...
Thank you very much
May 9, 2012 at 10:19 am
hi
thanks a lot for your help.. i rally appreciate it.
THanks again...
May 9, 2012 at 10:18 am
Oh Ok.
Thank you Lowell.
Thanks a lot.
May 9, 2012 at 10:09 am
Viewing 8 posts - 1 through 9 (of 9 total)