Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 problem in datetime function

Author  Topic 

sqllover
Constraint Violating Yak Guru

338 Posts

Posted - 2007-02-06 : 03:10:56
hi, i got this function in the following link:

http://www.simple-talk.com/community/blogs/philfactor/archive/2006/03/26/710.aspx
i just copied the code and checked it gives sysntax error.so please how to use that function in my database,help me

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-02-06 : 03:15:41
Since you are using front end to display the data, why not doing the formatting in the front end ? You don't really need to do this in the T-SQL.


KH

Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2007-02-06 : 03:34:41
take a look at this excellent thread http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=76862 on WHY FRONT END !


KH

Go to Top of Page
   

- Advertisement -