• Download SQL Server Insider

    SQL Server Insider e-zine is a quarterly online publication focusing on Microsoft’s enterprise database, SQL Server. Join the editors of SearchSQLServer.com for an in-depth look into the database t...

  • database replication

    Database replication is the frequent electronic copying of data from one computer or server to another so that all users share the same level of information... (Continued)

  • SQL Server Data Quality Services makes cleanup a cinch

    SQL Server Data Quality Services is Microsoft’s newest data-cleansing tool. Expert Denny Cherry examines the upcoming SQL Server 2012 feature and delves into its components and processes.

  • Microsoft reaches out to Hadoop for big data processing

    In this Q&A;, Microsoft’s Mark Kromer discusses the company’s preview of SQL Server connectors for Hadoop and the shift to the Open Database Connectivity interface for data access.

SQL Server Database Modeling and Design

Email Alerts

Register now to receive SearchSQLServer.com-related news, tips and more, delivered to your inbox.
By submitting you agree to receive email from TechTarget and its partners. If you reside outside of the United States, you consent to having your personal data transferred to and processed in the United States. Privacy
  • database administrator (DBA)

    (DBA is also an abbreviation for doing business as - a term sometimes used in business and legal writing. 

  • Versioned Object Base (VOB)

    A Versioned Object Base (VOB) is a centralized database that stores version information about the files and folders in a software configuration management (SCM) system. 

  • record standardization

    In data management, record standardization is a process in which files are first parsed (assigned to appropriate fields in a database record) and then translated to a common format. 

  • normalization

    In creating a database, normalization is the process of organizing it into tables in such a way that the results of using the database are always unambiguous and as intended. 

  • transcription error

    A transcription error is a specific type of data entry error that is commonly made by human operators or by optical character recognition (OCR) programs. 

  • segment

    A segment is a defined portion or section of something larger such as a database, geometric object, or network. 

  • initial extent

    The initial extent is a set of contiguous blocks in a database segment that is automatically allocated when the segment is created. 

  • block

    A block is a contiguous set of bits or bytes that forms an identifiable unit of data. 

  • view

    In a database management system, a view is a way of portraying information in the database. 

  • binary tree

    A binary tree is a method of placing and locating files (called records or keys) in a database, especially when all the data is known to be in random access memory (RAM).