trc - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
aol.neighborhood.nj.jerseycity 50
microsoft.public.sqlserver.tools 29
alt.personals.phone 9
alt.philosophy 8
sci.bio.fisheries 6
pl.soc.polityka 5
fr.rec.sonimage.video.materiel 3
hr.rec.kuhanje 2
perl.cpan.testers 2
it.comp.lang.delphi 1
Last week most active authors
No posts for a week
Last active threads
-& Barely Legal Teen CumSlut -&
Started Ball Drainer Baby · Date: Aug 6, 2008 10:10 · 1 post(s)
SQL Server 2005 - Server side trace script
Started Anand · Date: Jul 30, 2008 07:42 · 8 post(s)
US-NY: New York-Lead Software Engineer
Started JobCircle.Com · Date: Jul 21, 2008 14:16 · 1 post(s)
US-NY: New York-Business Development Manager - Alliance
Started JobCircle.Com · Date: Jul 5, 2008 14:19 · 1 post(s)
US-NY: New York-Deloitte Consulting Product Services (DCPS) Technical...
Started JobCircle.Com · Date: Jul 4, 2008 14:17 · 1 post(s)
US-NY: New York-Business Development Manager - Alliance
Started JobCircle.Com · Date: Jul 2, 2008 14:16 · 1 post(s)
US-NY: New York-Senior Direct Claims Examiner
Started JobCircle.Com · Date: Jul 1, 2008 14:13 · 1 post(s)
US-NY: New York-Business Development Manager - Alliance
Started JobCircle.Com · Date: Jun 25, 2008 14:17 · 1 post(s)
US-NY: New York-Senior Direct Claims Examiner
Started JobCircle.Com · Date: Jun 24, 2008 14:14 · 1 post(s)
Molim Čabarabdiæev recept za æevape
Started ivana · Date: Jun 23, 2008 11:51 · 17 post(s)
Last week hot threads
No posts for a week
Latest posts
-& Barely Legal Teen CumSlut -&
Group: alt.personals.phone · Group Profile · Search for trc in alt.personals.phone
Author: Ball Drainer Baby
Date: Aug 6, 2008 10:10

... toll free, toll-free *d8yam.:AMqvqI>Y2i+l4>hCJ_(]EP5"ka/4Bk\$kP!,9!ulNW?k#+ge3_\XPP::E?rPr%%m(!u-VZ8FNq:A<hi:L(w;%%N-aau3u?fcK:nJ+)AxfSygHPB";uJS=]6Jp2kGEhBQhxr9uP'.a1Vt.@ya6?UTge!bNw*hru&tto*16kon,"[#>'8mX&8?!6H^3#`#TrC??Uld-mYqWAQyutKVa8nR1d;:d^c`[13;w_:uOSYI"+u=K[7p$6U95+])=l[gB/]\;U,iTw\'baagZ@mv7kKQ1>A24ciDVc?4!( @\DKib6'8kajX-_NcCr2fNse]W*t(u$j(HBKA-:0Ylp40@i]jJ-?hF-9QI1s&pwkP?v?yPe,r^cF><gDS!\hs<RJxqMqDeas5rh1$L p)_y]NIJVtR/t5f...
Show full article (8.15Kb)
Re: SQL Server 2005 - Server side trace script
Group: microsoft.public.sqlserver.tools · Group Profile · Search for trc in microsoft.public.sqlserver.tools
Author: Andrew J. Kelly
Date: Jul 31, 2008 11:09

...> Hi Andrew, When I read the .trc file using the fn_trace_gettable function, I ...the output generated by the trace (the .trc file). I did not open it...using the function - I was opening the .trc file using Profiler to see what... * FROM fn_trace_gettable('c:\MyFolder\MyTrace.trc', DEFAULT) -- Andrew J. Kelly SQL MVP ..., e.g., c:\MyFolder\MyTrace. The .trc extension -- will be appended to the ...
Show full article (6.52Kb)
Re: SQL Server 2005 - Server side trace script
Group: microsoft.public.sqlserver.tools · Group Profile · Search for trc in microsoft.public.sqlserver.tools
Author: Anand
Date: Jul 31, 2008 08:08

Hi Andrew, When I read the .trc file using the fn_trace_gettable function, I ...the output generated by the trace (the .trc file). I did not open it...using the function - I was opening the .trc file using Profiler to see what...SELECT * FROM fn_trace_gettable('c:\MyFolder\MyTrace.trc', DEFAULT) -- Andrew J. Kelly SQL MVP ..., e.g., c:\MyFolder\MyTrace. The .trc extension -- will be appended to the filename...
Show full article (5.92Kb)
Re: SQL Server 2005 - Server side trace script
Group: microsoft.public.sqlserver.tools · Group Profile · Search for trc in microsoft.public.sqlserver.tools
Author: Anand
Date: Jul 30, 2008 16:50

I meant the output generated by the trace (the .trc file). I did not open it using the function - I was opening the .trc file using Profiler to see what was logged. Will ... SELECT * FROM fn_trace_gettable('c:\MyFolder\MyTrace.trc', DEFAULT) -- Andrew J. Kelly SQL MVP Solid Quality ... a path, e.g., c:\MyFolder\MyTrace. The .trc extension -- will be appended to the filename automatically. ...
Show full article (5.29Kb)
Re: SQL Server 2005 - Server side trace script
Group: microsoft.public.sqlserver.tools · Group Profile · Search for trc in microsoft.public.sqlserver.tools
Author: Andrew J. Kelly
Date: Jul 30, 2008 10:23

...? What happens when you select directly from the file? SELECT * FROM fn_trace_gettable('c:\MyFolder\MyTrace.trc', DEFAULT) -- Andrew J. Kelly SQL MVP Solid Quality Mentors "Anand" <anand_hariharan@hotmail.com> wrote in ..., with an appropriate -- filename prefixed by a path, e.g., c:\MyFolder\MyTrace. The .trc extension -- will be appended to the filename automatically. If you are writing from -- ...
Show full article (4.79Kb)
Re: SQL Server 2005 - Server side trace script
Group: microsoft.public.sqlserver.tools · Group Profile · Search for trc in microsoft.public.sqlserver.tools
Author: Anand
Date: Jul 30, 2008 09:07

...>> declare @TraceID int declare @maxfilesize bigint set @maxfilesize = 5 -- Please replace the text InsertFileNameHere, with an appropriate -- filename prefixed by a path, e.g., c:\MyFolder\MyTrace. The .trc extension -- will be appended to the filename automatically. If you are writing from -- remote server to local drive, please use UNC path and make sure server has -- write access to your network ...
Show full article (4.16Kb)
Re: SQL Server 2005 - Server side trace script
Group: microsoft.public.sqlserver.tools · Group Profile · Search for trc in microsoft.public.sqlserver.tools
Author: Andrew J. Kelly
Date: Jul 30, 2008 08:20

... int declare @TraceID int declare @maxfilesize bigint set @maxfilesize = 5 -- Please replace the text InsertFileNameHere, with an appropriate -- filename prefixed by a path, e.g., c:\MyFolder\MyTrace. The .trc extension -- will be appended to the filename automatically. If you are writing from -- remote server to local drive, please use UNC path and make sure server has -- write access to your network share ...
Show full article (3.52Kb)
SQL Server 2005 - Server side trace script
Group: microsoft.public.sqlserver.tools · Group Profile · Search for trc in microsoft.public.sqlserver.tools
Author: Anand
Date: Jul 30, 2008 07:42

... declare @rc int declare @TraceID int declare @maxfilesize bigint set @maxfilesize = 5 -- Please replace the text InsertFileNameHere, with an appropriate -- filename prefixed by a path, e.g., c:\MyFolder\MyTrace. The .trc extension -- will be appended to the filename automatically. If you are writing from -- remote server to local drive, please use UNC path and make sure server has -- write access to your network share exec @rc ...
Show full article (2.75Kb)
US-NY: New York-Lead Software Engineer
Group: aol.neighborhood.nj.jerseycity · Group Profile · Search for trc in aol.neighborhood.nj.jerseycity
Author: JobCircle.Com
Date: Jul 21, 2008 14:16

...) team&#8217;s primary focus is, but not limited to, Reuters Messaging which provides customers with mission-critical text messaging, persistent (stored conversation history) chat rooms, and presence capabilities. TRCS also provides a web portal application community site for financial customers. The service leverages Microsoft technology including Windows, IIS, SQL Server and SharePoint Server. The Thomson Reuters Collaboration Services team is ...
Show full article (6.36Kb)
US-NY: New York-Business Development Manager - Alliance
Group: aol.neighborhood.nj.jerseycity · Group Profile · Search for trc in aol.neighborhood.nj.jerseycity
Author: JobCircle.Com
Date: Jul 5, 2008 14:19

... Reports to the Senior Alliance Executive. a .aaaaaaaa Works closely with the Senior Alliance Executive and the Global Alliance Partner.a Also works with the Alliance Team, Compliance &amp; Contracts Manager, and the TRC and resale teams when needed. a MAJOR RESPONSIBILITIES a .aaaaaaaa Building meaningful relationships and partnerships between key vendor sales teams and Deloitte client teams to generate develop and pursue Alignment Projects. a ....
Show full article (5.51Kb)