Forum: MS SQL Dec 30th, 2008 |
| Replies: 4 Views: 667 Well,
Thanks for the early reply
But my issue is slightly different say a user has registred ie.. a new row is updated in User table ,in the user table there is a feild Message I simply want... |
Forum: MS SQL Dec 30th, 2008 |
| Replies: 4 Views: 667 Hi Group ,
A small Query ,I need to know how can I notify a new row entry in a table.
to be more specific I have a table Users If at all a new users registers from web his details are stored in... |
Forum: MS SQL Nov 22nd, 2008 |
| Replies: 7 Views: 893 Hi, Thanks fo rthe reply right now I odnt have nay problem with my statements..
yes u r right mysql.event is available for 5.1.6 or gretaer than that
I wrote a procedure schedule() in that proc... |
Forum: MS SQL Nov 21st, 2008 |
| Replies: 7 Views: 893 >>select into
I think it is used in SQL Server.
is it possible in Mysql? |
Forum: MS SQL Nov 21st, 2008 |
| Replies: 7 Views: 893 Hi,
Sorry For the delayed reply.
The functionality db of my appplication is around two tables
both of different structures.
Table1:Schedule
Table2:Out |
Forum: MS SQL Nov 16th, 2008 |
| Replies: 7 Views: 893 Hi
Thanks for the reply ...I wrote a procedure which copies the data from one table to other but no idea regarding when and where it should be invoked in order to tansfer at the given timestamp. |
Forum: MS SQL Nov 14th, 2008 |
| Replies: 7 Views: 893 Hii Group,
This is samuel Like to hav a small suggestion from you hope u ppl do.
"I would like to copy dat from one table to another of the same database in a give
timestamp,I mean... |