While conducting Interview for my outsourcing project, I asked one question to interviewer that what are the restrictions on TempDB? The candidate was not able to answer the question. I thought it would be good for all my readers to know the answer to this question so if you face this question in an interview or if you meet me in the interview you will be able to answer this question.
SQLAuthority News – Top 10 Tips for Successful Software Outsourcing
SQL SERVER – Do Not Store Images in Database – Store Location of Images (URL)
SQL SERVER – White Papers: Migration from Oracle Sybase, or Microsoft Access to Microsoft SQL Server
SQL SERVER – Microsoft Synchronization Services for ADO.NET v2.0 CTP1 Refresh
SQLAuthority News – Microsoft SQL Server 2008 Community Technology Preview (November 2007) VHD
SQL SERVER – ACID (Atomicity, Consistency, Isolation, Durability)
ACID (an acronym for Atomicity Consistency Isolation Durability) is a concept that Database Professionals generally look for when evaluating databases and application architectures. For a reliable database all this four attributes should be achieved.
SQL SERVER – Generic Architecture Image
Just a day ago, while I was surfing Wikipedia about SQL Server, I came across this generic architecture image. I found it interesting. Click on image to view it in large size. The physical structure of the database is divided into the MDF and LDF. The part of MDF contains file group, data files, tables and indexes, extended and page. The LDF file contains a transaction log file. The physical architecture is about how the data is actually stored in the file system. Page, extend, database files are physical architecture.