Hi
I use Microsoft SQL server management studio 2008
i would like to get the current date in my column
i have written like
insert into mytable (EntryDate) values (2014-08-26);
it gives output like 1900-05-25 instead of current date (the date which i entered)
I must see the current date...please help what should i write instead of 2014-08-26
Go to the complete details ...