RE: sql vs excel
From: Mike Epprecht (SQL MVP) (mike_at_epprecht.net)
Date: 02/22/05
- Next message: Sammy: "Trigger script out problem"
- Previous message: David Portas: "Re: sql vs excel"
- In reply to: Mike Epprecht (SQL MVP): "RE: sql vs excel"
- Next in thread: David Portas: "Re: sql vs excel"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Feb 2005 01:49:08 -0800
Sorry, post the wrong thread....
"Mike Epprecht (SQL MVP)" wrote:
> 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: Sammy: "Trigger script out problem"
- Previous message: David Portas: "Re: sql vs excel"
- In reply to: Mike Epprecht (SQL MVP): "RE: sql vs excel"
- Next in thread: David Portas: "Re: sql vs excel"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|