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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Here's a nice one !!!

Status
Not open for further replies.

CInman

IS-IT--Management
Joined
Mar 15, 2001
Messages
81
Location
GB
Is it possible to truncate a transaction log without using SQL Enterprise Manager and/or SQL Query Analyser? In other words, transaction log is full and needs truncating, but SQL Server tools not usable ... is there any other way to do it? (eg. via MS-Access or something?)

Any thoughts would be brilliant ...
 
A few quick thoughts

The OSQL utility.

From within a DTS pacakage.

TSQL within a stored procedure which in turn can be called from Access or many other 3 party software prodcuts.

Rick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top