Archive

Archive for the ‘General’ Category

SQL Server Joins

January 18th, 2010

SQL Server joins are required to retrieve data from one or more tables to get a single result set. Joins are needed when Normalization enforced in design. When you normalize the data you be reducing redundancy in data by placing data in different tables and also you will be creating relationship between the tables. With the help of these relationship you will be retrieving the data using joins efficiently.

Read more…

VN:F [1.8.4_1055]
Rating: 0.0/5 (0 votes cast)
VN:F [1.8.4_1055]
Rating: 0 (from 0 votes)

Vidhya Sagar General, T-SQL , ,

Creating Linked server to SYBASE from SQL Server

December 5th, 2009

In this article we going to look into creating a heterogeneous linked server. i.e. We are going to create a linked server to SYBASE database server from SQL Server environment and then going to query data’s from Sybase. First step in heterogeneous linked server is to create a ODBC connection to that RDBMS platform. For creating ODBC connection we need the ODBC drivers for that RDBMS platform. In this case we need Sybase driver in client machine, this is not included in windows so you need to download it from Sybase Website. Lets discuss on this step by step

Read more…

VN:F [1.8.4_1055]
Rating: 3.0/5 (1 vote cast)
VN:F [1.8.4_1055]
Rating: +1 (from 1 vote)

Vidhya Sagar General ,

Configuring Data Compression – SQL Server 2008 – Part 4

November 28th, 2009

In this article we are going to configure Data compression in SQL Server 2008. Configuring data compression is very easy with just an couple of steps. The steps are below

  1. Estimate the Compression Ratio (Optional)
  2. Configure Data Compression

Read more…

VN:F [1.8.4_1055]
Rating: 0.0/5 (0 votes cast)
VN:F [1.8.4_1055]
Rating: +1 (from 1 vote)

Vidhya Sagar General

SQL Server 2008 R2 November CTP Released

November 10th, 2009

SQL Server 2008 R2 November CTP is released for Microsoft Technet Subscribers from 09th November 2009, the same will be available to public on 11th November 2009.

Read more…

VN:F [1.8.4_1055]
Rating: 0.0/5 (0 votes cast)
VN:F [1.8.4_1055]
Rating: 0 (from 0 votes)

Vidhya Sagar General

SQL-Articles Website Replenished with New Look

November 8th, 2009

I’m happy to announce you that today we have upgraded our main website to Content management system. Now we have more flexibility on posting articles. Some of the key features on new design

Read more…

VN:F [1.8.4_1055]
Rating: 0.0/5 (0 votes cast)
VN:F [1.8.4_1055]
Rating: 0 (from 0 votes)

Vidhya Sagar General