­

Six self motivation tips

9/07/2012 04:49:00 PM
Six Self Motivation Tips to Give Yourself a Boost! You may already know that self improvement and motivation are important components to feeling successful and content.  However, just knowing that doesn't make it any easier to be motivated! If you feel that you're having trouble properly motivating yourself, these self motivation tips will get you moving. Not tomorrow, but today! Finding your motivation...

Read More...

Inspiring me

9/05/2012 11:33:00 AM
http://www.youtube.com/watch?v=ruYraeR7Dag&feature=related http://www.youtube.com/watch?v=ruYraeR7Dag&feature=related ...

Read More...

The difference between char,nchar,varchar, & nvarchar

9/05/2012 10:08:00 AM
char and varchar (Transact-SQL) Are string data types of either fixed length or variable length. char [ ( n ) ] Fixed-length, non-Unicode string data. n defines the string length and must be a value from 1 through 8,000. The storage size is n bytes. The ISO synonym for char is character. varchar [ ( n | max ) ] Variable-length, non-Unicode string...

Read More...