TFS puts the files an which path?

TFS puts the documents files an which path? i can't find anywhere

or it puts the all documents in the Sqlserver database ?

[144 byte] By [Nima_Don] at [2007-12-24]
# 1
It's all in SQL.
MichaelRuminer at 2007-10-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 2

Yes, as Nima says, everything is on the Sql Server, you have the Sps database with all the lists and documents you upload to the Sharepoint site of each project, and also another different database for Source Control files.

There is also the database with WorkItems and documents attached to them

LuisFraile at 2007-10-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 3

Thank u for all U.

I found the table Docs in the Database STS_Content_TFS and the infomation about all docs are in this table

The [Content] column records the content of the doc in binary. So it can be read and resave.

Nima_Don at 2007-10-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 4
A related question. It looks like the path part of the table only allows 254 characters. Does this mean that I can't have folders nesting deeper than the level at which the full path length gets to 254 characters? This seems like a serious limitation.
Jobr77 at 2007-10-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...
# 5
You're correct. Server paths and local paths are both limited to 259 chars.
RichardBergMSFT at 2007-10-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - General...

Visual Studio Team System

Site Classified