yourfirstserver.comWednesday, 23 May 2012
Find Us on : RSS/Feed Facebook Twitter

SQL Server Storage units to Manage SQL Database

A SQL Server database makes use of two types of files. Data is first stored in a transaction log, which is one type of file, and then subsequently written to the second type, the database file. When a user enters a transaction, the data she inserts, updates, or deletes is sent along to the RDBMS engine, which records that line of data in the transaction log.

Primary Data Files

The primary data file contains the startup information for the database and points to the other files in the database. User data and objects can be stored in this file or in secondary data files. Every

...

Hack ShoreTel Database to Kill ?dial 9? requirement?

Fax Machines on ShoreTel?   It is not uncommon for system administrators to create a user named FAX SEVER, then define it as EXTENSION ONLY.    Though I personally have been trying to eliminate all the forest eating fax machines and printers on the planet, it would appear that Fax machines are going to be with us for quite some time.   Even with a fax server, people want to stick a piece of paper into the machine and watch it “go through” after dialing the distant end.  This is an example of  “Experiential compatibility” as the marketing folks like to say.   We are more

...

What Your Database Project Needs

As any person, who remodeled their home, will tell you that “choosing the right tool for the right job” makes all the difference. The same statement applies when choosing the right database for a project. Some databases are basic, some are “battery operated” and some are “mighty power tools.” Below is a guide on selecting the perfect database for the right project.

When you only need to store a limited amount of data and require a quick and easy development cycle, Microsoft Access is the right tool for you. It provides a powerful set of database

...