Sign in
All things Data Related....
On this site I will be posting entries related to Data platform and analytics that I learn and believe could be valuable learning to others who want insight from their data
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
azure
BI
big data
Business Intelligence
cloud
consolidation
Cumulative Updates
data warehousing
denali
hadoop
high availability
Master Data Services
pdw
PowerPivot
Reporting Services
sharepoint 2010
SQL Azure
SQL Server
SQL Server 2008
sql Server 2008 R2
sql server 2012
Sydney
Training
whitepaper
whitepapers
Archive
Archives
June 2013
(2)
May 2013
(3)
April 2013
(2)
March 2013
(3)
February 2013
(1)
December 2012
(1)
November 2012
(3)
October 2012
(2)
September 2012
(3)
August 2012
(5)
July 2012
(1)
June 2012
(1)
May 2012
(3)
April 2012
(2)
March 2012
(2)
February 2012
(2)
January 2012
(3)
December 2011
(4)
November 2011
(2)
October 2011
(3)
September 2011
(1)
August 2011
(4)
July 2011
(4)
June 2011
(5)
May 2011
(5)
April 2011
(2)
March 2011
(2)
February 2011
(2)
January 2011
(4)
December 2010
(2)
November 2010
(6)
October 2010
(5)
September 2010
(5)
August 2010
(4)
July 2010
(1)
June 2010
(10)
May 2010
(1)
April 2010
(6)
March 2010
(7)
February 2010
(3)
January 2010
(6)
December 2009
(4)
November 2009
(4)
October 2009
(5)
September 2009
(5)
August 2009
(5)
July 2009
(2)
June 2009
(4)
May 2009
(4)
April 2009
(6)
March 2009
(3)
February 2009
(1)
January 2009
(8)
December 2008
(6)
November 2008
(4)
October 2008
(3)
September 2008
(2)
August 2008
(1)
July 2008
(3)
June 2008
(3)
April 2008
(4)
March 2008
(5)
February 2008
(1)
January 2008
(1)
December 2007
(1)
November 2007
(3)
October 2007
(4)
September 2007
(5)
TechNet Blogs
>
All things Data Related....
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
All things Data Related....
SQL Server 2008 Transparent Database Encryption (TDE) Tip
Posted
over 5 years ago
by
Shashank Pawar
0
Comments
After enabling TDE take a backup of the transaction log, as the current transactions in the transactions logs do not get encrypted immediately.
All things Data Related....
Version 4 of SQL Server Migration Assistant Tools have been released
Posted
over 5 years ago
by
Shashank Pawar
1
Comments
If you are looking at conducting a migration to SQL Server from some other platforms (as you should be :)) then you need to look at the newly released Migration Assistant tools: Sybase New! Download SSMA 2005 for Sybase v4.0 - This release has many...
All things Data Related....
SQL Server 2008 Desktop Background and Screen Saver
Posted
over 5 years ago
by
Shashank Pawar
5
Comments
Download the attached "SQL Server 2008 ScreenSaver Setup.zip", it is highly recommended for all SQL DBA's.
All things Data Related....
Tools to help write best practice code to protect against SQL Injection attack
Posted
over 5 years ago
by
Shashank Pawar
0
Comments
The three tools that can help to detect and minimise the threat from SQL Injection attacks are: HP Scrawlr UrlScan version 3.0 Beta SQL Source Code Analysis Tool . For further information refer to the following security advisory note: ...
All things Data Related....
SQL Server 2008 Release Candidate 0 Releases on June 10
Posted
over 5 years ago
by
Shashank Pawar
0
Comments
SQL Server 2008 Release Candidate 0 becomes available for customers starting June 10th. Although no new major features are introduced, Release Candidate 0 is an update to Community Technology Preview (CTP) 6 and includes several fixes. For the first time...
All things Data Related....
SQL Server 2008 and Hyper-V Support
Posted
over 5 years ago
by
Shashank Pawar
2
Comments
As much as possible, I do not recommend virtualisation of SQL Server or any other RDBMS system, due to the impact on performance, and the availability of other alternatives such as multiple-instances. However following is documentation from RC0 of SQL...
All things Data Related....
In case you were wondering.....SQL Server 2008 Change Data Capture
Posted
over 5 years ago
by
Shashank Pawar
0
Comments
Today I just had a question from someone with regards to SQL Server Change Data Capture and database compatibility level. The questions was will CDC work with databases with compatibility level 80 or 90 on SQL Server 2008. And the answer is....... ...
All things Data Related....
Remix 08
Posted
over 5 years ago
by
Shashank Pawar
0
Comments
REMIX08 registrations are now open for Sydney, 20 May and Melbourne, 22 May. REMIX08 will be packed with demos, Customer presentations and how-to’s for Web Developers and Designers, building next generation experiences through Silverlight . This year...
All things Data Related....
SQL Server 2008 Compression feature and INSERTS
Posted
over 5 years ago
by
Shashank Pawar
1
Comments
If you a heap (table without indexes) configured for page-level compression, pages receive page-level compression only in the following ways: Data is inserted by using the BULK INSERT syntax Data is inserted using INSERT INTO... WITH (TABLOCK...
All things Data Related....
SQL Server 2008 Replication & Filestream
Posted
over 5 years ago
by
Shashank Pawar
1
Comments
Ever wondered whether filestream will be supported with replication? Well before I give the answer to that, let me just give you a brief background on FILESTREAM: Much of the data that is created every day is unstructured data, such as text documents...
All things Data Related....
New Releases by the SQL Server CAT Team
Posted
over 5 years ago
by
Shashank Pawar
1
Comments
The SQL Server Customer Advisory Team, Best Practices group just released four projects to CodePlex at https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=SQLSrvAnalysisSrvcs&ReleaseId=11950 These projects are: · SQL Server...
All things Data Related....
How to find Analysis Services Server Version
Posted
over 5 years ago
by
Shashank Pawar
1
Comments
The below was put together by a colleague at Microsoft - Olga Liakhovich, and this information can be useful to you folks out there who may be looking for ways to find out the version of Analysis Services you are running in your environment. Solutions...
All things Data Related....
TSQL New Features in SQL Server 2008
Posted
over 5 years ago
by
Shashank Pawar
0
Comments
Briefly, here are the new T-SQL programmability enhancements in SQL Server 2008: 1. Data Types a. New Date/time types (date, time, datetime2, datetimeoffset) b. New table types (i.e. CREATE TYPE myT AS table (a int, b varchar(100)) ) 2. SQL...
All things Data Related....
Not SQL Related - but been working on some BI things lately so I thought I would share
Posted
over 5 years ago
by
Shashank Pawar
0
Comments
PerformancePoint server virtual labs on TECHNET Learn how to create dashboards end to end and use different data sources. Select the labs with PerformancePoint in the title. Link to more detail: http://www.microsoft.com/events/series/ technetoffice...
All things Data Related....
Heroes Happen Here
Posted
over 5 years ago
by
Shashank Pawar
0
Comments
It has been a while since I have blogged something. This is because I have been involved with the Heroes Happen Here launch around Australia, well not really everywhere - at least Sydney and Perth - which is where I am writing this from. For more info...
All things Data Related....
Microsoft Visual Studio Team System 2008 Database Edition Power Tools
Posted
over 5 years ago
by
Shashank Pawar
1
Comments
In case you missed this. I just came to find out that we have recently released power tools for VSTS DB Edition 2008. http://www.microsoft.com/downloads/details.aspx?FamilyID=73ba5038-8e37-4c8e-812b-db14ede2c354&displaylang=en This release updates...
All things Data Related....
SQL Server 2008 Roadmap Clarification & Heroes Unite {2008} Event Details
Posted
over 5 years ago
by
Shashank Pawar
0
Comments
From - http://blogs.technet.com/dataplatforminsider/archive/2008/01/25/microsoft-sql-server-2008-roadmap-clarification.aspx "To continue in this spirit of open communication, we want to provide clarification on the roadmap for SQL Server 2008. Over...
All things Data Related....
SQL Server 2005 Post SP2 Cumulative Update 5 is released
Posted
over 6 years ago
by
Shashank Pawar
2
Comments
Today the Fifth Cum ulative Update (CU) for SQL Server 2005 SP2 released. This CU is not released as a public download but can be requested through Microsoft Support or submit an online request form here . Following is the link to the KB article...
All things Data Related....
One good reason to download and install November CTP of Katmai (especially lazy coders like me :))
Posted
over 6 years ago
by
Shashank Pawar
0
Comments
and.........this reason is the intelli sense capability over writing TSQL code, and yes it does work against your SQL Server 2005 database as well. So start using the SQL Server Management Studio from the November 2007 CTP of Katmai. As soon as you...
All things Data Related....
More Goodies on SQL Server 2008
Posted
over 6 years ago
by
Shashank Pawar
0
Comments
New Virtual Labs, Webcasts and Podcasts for SQL Server 2008 are available at the below link: http://www.microsoft.com/events/series/technetsqlserver2008.aspx?tab=overview Virtual Labs TechNet Virtual Lab: Administering Servers by Using Declarative...
All things Data Related....
SQL Server 2008 November CTP has released!!!
Posted
over 6 years ago
by
Shashank Pawar
0
Comments
Here is a direct link to the download on the Download Center. Yes, we have installers and media ISOs available. Along with x86, x64, and IA64 releases, we are also happy to present an Express version ! Start testing your application with SQL Server 2008...
All things Data Related....
Finally Got around to something about SQL Server 2008
Posted
over 6 years ago
by
Shashank Pawar
3
Comments
I had a chance to attend a talk by Senior SQL Server PM about SQL Server 2008, and following were some of the key takeaways: The key tenants in SQL Server 2008 are: Trusted - provide mechanisms to secure data (such as database encryption), ensure...
All things Data Related....
SQL Server 2005 Post SP2 Cumulative Updates
Posted
over 6 years ago
by
Shashank Pawar
0
Comments
The latest cumulative update for SQL Server 2005 post SP2 is: KB 939537 - Cumulative update package 3 for SQL Server 2005 Service Pack 2 - http://support.microsoft.com/kb/939537/en-us And for a regularly updated list of all the fixes for SQL Server...
All things Data Related....
Something not quite SQL Related
Posted
over 6 years ago
by
Shashank Pawar
0
Comments
Yesterday evening I attended the Sydney SQL Server SIG and at this meeting we had a special guest speaker from the USA - Mr Stephen Few. He presented about business intelligence from a data visualisation perspective. He talked about how BI solutions can...
All things Data Related....
Great Resource for SQL Server Related Information
Posted
over 6 years ago
by
Shashank Pawar
0
Comments
While surfing the web (as you do) I came across the following new site (at least I never visited it before). It is: http://www.sqlcommunity.com Seems to have some good material on it, so the next time you are looking for something regarding SQL...
Page 9 of 10 (230 items)
«
6
7
8
9
10