Show all tables having identity columns
The simplest way to display all the tables which are having identity column in a database of SQL server 2000 / 2005 / 2008 using the following simple query.
Read More...| RSS
|
Show all tables having identity columnsThe simplest way to display all the tables which are having identity column in a database of SQL server 2000 / 2005 / 2008 using the following simple query. Read More...Configure SQL Server for ASP.Net session stateOnce you start running multiple web servers for the same web site, the default asp.net session state, InProc, is no longer useful, as you cannot guarantee that each page request goes to the same server. It becomes necessary to have a central state store that every web server accesses. Read More... |
|