Search Results

0
votes

Why can’t SQL Server run on a Novell server?

SQL Server, although rooted in a Sybase/Unix/VMS background, is a native windows application. Apart from the compact edition (which runs on some Windows mobile platforms), SQL Server runs on Window …
2
votes

Does LINQ To SQL provide faster response times than using ado.net and oledb?

If you're interested in benchmarking, Rico Mariani has an excellent 5-part study …