I've been with the company where I now currently work for three months. I am the only developer. There is no source code control system. There are only backups. I do my own quick and dirty backup usually the end of the day and zip up my website and copy it to a flash drive. I could install VS's Source Safe probably, but I'd have to justify how long it will take. Does anyone know if it takes long? Just using it sometimes in my last job, like creating a new project, was problematic at times. But once set up, I liked using it and knowing my source was safe. But I guess my machine would still need to get backed up to have it be really safe (if both SS and my code were on my hard drive what good would that do in the event of a crash?). I also like being able to back out of code changes easily by getting the last version. Any opinions? And how do you back up your stored procedures - just by backup up your db? Can you put stored procs in SS so you can fall back to a previous version? If not, how else? Thanks.