Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DBCC INPUTBUFFER output to text file

Status
Not open for further replies.

indoaryaan

IS-IT--Management
Nov 19, 2003
26
0
0
US
Hello,
I want to write the DBCC INPUTBUFFER output to a text file. I have created a temp table and the DBCC output is loaded into the temp table. The aim is to write the output to a text file to know the EventInfo of SPID. Any help would be appreciated. Thanks.........
 
Is this being done entirely as an SQL job? Don't you have a front-end app?
-Karl
 
this is done as an in T-SQL code. No front end App is present. This code will be a part of a trigger.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top