Welcome to Geekdojo Sign in | Join | Help

November 2004 - Posts

Sql Server Function: OBJECT_ID({object name},{object type})

In order to setup ASP.NET Session State in Sql Sever, we have to run the InstallSqlState.sql script. In the script I came across :- OBJECT_ID('tempdb..ASPStateTempSessions','U') here 'U' is for User table. I had used OBJECT_ID before but I wasn't
posted by richardhsu | 1 Comments
Filed Under: