Geeks With Blogs
Rasyadi's Blog being a good citizen November 2005 Entries
Today is Saturday and I'm working on this day.
I'm using the RSS Feeder .NET (http://rssfeederdotnet.sou... to post this entry. I'm working on our new error tracking features that planned to be incorporated in our client application, so that we can know whether our customers are happy or not using our application. Its similar like Windows Error Reporting Services or Office Error reporting. Event this RSS Feeder also incorporated with error reporting to send each exception to their tracking system at sourceforge. We're going to implement ......

Posted On Friday, November 25, 2005 1:41 PM

Enable CLR in SQL Server 2005
I am just started my journey in SQL Server 2005, and for a while I'm stuck because CLR is disable by default in my SQL Server 2005. Then I found this in google to enable CLR in SQL Server 2005: EXEC sp_configure 'show advanced options' , '1'; go reconfigure; go EXEC sp_configure 'clr enabled' , '1' go reconfigure; -- Turn advanced options back off EXEC sp_configure 'show advanced options' , '1'; go From here, we can create User Define Types (UDF), User Define Function (UDF), Table value Functions ......

Posted On Friday, November 18, 2005 8:55 AM

Tomorrow is the VS2005 Launch here in KL
I will attend the launching tomorrow. But I'm not really interested on the agenda (http://www.microsoft.com/m... seems like the old things and there are thousand of resources available on the Internet since the early Beta release of VS2005. I found that currently, its easier for new developer to learn developing software using .NET technologies. Visual Studio Express (http://msdn.microsoft.com/... is a great resource for beginners. And for ......

Posted On Monday, November 14, 2005 6:17 AM

Copyright © Rasyadi | Powered by: GeeksWithBlogs.net | Join free