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.
AskSQLTeam Ask SQLTeam Question
0 Posts
X002548 Not Just a Number
15586 Posts
DECLARE @x varchar(10),@y varchar(10),@z varchar(10) SELECT @x = '10/Apr',@y ='9/Apr', @z ='12/Apr' SELECT ISNULL('TRUE','FALSE') WHERE CONVERT(datetime,@x + '/1900') BETWEEN CONVERT(datetime,@y + '/1900') AND CONVERT(datetime,@z + '/1900')
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
Articles
Forums
Blogs
Contact Us
About the Site