Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

TfsActivityLogging database is not available in SqlServer Databases. I have TFS Server 2010 and Sqlserver 2008.
I have to check the perfomance of TFS Server. so that i need to connect through the TfsActivityLogging database .but it not found on Sqlserver databases

please help me in finding TfsActivityLogging database
Posted
Updated 20-Mar-13 20:20pm
v2

1 solution

I'm not similar to TFS tools, but have you seen this: Analyzing TFS performance with TfsActivityLogging and custom User Agents[^]?

Many useful information you'll find here: Using Team Foundation Server Command-Line Tools[^] and here: http://blogs.msdn.com/b/dstfs/archive/2009/05/29/tfs-performance-episode-1-the-phantom-baseline.aspx[^]

But most important is:
Quote:
If the database doesn't exist, it will automatically be created for you the first time TFS attempts to log an activity.

source: http://social.msdn.microsoft.com/Forums/en-US/tfsadmin/thread/74a40f6e-49dd-46a1-8244-ac96f3b39c65[^]

Quote:
In TFS 2008, the install sets command logging (into the TfsActivityLogging database) on by default. In TFS 2005, command logging is turned off by default. To turn it on, see the topic here: Global Web.Config File Settings in Team Foundation Server Components[^]

source: http://blogs.msdn.com/b/dstfs/archive/2009/05/29/tfs-performance-episode-1-the-phantom-baseline.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900