Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 How to push the data from database?

Author  Topic 

niren
Starting Member

18 Posts

Posted - 2013-06-17 : 08:35:46
I want to push the data from database to application instead of application pull the data.

How can I do this? Is there any method to do this, refer me good link.

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-06-17 : 12:44:39
In SQL 2000, an extended stored procedure is the only option that comes to mind at the moment. In later versions of SQL Server, you could use Service Broker, or perhaps CLR stored procedures.
Go to Top of Page
   

- Advertisement -