August 17, 2015 at 7:08 am
Stuart Davies (8/17/2015)
I have two:Live
and my laptop.
This can often make my life "interesting" as the Live servers are running SQL 7 , 2000, 2005, 2008 R2 and 2012.
Don't talk to me about end of life support :angry:
The server's end of life support... or your's? 🙂
"Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho
August 17, 2015 at 9:10 am
1. Development - a sandbox for developers and designers.
2. Test - which closely emulates the production environment, for user acceptance testing.
3. Production - where everything we thought worked perfectly in development and test crashes and burns.
Question for anyone working in a small shop (which I'll define here as five or fewer developers): do you use a source control management system? If so, which one, please? If not, do you have any manual processes for promoting code from one environment to the next?
Thanks.
August 17, 2015 at 11:17 am
GoofyGuy (8/17/2015)
Question for anyone working in a small shop (which I'll define here as five or fewer developers): do you use a source control management system? If so, which one, please? If not, do you have any manual processes for promoting code from one environment to the next?Thanks.
I'm the sole IT person at our company. I use SSMS and Tortoise SVN in Explorer for T/SQL source code control. For promoting changes through the chain I use Red Gate's SQL Compare and to back haul current data for testing/development I use SQL Data Compare.
Works a treat. 😀
August 18, 2015 at 8:09 am
Developement
Beta
Test
Staging
Production
August 19, 2015 at 11:34 am
- Developer personal environment
- Test (where the Systems Analyst tests, and bug fixes are applied)
- QA (where User Acceptance Testing occurs)
- Production
Steph Brown
March 4, 2016 at 1:55 am
Gaz
-- Stop your grinnin' and drop your linen...they're everywhere!!!
Viewing 6 posts - 31 through 35 (of 35 total)
You must be logged in to reply to this topic. Login to reply