Hi All,We're testing TFS 2015 at our office at the moment, as we're looking to move away from SourceSafe 2005, but quite early on we've hit a snag. I'm trying to create a project in TFS, however, whatever I do, I get the error "TF30172: You do not have permission to create a new team project."I've checked my permissions, and I'm part of the Project Collection Administrators group, and I have also added my user with every access right. I'm therefore not sure what I'm doing wrong.I'm following the steps on the [url=https://msdn.microsoft.com/en-gb/library/ms181477%28v=vs.100%29.aspx]MSDB[/url] site on how to create, and according to the site, i should have sufficient permissions to do so.Currently we're running Visual Studio 2010.Many thanks.
↧
Create project Permission denied - User has access
↧
GIT repository with RedGate SQL Source Control
I am trying to setup RedGate SQL Source Control with GIT repository. I came across [url=http://www.sqlservercentral.com/blogs/steve_jones/2015/10/05/sql-source-control-and-gitgetting-started/]this article[/url] and have a couple of questions:1) under [b]GIT Setup [/b] heading:it says to input "git init" command. Will I need to install anything on my desktop to use that command?2) the article initialize under c:\ local drive. Can it be initialize under UNC path (\\some server\some folder)? If not, will mapped drive work?3) IF I have multiple servers with multiple databases, how exactly will I create the local repository? Will the init be executed as follows:a) c:\mssql\server1\db1>git initb) c:\mssql\server1\db2>git initc) c:\mssql\server2\db1>git initd) c:\mssql\server3\db3>git init... so on
↧
↧
Does TFS hold the date of the last change to a report?
I've been tasked with aligning our TFS database with the ReportServer database so that the latest version in ReportServer is the same as TFS. After querying the tfs_DefaultCollection db for hours, I'm still having trouble finding the last time a report was modified. Has anyone done this?TIA!
↧
TFS for databases
Any recommendations how to do db-versioning in TFS? (sqlserver/oracle).
↧
Developing Databases via Visual Studio
After reading an excellent SQLBlog post by Jamie Thompson ([url=http://sqlblog.com/blogs/jamie_thomson/archive/2012/01/01/implementing-sql-server-solutions-using-visual-studio-2010-database-projects-a-compendium-of-project-experiences.aspx]link[/url]) and
↧
↧
Schema Compare and Foreign Keys Created WITH NOCHECK
Hi All,
We're trying to create a schema synchronization script by comparing a database project in Visual Studio/TFS (source) to a deployed database (destination). The script produced will be used to bring the populated destination database inline with
↧
Query Work Items in TFS from SQL
Hi All
Just wondering if anyone knows of a way to get Work Item names from the TFSWarehouse database?
They are inserted with what I can only really describe as a TFS GUID which I cant seem to translate to a table to get the WI name.
Trying to do
↧
SQL Structure in TFS
I've been elected in my company to devise TFS structure for the maintenance of SQL items. We have 3 versions of SQL still being supported with another on the way. What I am looking for is a recommendation for folder structure within TFS. Our existing VSS
↧
Deploy does not detect check constraint changes
I am using SQL Server database project in VS 2010, and am experiencing a weird behavior related to check constraints.
I have a table, with 3 columns. For simplicity lets call them column_1, column_2 and column_3.
Then I have a check constraint like this
↧
↧
Any help on this
I need to deploy the solution file from the build path. By giving the build number i need to take all the files in
the corresponding location and put it on the specified location. And i need to change the web config file based on
the new build.
↧
Recommendations for TFS organization structure for DBAs only
Sorry for the misuse of terms. I'm new to source control.
Does anyone have recommendations for TFS organization structure for DBAs only?
Should our source folder pathing be?
$\DBA\username?
$\DBA\Servername\Database_name?
$\DBA\Servername\
↧
TFS Database Enviornment - Best Practice for Access Rights to Instance
I’ve been tasked to move our TFS databases from the SQLExpress our developers implemented, to SQL 2008 Enterprise. Our developers are planning on retaining complete control over the TFS application server.
My concerns are the requirements that the TFS
↧
Using Views that reference Synonyms in VSTS 2008
I have recently started using Visual Studio 2008 for Database Professionals. We work in an environment with may queries running across databases on the same server and have one set of databases per country. Therefore I use synonyms to keep the code consta
↧
↧
Check Constraint in Visual Studio 2012 Database Project
We have a VS 2012 .sqlproj database project. We would like to use a scalar valued user defined function to validate one of the table fields in the form of a check constraint.
Example:
[code="other"]ALTER TABLE [dbo].[MyTable] ADD CONSTRAINT [CK__MyTa
↧
TFS Deployment Automation
Hi,
I want to automate the FindLabel in TFS and copy all files to Local path.
Is there any comd/powershell command or link which can be helpful to meet my objective ?
One way is :- tf get <label Number> but this would refresh the Mapped Fo
↧
TFS VS2010 to SQL Server 2005: No Schema Compare option
Hi,
I'm working on a contract and just imported some SQL Server 2005 databases in VS 2010 TFS. The Schemas imported just fine but curiously, when I try to do a schema compare, there is no option for that under the Data toolbar drop down or in the Schem
↧
TFS Solution Structure Best Practice?
Hi,
I'm fighting my way through putting a dozen databases into TFS and am trying to figure out what the most serviceable structure would be.
Here's what I've got:
SQL Server 2005
VS 2012 (you can see where the priorities are!)
I've created:
↧
↧
SQLPackage.exe - Lock request time out period exceeded
We are using SQLPackage.exe to publish our .sqlproj to production via Bamboo. On production there is a lot more contention in the database so certain operations take a bit longer to complete. It appears there is a default timeout value of 30 seconds whe
↧
Automating SSRS Solution Deployment from Team Foundation Server through SharePoint application
Hi there,
I'm currently looking for a solution in order to deploy SSRS solution from our Sharepoint deployment request application.
To be more precise : Developpement Team type a deployment demand in a Sharepoint Application, then we are notify by
↧
DB Project Publish Empty string inserting a Zero
Hi,
we have a Visual Studio 2013 DB Project which we use to create and populate a test database.
We have a table with a varchar NULL column (defaultvalue), and when we run the publish.sql script any INSERT of '' get converted to '0' values.
This i
↧