Showing posts with label sp3a. Show all posts
Showing posts with label sp3a. Show all posts

Monday, March 26, 2012

net send failure

Hi,
I am trying to net send to my desktop but somehow it cannot.
SQL server's OS is windows 2000 server wif SQL Sp3a and my desktop is
Windows XP sp1.
can someone kindly advise ?
tks & rdgs
Please check to see if "Messager" service is enabled on your desktop.
"maxzsim" <maxzsim@.discussions.microsoft.com> glsD:D7491F7D-39A8-4726-B0BC-393B11CA17F8@.microsoft.com...
> Hi,
> I am trying to net send to my desktop but somehow it cannot.
> SQL server's OS is windows 2000 server wif SQL Sp3a and my desktop is
> Windows XP sp1.
> can someone kindly advise ?
> tks & rdgs
>

net send failure

Hi,
I am trying to net send to my desktop but somehow it cannot.
SQL server's OS is windows 2000 server wif SQL Sp3a and my desktop is
Windows XP sp1.
can someone kindly advise ?
tks & rdgsPlease check to see if "Messager" service is enabled on your desktop.
"maxzsim" <maxzsim@.discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:D7491F7D-39A8-4726-B0BC-393B11CA17F8@.microsoft.com...
> Hi,
> I am trying to net send to my desktop but somehow it cannot.
> SQL server's OS is windows 2000 server wif SQL Sp3a and my desktop is
> Windows XP sp1.
> can someone kindly advise ?
> tks & rdgs
>

net send failure

Hi,
I am trying to net send to my desktop but somehow it cannot.
SQL server's OS is Windows 2000 server wif SQL Sp3a and my desktop is
Windows XP sp1.
can someone kindly advise ?
tks & rdgsPlease check to see if "Messager" service is enabled on your desktop.
"maxzsim" <maxzsim@.discussions.microsoft.com> glsD:D7491F7D-39A8-4726-B0BC-393B11C
A17F8@.microsoft.com...
> Hi,
> I am trying to net send to my desktop but somehow it cannot.
> SQL server's OS is Windows 2000 server wif SQL Sp3a and my desktop is
> Windows XP sp1.
> can someone kindly advise ?
> tks & rdgs
>

Monday, February 20, 2012

Need to track SQL activity

Hi all -
We are running a CRM application on a SQL 2K SP3a box. Through SQL, are
there any logs that I can go back to in order to see what data was viewed,
exported and by whom, for a specific date?
Thanks - MikeTransaction logs contain all the data modification information, but SQL
Server doesn't provide a friendly way to get at that information (DBCC LOG,
and fn_dblog are available).
Another approach would be to use Profiler or server side trace procedures to
capture the information you are after. For additinoal information on server
side traces, see:
http://vyaskn.tripod.com/server_sid..._sql_server.htm
--
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
"HelpPls" <smd6169@.hotmail.com> wrote in message
news:uaczuKYeEHA.2532@.TK2MSFTNGP09.phx.gbl...
> Hi all -
> We are running a CRM application on a SQL 2K SP3a box. Through SQL, are
> there any logs that I can go back to in order to see what data was viewed,
> exported and by whom, for a specific date?
> Thanks - Mike
>
>