Activity overview
Latest activity by JeffPAHF
Yikes, I'm very miss-understood... I'll cut to the chase... I WAS seeking, now just giving up; a script with while loop for each named database and add them to the TFS to avoid having to force user/developer to add each-database-one-at-a-time (EDOaaT); and avoid the chance that someone would Not add a database due to oversight or nefarious motivations, instead a script that users (new users too) would run and it would add each db that the admin (not dba, but manager of programmers) would determine need to be added to TFS, in other words, updating the TFS database directly rather than using the GUI EDOAAT. cheers & peace out... / comments
Yikes, I'm very miss-understood... I'll cut to the chase... I WAS seeking, now just giving up; a script with while loop for each named database and add them to the TFS to avoid having to force user...
each db exists w/in the instance where SQL Source Control (SQLSC) was added, currently one server in a farm of many. AND I don't think we want everyone in their Own copy of the databases, most of the db (not all) are production and Most changes (not all) are report or UI focused. The simple objective would be to save folks from having to manually add each of 20 to 50 dbs one-at-a-time in the SQLSC interface; this is our first roll-out and if we're going to add more and other SQL dev departments, setup/config should be as painless and foolproof as possible. / comments
each db exists w/in the instance where SQL Source Control (SQLSC) was added, currently one server in a farm of many. AND I don't think we want everyone in their Own copy of the databases, most of t...
Add Database to TFS by Script
seems like this would have been asked/answered but I wasn't able to find. Perhaps due to my not searching w/proper keywordsMSSQL w/TFS onlycreate table #dblist(ID int identity(1,1),dbName varchar(5...