MSSQL Date Style / Format

I'm looking to return a date format of DD:MM:YY in query analyzer and I keep getting the same format (YYYY:MM:DD)..

Here is my query: select convert(smalldatetime, getdate(), 1)

I also tried all the other style codes (101, 121, 111, 11, 12, etc.. ) Nothing seems to work!

What is the use of n-tier architecture and 3-tier architecture?

how to implement 3-tier architecture in asp.net using c#. 3-Tier architecture is also called layered architecture. Some people called it ...