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.
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. |
|
|
|
|
|