-
Recent Posts
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
Meta
Monthly Archives: August 2011
Walkthrough: Comparing the Schemas of a Database and Database Project – sample download
Comparing the Schemas of a Database and Database Project is a pretty good article to read and try but it does not provide any sample to play with. Download the sample project from http://skydrive.live.com.The sample file name is CompareProjectDB.rar. My … Continue reading
How to duplicate MS SQL Database
Watch the video below. How to duplicate MS SQL Database Resources: http://msdn.microsoft.com/en-us/library/ms188664.aspx
An unhandled exception (‘Unhandled Error in Silverlight Application Code:4004
The above error could be caused by one of the follow reasons. The database does not support user instance. For example, you are using Domain Service Class. An unhandled exception (‘Unhandled Error in Silverlight Application Code:4004 The video … Continue reading
Microsoft is the leader in Magic Quadrant for Business Intelligence Platforms
We can learn 3 things from this Gartner report. 1. Microsoft is one of the key players in Business Intelligence. 2. Jaspersoft is one of those that do well in a specific segment of the BI platform market such as … Continue reading
This function has none of the DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enable (you *might* want to use the less safe log_bin_trust_function_creators variable)
If your MySQL database has a binary field in it and you hit the above error while restoring from the dump like the one below. Issue the follow command in MySQL console. SET GLOBAL log_bin_trust_function_creators = 1;
Microsoft is in the leaders of Forrester Wave Enterprise Data Warehousing Platforms
There is 2 key points I realized here. 1. Microsoft still in leaders wave of Forrester Wave. 2. MySQL is not mentioned in Forrester Wave. Resources: The Forrester Wave™: Enterprise Data Warehousing Platforms, Q1 2011 Magic Quadrant for … Continue reading
Magic Quadrant for Data Warehouse Database Management Systems
There are 2 key points I noticed. 1. Will Microsoft catch up with Parallel Data Warehouse (PDW) and get back in leader area? 2. MySQL has dropped from the magic quadrant. MySQL fate is pretty much in the hand of … Continue reading
Connecting to SQL Server Express User Instances
If you have a connection like <addname=“ApplicationServices“connectionString=“data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true“providerName=“System.Data.SqlClient“ /> You might hit the error —————————————————————————— Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection … Continue reading
Migrate from MySQL to MSSQL using Microsoft SQL Server Migration Assistant for MySQL v1.0
Watch the video below. Migrate from MySQL to MSSQL using Microsoft SQL Server Migration Assistant for MySQL v1.0 Resources: Microsoft SQL Server Migration Assistant for MySQL v1.0
What is Microsoft Most Valuable Professional (MVP)?
What is MVP? How to become MVP? What is Microsoft Most Valuable Professional (MVP)? Recourses: https://mvp.support.microsoft.com/