Posts

SQL Server 2005 Reporting Services

I got some good URLs regarding SQL Server 2005 Reporting Services. Following are the URLs i found. Deploying Reporting Services - http://msdn.microsoft.com/en-us/library/ms159868(SQL.90).aspx Installing and Configuring SQL Server 2005 Reporting Services - http://weblogs.asp.net/akjoshi/archive/2008/06/06/Installing-and-configuring-sql-server-2005-reporting-services.aspx Service Account Configuration for Reporting Service - http://blogs.msdn.com/williaml/archive/2006/10/21/service-account-configuration-for-reporting-service.aspx I hope these will help u one day.

KL Tour 2

Once again i got a chance to visit KL Malaysia. I will keep update with the details of the tour.

Way to retrieve SQL server version information

Do you want to get the extract version of the SQL server you have installed in your machine with the service packs? Try this on query window. SELECT @ @VERSION or for SQL Server 2000 and above the following is easier to parse SELECT SERVERPROPERTY ( 'productversion' ), SERVERPROPERTY ( 'productlevel' ), SERVERPROPERTY ( 'edition' ) Cheers.

Sydney Austalia Client site visit

Hey every one. After long silence i'm going to write something different regarding lifestyle. This is my first post i'm writing when i'm out of the country. Recently i got a chance to visit Sydney which is the largest city in Australia. This is a really good experience for me and this is the first time I'm directly working with the client. Here the ppl are really busy. When traveling most of them waring earphones and listing to music. Most of the have iPods which are really expensive in SL but for these ppl it not that expensive. The place i'm working now is the worlds largest & most popular burger company's Australian Head office located in Thornleigh Sydney. I came here to deploy a software developed by our company to deploy here and give knowledge transfer to ppl here. I went to the Sydney city twice as of now and today also i'm hoping to go there. I met few really good Sri lanken ppl here. They help me a lot. For these few days i'm here i ...

Arogya Parama Laba !

This post is all about to tell every one that maintaing good health will give everyone a joyful life. Last few week i experienced such situation. So i thought of posting some links that will help when maintaining good health habits http://healthhabits.wordpress.com/ http://www.webmd.com/balance/features/13-healthy-habits-to-improve-your-life

Issue with WCF service with WsHttpBinding hosted on windows service.

Image
last few weeks our team faced a strange issue with WCF service with WsHttpBinding hosted on windows service. This windows service worked fine when just after installing and even when restrings the service. But when we restart the machine it hangs forever (windows never boots) in Windows 2003 R2 but in windows 2003 standard edition the service stops when restart. After doing hundreds of testing we found that HTTP services require HTTP.sys to be loaded before starting the service. We added HTTPFilter service as a dependency to our windows service using the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\. It worked <:-p .HTTPFilter service depends on HTTP and it loads HTTP.sys at the startup time. Following displays the way to add the regitry key to service called MyService. Here you can see the newly added Multistring key called DependOnService and it's value HTTPFilter. After adding the registry key, in the service properties you can see the added filter...

Sri Lanka becoming a country of IT geeks???

Found some interesting links that proves "Sri Lanka becoming a country of IT geeks?" University of Moratuwa GREATE JOB !! Keep going... http://google-opensource.blogspot.com/2008/05/this-weeks-top-10s-universities-for.html http://google-opensource.blogspot.com/2008/04/two-top-10s-for-google-summer-of-code.html