Note to self: If UI doesn't work, there's always command prompt. http://support.microsoft.com/kb/222444
Have you ever be given a task to use SQL Server T-SQL to find out the date value of next day, at 00 hour? Say, now is '2007-10-26 13:30:50', and you need to get a '2007-10-27 00:00:00'? Naturally, I think most of us will do something like this: declare...