PC Review


Reply
Thread Tools Rate Thread

Windows Services

 
 
geekyguy
Guest
Posts: n/a
 
      13th Jan 2009
Hi All: I'm not sure where to post this so please redirect me if
appropriate.

I've been looking around for ways to create a "birthday reminder" that would
email a message to everyone in a SQL2005 dB whose birthday is that day. I
want to run it as a service on the webserver (the SQL server is a separate
box).

Googling turns up some info on writing a windows service in VS.NET, but much
of it is outdated. Where would the best place be to start in researching how
to do it?

 
Reply With Quote
 
 
 
 
Norman Yuan
Guest
Posts: n/a
 
      14th Jan 2009
There isn't much change (if any at all) for doing Windows Services app in
all VS.NET versions (2002, 2003, 2005 and 2008). Not sure how do you decide
what is "outdated".

"geekyguy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All: I'm not sure where to post this so please redirect me if
> appropriate.
>
> I've been looking around for ways to create a "birthday reminder" that
> would email a message to everyone in a SQL2005 dB whose birthday is that
> day. I want to run it as a service on the webserver (the SQL server is a
> separate box).
>
> Googling turns up some info on writing a windows service in VS.NET, but
> much of it is outdated. Where would the best place be to start in
> researching how to do it?


 
Reply With Quote
 
geekyguy
Guest
Posts: n/a
 
      14th Jan 2009

"Norman Yuan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> There isn't much change (if any at all) for doing Windows Services app in
> all VS.NET versions (2002, 2003, 2005 and 2008). Not sure how do you
> decide what is "outdated".


Thanks Norman. Do you have any suggestions of where I should start, or is
this an appropriate newsgroup to post in?

>
> "geekyguy" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi All: I'm not sure where to post this so please redirect me if
>> appropriate.
>>
>> I've been looking around for ways to create a "birthday reminder" that
>> would email a message to everyone in a SQL2005 dB whose birthday is that
>> day. I want to run it as a service on the webserver (the SQL server is a
>> separate box).
>>
>> Googling turns up some info on writing a windows service in VS.NET, but
>> much of it is outdated. Where would the best place be to start in
>> researching how to do it?

>


 
Reply With Quote
 
rhaazy
Guest
Posts: n/a
 
      14th Jan 2009
Couldn't you create a job in sql server that does this?

On Jan 14, 9:47*am, "geekyguy" <ge...@guy.com> wrote:
> "Norman Yuan" <FakeN...@FakeEmail.Not> wrote in message
>
> news:(E-Mail Removed)...
>
> > There isn't much change (if any at all) for doing Windows Services app in
> > all VS.NET versions (2002, 2003, 2005 and 2008). Not sure how do you
> > decide what is "outdated".

>
> Thanks Norman. Do you have any suggestions of where I should start, or is
> this an appropriate newsgroup to post in?
>
>
>
>
>
> > "geekyguy" <ge...@guy.com> wrote in message
> >news:(E-Mail Removed)...
> >> Hi All: I'm not sure where to post this so please redirect me if
> >> appropriate.

>
> >> I've been looking around for ways to create a "birthday reminder" that
> >> would email a message to everyone in a SQL2005 dB whose birthday is that
> >> day. I want to run it as a service on the webserver (the SQL server isa
> >> separate box).

>
> >> Googling turns up some info on writing a windows service in VS.NET, but
> >> much of it is outdated. Where would the best place be to start in
> >> researching how to do it?- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
geekyguy
Guest
Posts: n/a
 
      15th Jan 2009

"rhaazy" <(E-Mail Removed)> wrote in message
news:a0be2e47-0396-4b8c-a3e0-(E-Mail Removed)...
Couldn't you create a job in sql server that does this?

Hi RHaazy: Normally yes, but in this case no...so it needs to be a windows
service.


On Jan 14, 9:47 am, "geekyguy" <ge...@guy.com> wrote:
> "Norman Yuan" <FakeN...@FakeEmail.Not> wrote in message
>
> news:(E-Mail Removed)...
>
> > There isn't much change (if any at all) for doing Windows Services app
> > in
> > all VS.NET versions (2002, 2003, 2005 and 2008). Not sure how do you
> > decide what is "outdated".

>
> Thanks Norman. Do you have any suggestions of where I should start, or is
> this an appropriate newsgroup to post in?
>
>
>
>
>
> > "geekyguy" <ge...@guy.com> wrote in message
> >news:(E-Mail Removed)...
> >> Hi All: I'm not sure where to post this so please redirect me if
> >> appropriate.

>
> >> I've been looking around for ways to create a "birthday reminder" that
> >> would email a message to everyone in a SQL2005 dB whose birthday is
> >> that
> >> day. I want to run it as a service on the webserver (the SQL server is
> >> a
> >> separate box).

>
> >> Googling turns up some info on writing a windows service in VS.NET, but
> >> much of it is outdated. Where would the best place be to start in
> >> researching how to do it?- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
rhaazy
Guest
Posts: n/a
 
      15th Jan 2009
Does it really have to be a windows service or could you make a win32
app and create a scheduled task?

On Jan 15, 12:09*pm, "geekyguy" <ge...@guy.com> wrote:
> "rhaazy" <rha...@gmail.com> wrote in message
>
> news:a0be2e47-0396-4b8c-a3e0-(E-Mail Removed)...
> Couldn't you create a job in sql server that does this?
>
> Hi RHaazy: Normally yes, but in this case no...so it needs to be a windows
> service.
>
> On Jan 14, 9:47 am, "geekyguy" <ge...@guy.com> wrote:
>
>
>
> > "Norman Yuan" <FakeN...@FakeEmail.Not> wrote in message

>
> >news:(E-Mail Removed)...

>
> > > There isn't much change (if any at all) for doing Windows Services app
> > > in
> > > all VS.NET versions (2002, 2003, 2005 and 2008). Not sure how do you
> > > decide what is "outdated".

>
> > Thanks Norman. Do you have any suggestions of where I should start, or is
> > this an appropriate newsgroup to post in?

>
> > > "geekyguy" <ge...@guy.com> wrote in message
> > >news:(E-Mail Removed)...
> > >> Hi All: I'm not sure where to post this so please redirect me if
> > >> appropriate.

>
> > >> I've been looking around for ways to create a "birthday reminder" that
> > >> would email a message to everyone in a SQL2005 dB whose birthday is
> > >> that
> > >> day. I want to run it as a service on the webserver (the SQL server is
> > >> a
> > >> separate box).

>
> > >> Googling turns up some info on writing a windows service in VS.NET, but
> > >> much of it is outdated. Where would the best place be to start in
> > >> researching how to do it?- Hide quoted text -

>
> > - Show quoted text -- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
geekyguy
Guest
Posts: n/a
 
      15th Jan 2009

"rhaazy" <(E-Mail Removed)> wrote in message
news:c2823b61-c8ce-46b2-9991-(E-Mail Removed)...
Does it really have to be a windows service or could you make a win32
app and create a scheduled task?

Hi Rhaazy...I've thought about that, and I've encountered a lot of problems
with task scheduler and was looking for a better-integrated solution. Also,
I wanted to create a one-step install process that didn't require user
intervention.

On Jan 15, 12:09 pm, "geekyguy" <ge...@guy.com> wrote:
> "rhaazy" <rha...@gmail.com> wrote in message
>
> news:a0be2e47-0396-4b8c-a3e0-(E-Mail Removed)...
> Couldn't you create a job in sql server that does this?
>
> Hi RHaazy: Normally yes, but in this case no...so it needs to be a windows
> service.
>
> On Jan 14, 9:47 am, "geekyguy" <ge...@guy.com> wrote:
>
>
>
> > "Norman Yuan" <FakeN...@FakeEmail.Not> wrote in message

>
> >news:(E-Mail Removed)...

>
> > > There isn't much change (if any at all) for doing Windows Services app
> > > in
> > > all VS.NET versions (2002, 2003, 2005 and 2008). Not sure how do you
> > > decide what is "outdated".

>
> > Thanks Norman. Do you have any suggestions of where I should start, or
> > is
> > this an appropriate newsgroup to post in?

>
> > > "geekyguy" <ge...@guy.com> wrote in message
> > >news:(E-Mail Removed)...
> > >> Hi All: I'm not sure where to post this so please redirect me if
> > >> appropriate.

>
> > >> I've been looking around for ways to create a "birthday reminder"
> > >> that
> > >> would email a message to everyone in a SQL2005 dB whose birthday is
> > >> that
> > >> day. I want to run it as a service on the webserver (the SQL server
> > >> is
> > >> a
> > >> separate box).

>
> > >> Googling turns up some info on writing a windows service in VS.NET,
> > >> but
> > >> much of it is outdated. Where would the best place be to start in
> > >> researching how to do it?- Hide quoted text -

>
> > - Show quoted text -- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help: Windows Services (services.msc) how to save view customizati =?Utf-8?B?TWF0dCBT?= Windows XP Customization 1 2nd Sep 2007 02:19 AM
Difference between windows services and web services trialproduct2004@yahoo.com Microsoft Dot NET 1 27th Sep 2005 02:46 AM
What is the difference between C# windows Services and web services in vs.net? Nick Microsoft ASP .NET 1 12th Sep 2005 04:33 PM
Communication between Web Services, Windows Services and Remoting Johann Blake Microsoft ASP .NET 1 28th Mar 2004 09:41 AM
Communication between Web Services, Windows Services and Remoting Johann Blake Microsoft C# .NET 1 27th Mar 2004 05:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:26 PM.