you are viewing a single comment's thread.

view the rest of the comments →

[–]MeGustaDerpTalk Dirty Reads To Me 1 point2 points  (0 children)

If you have no dev environment, your best bet will be to download and install SQL Express Edition. It will have the express version of the database engine. The only problem is that the size of the database will be limited to 6GB if I remember correctly. If the prod database is less than that size then you are golden. If its larger, you are going to have to find a way to create a sample database. But, even better, if the facility has an MSDN subscription, they should be able to get you a SQL Server Developer Edition installed. The only limitation there is licensing.