regarding tempdb log file in sql server2005

  • hi,

    where we can find tempdb log file in sql server2005.

    thanks in advance,

    cheers,

    ram.

  • Default location is C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA

    Branch down System Databases, Right click tempdb > Properties

    Select Files and confirm the default location there.

    For I/O performance it is wise to place your tempdb on a drive with less activity.

    Hope this answers your question

  • Run the following code

    use tempdb

    go

    exec sp_helpfile

    [font="Verdana"]Markus Bohse[/font]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply