-
Recent Posts
Archives
Categories
Meta
Monthly Archives: November 2012
ENTITY FRAMEWORK WITH SEQUENCE FOR INSERTS
In Oracle there is no support for Identity column which we have in SQL. You have to use Sequence to achieve the same functionality in Oracle. When we develop the MVC application with Entity Framework which is multi DB supported … Continue reading
Posted in SQL
Leave a comment
SQL Server 2008 – Not able to see my SQL instance in network
I have SQL 2008 Server Express installed on my machine But It was not discoverable in network and this was preventing me to access my sql server instance from another pc. After goggling I came to know this was because … Continue reading