What is Data Quality Services(DQS)
DQS is a new feature in SQL Server "Denali" that provides us with a knowledge-driven data cleansing solution.
We deal with data and there is a high possibility that the data will be incorrect;may be the user has enter wrong data, the data transmission is corrupted etc. Also integrating those inconsistent data from various sources is also a problem and time consuming that will affect the business and the worst...
Data Quality Services(DQS)
- Posted by Prakash chheatry
- 10:24 PM
- 0 comments
- Labels: No labels
Read more »
Top Ten Feature Of Denali 'SQL Server 2012'
- Posted by Prakash chheatry
- 10:20 PM
- 0 comments
- Labels: No labels
• SQL Server Developer Tools—One of the most obvious improvements in SQL Server Denali is the new development environment, SQL Server Developer Tools, coded-named Juneau. Juneau uses the Windows Presentation Foundation (WPF)–based Visual Studio 2010 shell, and it unifies development for Business Intelligence Development Studio (BIDS) and Visual Studio. One goal for Juneau is to make the development environment consistent for both SQL Azure and the...
Page Restore and Tail Log
- Posted by Prakash chheatry
- 10:15 PM
- 0 comments
- Labels: No labels
Here's an interesting scenario that cropped up today. You have a database on a RAID array that failed and has zero'd out a page. How can you get the data back?
There are two ways to do it, depending on the database recovery model and version of SQL Server - single-page restore or manual insert/select - both of which rely on you having a backup of the database. You can use single-page restore if you're on SQL Server 2008 and the database is in Full...