1,582 reputation
514
bio website
location Boulder, CO
age 39
visits member for 3 years, 4 months
seen 14 hours ago
stats profile views 66

Mar
11
answered SQL COUNT of COUNT
Mar
10
comment SQL Query to check ALL days exist between a date range
Then this could be answered by this other stackoverflow question: stackoverflow.com/questions/1025688/…
Mar
2
comment Recursive Query - Only select nodes where leaf nodes represent active data
Kyle, if you have a leaf node that meet the requirement in a level 6, do you want to show the the 5 departments above that node?
Mar
2
revised Recursive Query - Only select nodes where leaf nodes represent active data
added 201 characters in body; deleted 96 characters in body
Mar
2
revised Recursive Query - Only select nodes where leaf nodes represent active data
added 131 characters in body
Mar
2
answered Recursive Query - Only select nodes where leaf nodes represent active data
Mar
1
comment SQL 2008 SP - Deadlock cause or red herring?
The select statements also create locks. Probably step 1 and 3 are fighting for the same records in both threads.
Mar
1
revised Should I save .pdf documents to the database or a folder that need to be searched
edited body
Mar
1
answered Should I save .pdf documents to the database or a folder that need to be searched
Feb
26
answered return parent and child data using FOR XML in a stored proc
Feb
24
answered Can I use the sub-query in the FROM in T-SQL?
Feb
24
comment SQL Server paging error
Are you sure that the query is not returning any values?
Feb
24
comment SQL Server paging error
Glad I could help! You are very welcome!
Feb
24
comment SQL Server paging error
Sorry, I corrected my answer. The ") A" should go before the where.
Feb
24
revised SQL Server paging error
deleted 390 characters in body; added 2 characters in body; added 33 characters in body; added 1 characters in body
Feb
24
comment SQL Server paging error
I corrected the first piece of code. I missed the name of the subquery so I added ) A and A.IMAGESID instead of I.IMAGESID in the order by.
Feb
24
revised SQL Server paging error
added 2 characters in body; added 44 characters in body
Feb
24
answered SQL Server paging error
Feb
23
revised Basic differences between Oracle and SQL Server?
deleted 7 characters in body
Feb
23
answered Basic differences between Oracle and SQL Server?