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]
Vidhya Sagar General, T-SQL join, joins, select
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]
Vidhya Sagar General Administration, Linked Server
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
- Estimate the Compression Ratio (Optional)
- Configure Data Compression
Read more…
VN:F [1.8.4_1055]
Rating: 0.0/5 (0 votes cast)
VN:F [1.8.4_1055]
Vidhya Sagar General compression
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]
Vidhya Sagar General SQL Server Pre Release
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]
Vidhya Sagar General Personal