Articles, tagged with "ms sql", page 6
19th January 2010
The logical and physical integrity of all SQL Server database tables is performed by DBCC CHECKDB command. The command performs and divides its operations in three different phases. The first phase checks the consistency of the allocation structures in di...
Read >
Author:
Naveen Kadian
15th January 2010
Recovery Toolbox for SQL Server was developed for database administrators, these guys regularly work with sql databases and they understand that the corruption of databases in question affects the entire company. So, let us take a closer look at the data ...
Read >
Author:
Recovery Toolbox, Inc.
15th January 2010
The process of storing and managing unstructured data was poor, prior to SQL Server 2008 release.
Earlier Approaches of Storing Unstructured Data
Before the release of SQL 2008, there were two approaches of storing unstructured data. One approach was...
Read >
Author:
Jane Bennet
05th January 2010
There are still customers, who are on Great Plains Accounting for DOS, Windows or Macintosh, typically versions 9.5, 9.2, and earlier. When Great Plains Software encouraged its GPA customers to convert to Great Plains Dynamics at the end of 20th Century ...
Read >
Author:
akarasev
22nd December 2009
The main purpose of DBCC CHECKDB command in MS SQL is to check the integrity (logical and physical) of all the specified database objects. The command performs three operations (DBCC CHECKALLOC, DBCC CHECKTABLE, and DBCC CHECKCATALOG) to comprehensively r...
Read >
Author:
Naveen Kadian
11th December 2009
Almost all good DBMS (Database Management System) are built with some sort of metadata structure (data dictionary) and MS SQL is no exception. You can view the metadata either through the INFORMATION_SCHEMA views or varied system tables. Corruption in met...
Read >
Author:
Adishree Singh
10th December 2009
Data, such as, tables, views, etc in SQL Server database is stored in blocks of 8Kb known as Pages. The two ways in which these Pages can be organized are clustered and non-clustered tables. While in clustered table the pages are linked in a doubly-linked...
Read >
Author:
Naveen Kadian
08th December 2009
In SQL Server database, rows of a table are divided and stored into a series of partitions. These rows can either be saved in heap or B-tree structure. In heap tree structure, the table does not contain any Index and the forward row always points back to ...
Read >
Author:
Naveen Kadian
16th September 2009
Every kind of organization needs to maintain lots of significant data. To smoothly function, this data needs to
be managed appropriately. Proper data management is the very first step towards the organization's
progress. SQL Server helps in such e...
Read >
Author:
Sys Tools
12th September 2009
When building web sites, ASP and PHP are very popular languages. Here's my opinion on whether ASP or PHP is best
ASP v. PHP
Both ASP and PHP are languages used to build Dynamic Web sites that can interact with Databases and exchange information. ASP...
Read >
Author:
Lord Abnev Solutionfinders
07th September 2009
Most organizations, big and small, use SQL server largely. SQL Server is a RDBMS by Microsoft used worldwide due its scalability, performance. SQL is a language used by database management systems to manipulate data. SQL Server stores data in .MDF file fo...
Read >
Author:
Sys Tools
03rd September 2009
For efficient management of data of any organization, SQL (Structured Query Language) is very much useful. It lets the users query databases and get data information from previously formed databases. Many operations such as add, delete, modification of re...
Read >
Author:
Sys Tools
29th August 2009
Skygate Media high end website design New Canaan, CT has freshly developed a corporate identity that will be further enhanced dynamically on the web by introducing effective client interactive elements including high end website design and development, ma...
Read >
Author:
Keko
18th August 2009
We will try to base our notes on SB1 2007A version, which is the one for USA, however international SAP B1 users are welcome to read this article. We will only review out-of-the-box integration solutions: Data Transfer Workbench, if you would like to fami...
Read >
Author:
akarasev
15th August 2009
One of the great debates in the IT industry is what operating system is best for managed dedicated web hosting and other network applications - Linux or Windows? It's an argument that is easy to typecast, with Microsoft in the role of corporate minded evi...
Read >
Author:
Saumya Aggarwal