Hi,
I'm trying to locate the archives for the public Microsoft SQL Server
newsgroups. Outlook Express seems to only go back a month or so. Does
anyone know where these archives are located and how I can access them?
Thanks.
JerryHi Jerry,
I'm pretty certain that the archives are not available through NNTP. I believe that the web
front-ends go further back, though. I've listed two such web-front-ends in
http://www.karaszi.com/SQLServer/newsgroups.asp.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"Jerry Spivey" <jerrysp69@.hotmail.com> wrote in message
news:uHPA%23g$jEHA.2664@.TK2MSFTNGP11.phx.gbl...
> Hi,
> I'm trying to locate the archives for the public Microsoft SQL Server
> newsgroups. Outlook Express seems to only go back a month or so. Does
> anyone know where these archives are located and how I can access them?
> Thanks.
> Jerry
>|||Thanks Tibor.
Jerry
"Tibor Karaszi" <tibor_please.no.email_karaszi@.hotmail.nomail.com> wrote in
message news:uguhDp$jEHA.3456@.TK2MSFTNGP12.phx.gbl...
> Hi Jerry,
> I'm pretty certain that the archives are not available through NNTP. I
believe that the web
> front-ends go further back, though. I've listed two such web-front-ends in
> http://www.karaszi.com/SQLServer/newsgroups.asp.
> --
> Tibor Karaszi, SQL Server MVP
> http://www.karaszi.com/sqlserver/default.asp
> http://www.solidqualitylearning.com/
>
> "Jerry Spivey" <jerrysp69@.hotmail.com> wrote in message
> news:uHPA%23g$jEHA.2664@.TK2MSFTNGP11.phx.gbl...
> > Hi,
> >
> > I'm trying to locate the archives for the public Microsoft SQL Server
> > newsgroups. Outlook Express seems to only go back a month or so. Does
> > anyone know where these archives are located and how I can access them?
> >
> > Thanks.
> >
> > Jerry
> >
> >
>|||http://www.google.com/grphp?hl=en&tab=wg
Andy
"Jerry Spivey" <jerrysp69@.hotmail.com> wrote in message
news:uHPA%23g$jEHA.2664@.TK2MSFTNGP11.phx.gbl...
> Hi,
> I'm trying to locate the archives for the public Microsoft SQL Server
> newsgroups. Outlook Express seems to only go back a month or so. Does
> anyone know where these archives are located and how I can access them?
> Thanks.
> Jerry
>|||On Wed, 1 Sep 2004 00:47:22 -0700, Jerry Spivey wrote:
>Hi,
>I'm trying to locate the archives for the public Microsoft SQL Server
>newsgroups. Outlook Express seems to only go back a month or so. Does
>anyone know where these archives are located and how I can access them?
>Thanks.
>Jerry
>
Hi Jerry,
Some 8 years of newsgroup history can be located through Google:
http://www.google.com/groups?safe=images&ie=UTF-8&as_ugroup=microsoft.public.sqlserver.server&as_drrb=b&as_mind=12&as_minm=5&as_miny=1981&as_maxd=1&as_maxm=8&as_maxy=1996&lr=&hl=en
Best, Hugo
--
(Remove _NO_ and _SPAM_ to get my e-mail address)
Showing posts with label newsgroups. Show all posts
Showing posts with label newsgroups. Show all posts
Wednesday, March 28, 2012
Monday, March 26, 2012
MS SQL Server command function to send UDP packets from a stored procedure similar to syb_
Sorry to bug people, I searched google and the newsgroups but the
problem is that there is so much about the Slammer Worm that I was
just getting all those hits.
Is there a command or function in MS SQL Server to send a UDP packet
from a stored procedure similar to syb_sendmsg?
Something like syb_sendmsg(w.x.y.z, portnum, @.stringbuf)
http://manuals.sybase.com/onlinebooks/group-as/asg1250e/refman/@.Generic__BookTextView/21457;pt=5472
I have some monitoring projects and I would like to code them
similarly using sybase and MS SQL Server, I don't have much experience
with MS SQL Server but have tons with sybase. I was also not able to
find any good online command/function references, I guess I am spoiled
by the Sybase online and pdf manuals.
TIA for any help on either of those topics.Hi,
Use the procedure "sp_add_notification" to send a notification .The details
and usage you can get from books online.
You could install the SQL server 2000 books online. DOwnload the books
online form below link:-
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
Could you install the latest service pack in your server to secure your sql
server from Slammer. Download and install the
sp3a from below link.
http://www.microsoft.com/sql/downloads/2000/sp3.asp
Thanks
Hari
MCDBA
"forsale" <google.20.webinfo@.xoxy.net> wrote in message
news:b754dde0.0407251800.20129d4d@.posting.google.com...
> Sorry to bug people, I searched google and the newsgroups but the
> problem is that there is so much about the Slammer Worm that I was
> just getting all those hits.
> Is there a command or function in MS SQL Server to send a UDP packet
> from a stored procedure similar to syb_sendmsg?
> Something like syb_sendmsg(w.x.y.z, portnum, @.stringbuf)
>
http://manuals.sybase.com/onlinebooks/group-as/asg1250e/refman/@.Generic__Boo
kTextView/21457;pt=5472
> I have some monitoring projects and I would like to code them
> similarly using sybase and MS SQL Server, I don't have much experience
> with MS SQL Server but have tons with sybase. I was also not able to
> find any good online command/function references, I guess I am spoiled
> by the Sybase online and pdf manuals.
> TIA for any help on either of those topics.|||Thanks, that might almost work, but I was really looking for something to send UDP.
"Hari Prasad" <hari_prasad_k@.hotmail.com> wrote in message news:<#T69eEscEHA.1356@.TK2MSFTNGP09.phx.gbl>...
> Hi,
>
> Use the procedure "sp_add_notification" to send a notification .The details
> and usage you can get from books online.
problem is that there is so much about the Slammer Worm that I was
just getting all those hits.
Is there a command or function in MS SQL Server to send a UDP packet
from a stored procedure similar to syb_sendmsg?
Something like syb_sendmsg(w.x.y.z, portnum, @.stringbuf)
http://manuals.sybase.com/onlinebooks/group-as/asg1250e/refman/@.Generic__BookTextView/21457;pt=5472
I have some monitoring projects and I would like to code them
similarly using sybase and MS SQL Server, I don't have much experience
with MS SQL Server but have tons with sybase. I was also not able to
find any good online command/function references, I guess I am spoiled
by the Sybase online and pdf manuals.
TIA for any help on either of those topics.Hi,
Use the procedure "sp_add_notification" to send a notification .The details
and usage you can get from books online.
You could install the SQL server 2000 books online. DOwnload the books
online form below link:-
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
Could you install the latest service pack in your server to secure your sql
server from Slammer. Download and install the
sp3a from below link.
http://www.microsoft.com/sql/downloads/2000/sp3.asp
Thanks
Hari
MCDBA
"forsale" <google.20.webinfo@.xoxy.net> wrote in message
news:b754dde0.0407251800.20129d4d@.posting.google.com...
> Sorry to bug people, I searched google and the newsgroups but the
> problem is that there is so much about the Slammer Worm that I was
> just getting all those hits.
> Is there a command or function in MS SQL Server to send a UDP packet
> from a stored procedure similar to syb_sendmsg?
> Something like syb_sendmsg(w.x.y.z, portnum, @.stringbuf)
>
http://manuals.sybase.com/onlinebooks/group-as/asg1250e/refman/@.Generic__Boo
kTextView/21457;pt=5472
> I have some monitoring projects and I would like to code them
> similarly using sybase and MS SQL Server, I don't have much experience
> with MS SQL Server but have tons with sybase. I was also not able to
> find any good online command/function references, I guess I am spoiled
> by the Sybase online and pdf manuals.
> TIA for any help on either of those topics.|||Thanks, that might almost work, but I was really looking for something to send UDP.
"Hari Prasad" <hari_prasad_k@.hotmail.com> wrote in message news:<#T69eEscEHA.1356@.TK2MSFTNGP09.phx.gbl>...
> Hi,
>
> Use the procedure "sp_add_notification" to send a notification .The details
> and usage you can get from books online.
Subscribe to:
Posts (Atom)