Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Implementing Sql Object Dependency?

Reply
 
Old 12-28-2008   #1 (permalink)
deostroll


 
 

Implementing Sql Object Dependency?

If there was no such technology like MSMQ how would you try to
implement an sql server object dependency in your windows forms
application? Say I just want to keep updated with the information in a
particular table.

--deostroll

My System SpecsSystem Spec
Old 12-28-2008   #2 (permalink)
Joris van Lier


 
 

Re: Implementing Sql Object Dependency?


"deostroll" <deostroll@xxxxxx> wrote in message
news:4f0d534d-4786-4aa4-8d2e-ada009d630b4@xxxxxx
Quote:

> If there was no such technology like MSMQ how would you try to
> implement an sql server object dependency in your windows forms
> application? Say I just want to keep updated with the information in a
> particular table.
>
> --deostroll
Maybe by periodically polling or via another eventing mechanism (Remoting,
COM, WMI).


My System SpecsSystem Spec
Old 12-29-2008   #3 (permalink)
Dan Ruehle


 
 

Re: Implementing Sql Object Dependency?

Use the Service Broker in SQL Server. It is basically MSMQ in SQL Server.
Check it out, it is pretty cool and functional.

"deostroll" <deostroll@xxxxxx> wrote in message
news:4f0d534d-4786-4aa4-8d2e-ada009d630b4@xxxxxx
Quote:

> If there was no such technology like MSMQ how would you try to
> implement an sql server object dependency in your windows forms
> application? Say I just want to keep updated with the information in a
> particular table.
>
> --deostroll
My System SpecsSystem Spec
Old 12-29-2008   #4 (permalink)
wdudek


 
 

Re: Implementing Sql Object Dependency?

We use this to essentially do the same thing, except that we are ending
messages to keep a second database not an application in sync. This has been
in our prod environment for over a year now, I would recomend it.

"Dan Ruehle" wrote:
Quote:

> Use the Service Broker in SQL Server. It is basically MSMQ in SQL Server.
> Check it out, it is pretty cool and functional.
>
> "deostroll" <deostroll@xxxxxx> wrote in message
> news:4f0d534d-4786-4aa4-8d2e-ada009d630b4@xxxxxx
Quote:

> > If there was no such technology like MSMQ how would you try to
> > implement an sql server object dependency in your windows forms
> > application? Say I just want to keep updated with the information in a
> > particular table.
> >
> > --deostroll
>
>
My System SpecsSystem Spec
Old 12-30-2008   #5 (permalink)
deostroll


 
 

Re: Implementing Sql Object Dependency?

On Dec 29, 10:27*am, "Dan Ruehle" <d...@xxxxxx> wrote:
Quote:

> Use the Service Broker in SQL Server. *It is basically MSMQ in SQL Server.
> Check it out, it is pretty cool and functional.
>
> "deostroll" <deostr...@xxxxxx> wrote in message
>
> news:4f0d534d-4786-4aa4-8d2e-ada009d630b4@xxxxxx
>
>
>
Quote:

> > If there was no such technology like MSMQ how would you try to
> > implement an sql server object dependency in your windows forms
> > application? Say I just want to keep updated with the information in a
> > particular table.
>
Quote:

> > --deostroll- Hide quoted text -
>
> - Show quoted text -
Is this available for sql server 2000?
My System SpecsSystem Spec
Old 12-30-2008   #6 (permalink)
Dan Ruehle


 
 

Re: Implementing Sql Object Dependency?

No, it is not. It is a new feature in SQL Server 2005.

"deostroll" <deostroll@xxxxxx> wrote in message
news:7b4ed30b-3971-4529-9909-ef182f934ecc@xxxxxx
Quote:

> On Dec 29, 10:27 am, "Dan Ruehle" <d...@xxxxxx> wrote:
Quote:

>> Use the Service Broker in SQL Server. It is basically MSMQ in SQL
>> Server.
>> Check it out, it is pretty cool and functional.
>>
>> "deostroll" <deostr...@xxxxxx> wrote in message
>>
>> news:4f0d534d-4786-4aa4-8d2e-ada009d630b4@xxxxxx
>>
>>
>>
Quote:

>> > If there was no such technology like MSMQ how would you try to
>> > implement an sql server object dependency in your windows forms
>> > application? Say I just want to keep updated with the information in a
>> > particular table.
>>
Quote:

>> > --deostroll- Hide quoted text -
>>
>> - Show quoted text -
>
> Is this available for sql server 2000?
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Implementing the Factory pattern .NET General
implementing get-item PowerShell
Implementing Unmanaged Interface in C# .NET General
Implementing SMO in Powershell PowerShell
Adding canonical aliases for Compare-Object, Measure-Object, New-Object PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46