database - ASP.NET MVC debugging best practice -
we make website debugging on remote sales_debug
database instead of production remote sales
one.
the problem speed, using remote database local machine slow. trying install sql server express , ssms on local win 8.1 machine , found complicated. link made wondering if doing right thing.
the questions are:
- what best configuration make website uses db debugging? maybe should use less invasive db engine same content?
- is local copy of db way go? or there trick speed connections remote server?
thanks.
you have machine in same network of your? can use local server. install ssms in machine then, sqlserver express in local server.
Comments
Post a Comment