Hosting Feature of SQL Server
If you are an SQL Server developer or database administrator, you might be inclined to use the new Common Language Runtime (CLR) hosting feature to write stored procedures in C# or Visual Basic .NET (or establish a company policy forbidding its use) without knowing how it works. But you should care. SQL Server is an [...]
What Do You Understand of PostgreSQL?
Let’s start discussing about postgresql today. I know many of you are not yet familiar with this powerful database. So what exactly is postgresql? PostgreSQL is widely considered to be the most advanced open source database system in the world. PostgreSQL is an Object-Relational Database Management System (ORDBMS) that has been developed in various forms [...]
Installing PostgreSQL Database in Your Server
PostgreSQL does not require the extensive use of disk resources. In fact, in comparison to products such as Oracle, PostgreSQL could be considered fat free. However, PostgreSQL is a database, and as with any database, the requirements will grow as you continue to use PostgreSQL. On an average Linux machine, you will need approximately 50 [...]
Impressive Features of PostgreSQL Database
PostgreSQL is widely considered the most advanced open source database in the world. PostgreSQL provides a wealth of features that are usually only found in commercial databases such as DB2 or Oracle. The following is a brief listing of some of these core features, as of PostgreSQL 7.1.x. Object-Relational DBMS PostgreSQL approaches data with an [...]