We have a database here that stores information about Azure SQLDB health issues; it was chugging along fine for months, then earlier this week it started to struggle. You can see the large i… Read More
It should be commonly understood that any ERP system is built to appeal generally to a wide variety of companies. Epicor is no exception to the rule. This is a fundamental principle of… Read More
Originally posted on: http://geekswithblogs.net/renso/archive/2016/11/16/ef-code-first-migrationsndashcreate-index-with-include.aspxThe problem: Using Entity Framework code first migrations… Read More
SQL Server, DBA interview questionsQuestions are categorized under the following sections, for your convenience:Database design (8 questions)SQL Server architecture (12 questions)Database ad… Read More
What is RDBMS?Relational Data Base Management Systems (RDBMS) are database management systems that maintain data records and indices in tables. Relationships may be created and maintained ac… Read More
21: What is GROUP BY?A: The GROUP BY keywords have been added to SQL because aggregate functions (like SUM) return the aggregate of all column values every time they are called. Withou… Read More