wom-worthly.com In a few words, this blog is about …

Ng Wai Mun   Must not of how to increase the no. of followers instead, work to please my existing crowds. - 8 hours ago    

MS SQL Databases supported by NHibernate.

SQL Server 2005 and 2000 are the primary databases used by the developers of NHibernate.

Configuration example:

<?xml version=”1.0″ ?>
<hibernate-configuration xmlns=”urn:nhibernate-configuration-2.2″ >
<session-factory>
<property name=”connection.provider”>NHibernate.Connection.DriverConnectionProvider</property>
<property name=”dialect”>NHibernate.Dialect.MsSql2005Dialect</property>
<property name=”connection.driver_class”>NHibernate.Driver.SqlClientDriver</property>
<property name=”connection.connection_string”>Server=(local);Initial Catalog=dbname;User Id=user;Password=********</property>
</session-factory>
</hibernate-configuration>

For SQL Server 2000, change the dialect to NHibernate.Dialect.MsSql2000Dialect.


Free Domains Giveaway.

Thank you for visiting my blog. Traffic has been increasing steadily. Now it’s time to treat my readers with something that you might like. Free domains!

I will be giving away one domain of mine to twenty one lucky readers who participate in this free domains giveaway. That’s right! A total of twenty one domains has to be given out to my readers!

How to participate?

  1. Subscribe to my rss feed via email for a chance to win.
  2. Leave a comment with the email you subscribed earlier to double your chances.
  3. Blog about this free domain giveaway to triple your winning chances.

The closing date for this giveaway is on 30th November 2008. The winners will be randomly selected and announced here on 1 Dec 2008. Subscribe to my rss feeds today, so you don’t miss out a thing!


I passed my oDesk Online Skill Assessment Test!

I passed the oDesk Online Skill Assessment Test recently. Happy to hold the first place in the oDesk Readiness Test for Independent Contractors and Company Managers!


Error 18452 - Login failed for user ‘username’. Reason: Not associated with a trusted SQL Server connection.

Connection failed:

SQL Server Error: Error 18452

[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user ‘username’. Reason: Not associated with a trusted SQL Server connection.
SQL Server is not set to use both SQL Server and Windows Authentication Mode.

To resolve this issue, follow the instructions to set User Authentication.

SQL Server 2000:

  1. Go to Start > Programs > Microsoft SQL Server > Enterprise Manager.
  2. Right-click the Server name, select Properties > Security.
  3. Under Authentication, select SQL Server and Windows.

SQL Server 2005:

  1. Go to Start > Programs > Microsoft SQL Server 2005 > SQL Server Management Studio.
  2. Right-click the Server name, select Properties > Security.
  3. Under Server Authentication, select SQL Server and Windows Authentication Mode.

The server must be stopped and re-started before this will take effect


I passed my ITIL V3 Foundation exam!

I passed my ITIL V3 Foundation exam on Tues!
Quite happy with my 92% score. 


    Excel Worksheet to Calculate your PMP hours.

    I am targeting to get my Project Management Professional (PMP®) certification this year. I have completed the 35 contact hours of classroom training on project management with Global Knowledge. I have a bachelor’s degree and clocked more than 4,500 hours of PM experience.

    The tedious part of the whole application process is to fill in the details of the 4,500hrs of PM experience. This will take quite awhile to fill in the details of each project and break down it further to hours in the 5 process groups.

    So I did a simple Excel Worksheet to help me calculate my PMP hours before I start filling in the application forms. Click here to download a copy.


    Posted
    12 October 2008 @ 3pm

    Tagged
    Free

    No Comments Yet

    Bookmark
    • Digg
    • Reddit
    • StumbleUpon
    • del.icio.us
    • Facebook
    • Google

    Transformer Ringtone.

    Click here to download the ringtone.


    Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!