Browse by Tags

All Tags » SQL Server (RSS)

Problem During Installation SQL Server 2005 on Windows 7 by mlife

Yesterday I was trying to install SQL Server 2005 on windows 7. During installation a popup error dialog shown with this message: The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server...
Filed under: ,

Using "Like" operator in parameterized queries by mlife

As you know parameterized queries has two benefit against regular queries . First for preventing of some SQL injection attacks and second take advantages of query plan caching. One simple example is like this. string command = "Select FirstName from UsersTable...
More Posts