Viewing 15 posts - 1,066 through 1,080 (of 8,760 total)
What is the desired output?
😎
There is no obvious relationship within the data sets, the best you could get from this is a Cartesian produce of the...
September 19, 2018 at 9:40 am
Thanks for the reply. Actually, SSMS just die. I use SQL Server 2008R2 and SSMS...
September 19, 2018 at 9:17 am
I was trying to make a query that gives me all the row...
September 19, 2018 at 8:45 am
SELECT DATEADD(DAY, 1, EOMONTH(@INDATETIME), -1))
Not sure if this performs any better...
September 17, 2018 at 12:20 pm
September 17, 2018 at 9:06 am
September 17, 2018 at 4:09 am
I have a QA team that work on a QA SQL Server but they...
September 17, 2018 at 3:15 am
September 17, 2018 at 3:13 am
Heh... agreed on the "declarative" issue but people get all frothy and puffed...
September 16, 2018 at 9:46 am
You can do this in a single select statement using simple aggregation. This is a much faster method if you are working with large data sets.
😎
September 16, 2018 at 1:32 am
September 16, 2018 at 1:12 am
September 12, 2018 at 11:51 pm
Viewing 15 posts - 1,066 through 1,080 (of 8,760 total)