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.
snufse Constraint Violating Yak Guru
469 Posts
DECLARE @jde NUMERIC(6, 0)DECLARE @date as datetimeSET @jde = 110216set @date = DATEADD(DAY, @jde % 1000, DATEADD(YEAR, @jde / 1000, -1))
vaibhavktiwari83 Aged Yak Warrior
843 Posts
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site