![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Windows Services 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? |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Windows Services 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" <geeky@xxxxxx> wrote in message news:OnkmWqcdJHA.3948@xxxxxx Quote: > 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? |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Windows Services "Norman Yuan" <FakeName@xxxxxx> wrote in message news:unpLoPddJHA.1328@xxxxxx Quote: > 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". this an appropriate newsgroup to post in? Quote: > > "geekyguy" <geeky@xxxxxx> wrote in message > news:OnkmWqcdJHA.3948@xxxxxx Quote: >> 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? |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Windows Services Couldn't you create a job in sql server that does this? On Jan 14, 9:47*am, "geekyguy" <ge...@xxxxxx> wrote: Quote: > "Norman Yuan" <FakeN...@xxxxxx> wrote in message > > news:unpLoPddJHA.1328@xxxxxx > Quote: > > 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? > > > > > Quote: > > "geekyguy" <ge...@xxxxxx> wrote in message > >news:OnkmWqcdJHA.3948@xxxxxx Quote: > >> Hi All: I'm not sure where to post this so please redirect me if > >> appropriate. Quote: Quote: > >> 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). Quote: Quote: > >> 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 - |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Windows Services "rhaazy" <rhaazy@xxxxxx> wrote in message news:a0be2e47-0396-4b8c-a3e0-e71ed77e1b69@xxxxxx 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...@xxxxxx> wrote: Quote: > "Norman Yuan" <FakeN...@xxxxxx> wrote in message > > news:unpLoPddJHA.1328@xxxxxx > Quote: > > 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? > > > > > Quote: > > "geekyguy" <ge...@xxxxxx> wrote in message > >news:OnkmWqcdJHA.3948@xxxxxx Quote: > >> Hi All: I'm not sure where to post this so please redirect me if > >> appropriate. Quote: Quote: > >> 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). Quote: Quote: > >> 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 - |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Windows Services 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...@xxxxxx> wrote: Quote: > "rhaazy" <rha...@xxxxxx> wrote in message > > news:a0be2e47-0396-4b8c-a3e0-e71ed77e1b69@xxxxxx > 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...@xxxxxx> wrote: > > > Quote: > > "Norman Yuan" <FakeN...@xxxxxx> wrote in message Quote: > >news:unpLoPddJHA.1328@xxxxxx Quote: Quote: > > > 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". Quote: > > Thanks Norman. Do you have any suggestions of where I should start, or is > > this an appropriate newsgroup to post in? Quote: Quote: > > > "geekyguy" <ge...@xxxxxx> wrote in message > > >news:OnkmWqcdJHA.3948@xxxxxx > > >> Hi All: I'm not sure where to post this so please redirect me if > > >> appropriate. Quote: Quote: > > >> 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). Quote: Quote: > > >> 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 - Quote: > > - Show quoted text -- Hide quoted text - > - Show quoted text - |
My System Specs![]() |
| | #7 (permalink) |
| | Re: Windows Services "rhaazy" <rhaazy@xxxxxx> wrote in message news:c2823b61-c8ce-46b2-9991-aa5b7040d636@xxxxxx 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...@xxxxxx> wrote: Quote: > "rhaazy" <rha...@xxxxxx> wrote in message > > news:a0be2e47-0396-4b8c-a3e0-e71ed77e1b69@xxxxxx > 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...@xxxxxx> wrote: > > > Quote: > > "Norman Yuan" <FakeN...@xxxxxx> wrote in message Quote: > >news:unpLoPddJHA.1328@xxxxxx Quote: Quote: > > > 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". Quote: > > Thanks Norman. Do you have any suggestions of where I should start, or > > is > > this an appropriate newsgroup to post in? Quote: Quote: > > > "geekyguy" <ge...@xxxxxx> wrote in message > > >news:OnkmWqcdJHA.3948@xxxxxx > > >> Hi All: I'm not sure where to post this so please redirect me if > > >> appropriate. Quote: Quote: > > >> 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). Quote: Quote: > > >> 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 - Quote: > > - Show quoted text -- Hide quoted text - > - Show quoted text - |
My System Specs![]() |
![]() |
| Thread Tools | |
| |