Search Results

0
votes

Fastest way to check date range…

I think this T-SQL is equivalent to the code you have: -- set time portion of @DateStart back to midnight SET @DateStart = CONVERT(DATETIME,CONVERT(VARCHAR(10),@DateStart,20),20) …
0
votes

Sql Server query syntax

You've already got a variety of answers, some of them more useful than others. But to answer your question directly: No, SQL Server will not allow you to reference the column alias (define …