You're new here, aren't you?
NetworkedBlogs allows you to stay up to date with blogs you love.
Click the Follow button to follow updates from this blog.
SQL Function to Concatenate DateTime
Today I bring to you a useful SQL function to get a string like YYYYMMDDHHMMSS (example for 30-10-2009 20:01:01 will be 20091030200101).
Use YourDatabase
Create function [dbo].[F_Datetime]()
returns varchar(50)
as
begin
d
Not enough data.
Calculated for blogs with 20+ followers.
- Lars-UT
technology, sql, windows
- Left Outer Join
SQL, GEEK, TECH
- Contagious Curiosity
SQL, BI, Developer
- Bugsplat
software development, SQL, .NET
- AppDev Edge
C#, SQL, .NET
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.