Monthly Archives: July 2009

Enable SQL Server 2008 login (sa) in Express Edition

After  installing Visual Studio 2010 with SQL Server Express 2008 in Windows 7, then you might face the problem that I am facing now, cannot install SQL Management Studio 2008 to the Windows 7 machine and you wish to remotely … Continue reading

Posted in Uncategorized | 2 Comments

Simple C# Even or Odd Function for SQLCLR

One day, I mentioned about writing C# program and run it in SQL Server 2008. My colleagues reaction was like “HOW?!!” Let me demo a simple SQLCLR Function to determine the number pass in is even or odd. 1.       Start Visual … Continue reading

Posted in .Net | Leave a comment