Showing posts with label recommendations. Show all posts
Showing posts with label recommendations. Show all posts

Sunday, 12 February 2012

configuring antivirus protection

i'm about to install a file antivirus software on my sql
standard 2000. anybody have any suggestions or
recommendations on how i should go about configuring
this? are there any folders specific to sql that i should
stay away from? please let me know. your help is very
much appreciated.
thanks a lot in advance,
edHi
Check out:
http://support.microsoft.com/default.aspx?scid=kb;en-us;q309422
John
"ed" <anonymous@.discussions.microsoft.com> wrote in message
news:1fdf001c45870$2bbb8eb0$a401280a@.phx.gbl...
> i'm about to install a file antivirus software on my sql
> standard 2000. anybody have any suggestions or
> recommendations on how i should go about configuring
> this? are there any folders specific to sql that i should
> stay away from? please let me know. your help is very
> much appreciated.
> thanks a lot in advance,
> ed|||hi john,
thanks!! i've actually seen this already. i have basic
knowledge of sql and i was hoping to find something that
tells what folder are that are related to sql that i
should stay away from or should i just do a scan and just
exclude the files with the suffix extension mentioned in
this article? please let me know...
thanks,
ed
>--Original Message--
>Hi
>Check out:
>http://support.microsoft.com/default.aspx?scid=kb;en-
us;q309422
>John
>"ed" <anonymous@.discussions.microsoft.com> wrote in
message
>news:1fdf001c45870$2bbb8eb0$a401280a@.phx.gbl...
>> i'm about to install a file antivirus software on my
sql
>> standard 2000. anybody have any suggestions or
>> recommendations on how i should go about configuring
>> this? are there any folders specific to sql that i
should
>> stay away from? please let me know. your help is very
>> much appreciated.
>> thanks a lot in advance,
>> ed
>
>.
>|||Hi
Doing a scan may produce some files with the extension although this may
include files that are miss-named
Running something like the following command in Query Analyser should show
the file being used:
EXEC master..sp_MSForEachdb 'SELECT filename FROM ?..sysfiles'
John
"ed" <anonymous@.discussions.microsoft.com> wrote in message
news:1f84e01c45879$c30c8040$a601280a@.phx.gbl...
> hi john,
> thanks!! i've actually seen this already. i have basic
> knowledge of sql and i was hoping to find something that
> tells what folder are that are related to sql that i
> should stay away from or should i just do a scan and just
> exclude the files with the suffix extension mentioned in
> this article? please let me know...
> thanks,
> ed
> >--Original Message--
> >Hi
> >
> >Check out:
> >http://support.microsoft.com/default.aspx?scid=kb;en-
> us;q309422
> >
> >John
> >
> >"ed" <anonymous@.discussions.microsoft.com> wrote in
> message
> >news:1fdf001c45870$2bbb8eb0$a401280a@.phx.gbl...
> >> i'm about to install a file antivirus software on my
> sql
> >> standard 2000. anybody have any suggestions or
> >> recommendations on how i should go about configuring
> >> this? are there any folders specific to sql that i
> should
> >> stay away from? please let me know. your help is very
> >> much appreciated.
> >>
> >> thanks a lot in advance,
> >> ed
> >
> >
> >.
> >|||thanks!!!
-ed
>--Original Message--
>Hi
>Doing a scan may produce some files with the extension
although this may
>include files that are miss-named
>Running something like the following command in Query
Analyser should show
>the file being used:
>EXEC master..sp_MSForEachdb 'SELECT filename
FROM ?..sysfiles'
>John
>"ed" <anonymous@.discussions.microsoft.com> wrote in
message
>news:1f84e01c45879$c30c8040$a601280a@.phx.gbl...
>> hi john,
>> thanks!! i've actually seen this already. i have basic
>> knowledge of sql and i was hoping to find something
that
>> tells what folder are that are related to sql that i
>> should stay away from or should i just do a scan and
just
>> exclude the files with the suffix extension mentioned
in
>> this article? please let me know...
>> thanks,
>> ed
>> >--Original Message--
>> >Hi
>> >
>> >Check out:
>> >http://support.microsoft.com/default.aspx?scid=kb;en-
>> us;q309422
>> >
>> >John
>> >
>> >"ed" <anonymous@.discussions.microsoft.com> wrote in
>> message
>> >news:1fdf001c45870$2bbb8eb0$a401280a@.phx.gbl...
>> >> i'm about to install a file antivirus software on my
>> sql
>> >> standard 2000. anybody have any suggestions or
>> >> recommendations on how i should go about configuring
>> >> this? are there any folders specific to sql that i
>> should
>> >> stay away from? please let me know. your help is
very
>> >> much appreciated.
>> >>
>> >> thanks a lot in advance,
>> >> ed
>> >
>> >
>> >.
>> >
>
>.
>