Search Results

0
votes

MySQL or SQL Server better for an Enterprise application?

It will depend on your application's needs. I'm not especially well researched on the differences between the various SQL engines, but as far as I know, MySQL is faster for SELECT queries (if you …
1
vote

ASP.NET MVC newbie: can’t get aspnet_regsql.exe to work

You can look up how to run aspnet_regsql against SQL Express (there's lots of blog posts about it). I've had issues getting it working right in the past (bad lucky, probably) but you can also do t …
2
votes

my VS2008 cannot connect to Sql Server 2008, why?

I'm almost certain that you need VS2008 SP1. The two were released in parallel, and there was a lot of coordination between them to get things working. I sincerely doubt that there are any ways t …