Show Tables and Indexes by Size in SQL Server 25. January 2017 Marco Giorgi Database, Microsoft SQL Server (0) To get a quick view of how many rows, total, used and unused space size each table has, in a Microso [More]
Identity Tables 29. March 2016 Marco Giorgi ASP.NET, Security (1) Here is the SQL script to create identity tables:GO/****** Object: Table [dbo].[Roles] [More]
Views and Entity Framework: missing primary key 6. November 2015 Marco Giorgi ASP.NET (0) if you are trying to map a view in the entity framework and you get the following message:"The table [More]