8,082 reputation
1524
bio website
location Denmark
age 45
visits member for 1 year, 11 months
seen 6 hours ago
stats profile views 605

1d
revised TSQL - Get Data grouped by row number
added 80 characters in body
1d
answered TSQL - Get Data grouped by row number
May
13
comment Dynamically create ranges from numeric sequences
I prefer the other solution, it avoids recursion making it perform faster and will not fail at 100 recursions (this part is easy to fix)
May
13
comment Dynamically create ranges from numeric sequences
your query fails to give the expected result on this test data ('3',300),('3',350),('3',351),('3',353),('3',352)
May
13
comment Get specific nodes path from root tsql
did my answer solve your problem ?
May
12
comment SQL where Date from today minus and plus days
Curdate is mysql
May
6
revised split string in tsql from column
deleted 14 characters in body
May
6
revised split string in tsql from column
added 16 characters in body
May
6
revised split string in tsql from column
added 18 characters in body
May
6
answered split string in tsql from column
May
6
answered Get specific nodes path from root tsql
May
3
comment Getting week number off a date in MS SQL Server 2005?
@Quandary yes I have, but sql-server 2005 has not
Apr
10
awarded  sql-server-2005
Apr
9
awarded  tsql
Apr
8
awarded  Nice Answer
Mar
22
answered Get date of every second tuesday of a month
Mar
15
awarded  Popular Question
Mar
12
revised T-SQL calculating average time
added 222 characters in body
Mar
4
revised Case Statement with Datediff and DatePart
added 6 characters in body
Mar
4
answered Case Statement with Datediff and DatePart