RE: sql vs excel
From: Mike Epprecht (SQL MVP) (mike_at_epprecht.net)
Date: 02/22/05
- Next message: james rimell: "Re: Sending Email from a job with ActiveX"
- Previous message: Vincent: "Re: Collation problem"
- In reply to: Nikolami: "sql vs excel"
- Next in thread: Mike Epprecht (SQL MVP): "RE: sql vs excel"
- Reply: Mike Epprecht (SQL MVP): "RE: sql vs excel"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Feb 2005 01:11:03 -0800
Hi
You can create a DTS package in SQL server and then have MSDE run it. MSDE
has the runtime for DTS.
Regards
Mike
"Nikolami" wrote:
> Does anyone know solution for this:
> if I insert recordset into database, depends on datetime, other record will
> be change value.
> Something like this:
> If I insert new record with datetime other record will change value and the
> same is when I update some record.
>
> 1;Nik;02.19.2005;1000;50
> 5;Nik5;02.20.2005;1050;10 //insert new record, rest record
> will change value
> 2;Nik2;02.21.2005;1050;30 //2;Nik2;02.21.2005;1060;30
> 3;Nik3;02.21.2005;1080;10 //3;Nik3;02.21.2005;1090;10
> 4;Nik4;02.22.2005;1090;10 //4;Nik4;02.22.2005;2000;10
>
>
>
- Next message: james rimell: "Re: Sending Email from a job with ActiveX"
- Previous message: Vincent: "Re: Collation problem"
- In reply to: Nikolami: "sql vs excel"
- Next in thread: Mike Epprecht (SQL MVP): "RE: sql vs excel"
- Reply: Mike Epprecht (SQL MVP): "RE: sql vs excel"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|