Siva Manasulla Sakthi – Tamil Movie Pics

Starring : Jeeva

Music: Yuvan Shankar Raja

                         The awaiting film  in Tamil Industry Siva Manasula Sakthi  has Jeeva and debutant Anuya (a student of Pune Film Institute) in the lead roles. Oorvasi, Santhanam and Gnanasambandhan are acting in this film.

                      Rajesh M. will wield the camera and the film Siva Mansula Sakthi will be produced by B. Srinivasan. Yuvan Shankar Raja’s music will drift throughout the film Siva Manasula Sakthi. Cinematography is by Sakthi Saravanan.

Expecting to release in Feb 14..

siva-manasula-sakthi-1

siva-manasula-sakthi-2siva-manasula-sakthi-3

siva-manasula-sakthi-7

siva-manasula-sakthi-8

Enjoy guys…

                                 :)  Life is to be happy n become happiest  :)

New DateTime Datatypes in SQL SERVER 2008

                        SQL Server 2008 has introduced a completely updated set of Date and Time data types which allows you to store Date and Time data separately or combined with variable precision settings. It allows you to record scientific readings at nano second level.

                        Following is the list of Date and Time data types available in SQL Server 2008

sql2008-datetime-types & sizes

Easy way to get the connection string of any installed DB Server:

Just simple steps to follow, 

  1. Create a new text / notepad file and save the file as  *.udl .
  2. It’s nothing but the Microsoft data link file.udl image
  3. Double click the .udl file, an Microsoft data link Property dialog opens, where u can see the Provider, Connection, Advanced tab pages in the dialog.
  4. In the Provider tab, select the appropriate provider to the Installed DB.
  5. In the Connection tab, provide the server name, user name with password, and the database name.
  6. Test your connection properties by clicking the Test Connection button.
  7. If the Test Succeeded, Just close the Data link dialog and open the udl file with notepad, where you can surprisingly see the full connection string.openwith
  8. Just copy and use it.

         happy programming…:)