Here are some sql server tips and tricks. To get all the Tables Information in SQL Server SELECT * from SYS.Tables To get all the views...
Showing posts with label SQL Server. Show all posts
Showing posts with label SQL Server. Show all posts
Wednesday, November 30, 2011
Wednesday, October 26, 2011
Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL server. Please install ASP.NET Session State SQL Server version 2.0 or above
Bijay Kumar
3:41 PM
While I am trying to use sql server authentication mode, i got the following error Unable to use SQL Server because ASP.NET version 2.0 ...
Category:
asp.net,
Errors,
SQL Server
I got this error Cannot drop database "ASPState" because it is currently in use. while trying to uninstall ASPState database by us...
Category:
asp.net,
C#.net,
SQL Server
Monday, February 7, 2011
The below sql error usually comes while taking SQL Server backup. Error message is: System.Data.SqlClient.SqlError; The backup set holds a...
Category:
SQL Server