binilprasad
June 17th, 2009, 04:13 AM
Hi
I am more into web development than to database side. Recently I recieved a web project related to report generations. By going through the tables in DB which I need to use, I felt that those tables never support a web application development. So what I need is ,
I need to a new table which contains only those data needed for my web application and I need to get the data from other tables. Is it possible to do something in Sql Server such that, whenever a new data comes into one table , it should be read and get only the necessary data and store in another table. It should be automated. I like to know if something can be done in sql server.
Thank You
I am more into web development than to database side. Recently I recieved a web project related to report generations. By going through the tables in DB which I need to use, I felt that those tables never support a web application development. So what I need is ,
I need to a new table which contains only those data needed for my web application and I need to get the data from other tables. Is it possible to do something in Sql Server such that, whenever a new data comes into one table , it should be read and get only the necessary data and store in another table. It should be automated. I like to know if something can be done in sql server.
Thank You