Viewing 15 posts - 1,216 through 1,230 (of 5,111 total)
March 25, 2019 at 9:45 am
March 24, 2019 at 8:31 am
You can use LAG to check the value of the previous row within a CASE expression and show the comment as needed:
March 22, 2019 at 6:34 am
Could you provide us with some sample data and what the results you are after look like?
March 22, 2019 at 5:57 am
March 19, 2019 at 6:58 am
March 19, 2019 at 2:56 am
March 15, 2019 at 11:06 am
March 15, 2019 at 10:26 am
Guessing a bit here, but wouldn't that be easier to do in your SQL? This is pseudo--SQL but you could have something like this that would give you this information:
March 15, 2019 at 9:11 am
Steve seems to be on the money here. The error is telling you to look at the resultset property, not the parameters. I suspect you currently have it set to...
March 13, 2019 at 3:07 pm
March 13, 2019 at 2:50 pm
Out of interest, has anyone tried setting up LDAP authentication on SQL Server 2019 Preview yet? No documentation on it, so not sure where to start. Was hoping is might...
March 13, 2019 at 9:34 am
If that Google translate is to be relied on, your statement about changing the format of your dates is a little confusing. You don't store the format of a date...
March 10, 2019 at 5:54 am
You won't be able to do this is SQL itself. It the formatting (and font?) are really that important you'll need to use a different tool like SSRS. You'll then...
March 2, 2019 at 4:40 am
Viewing 15 posts - 1,216 through 1,230 (of 5,111 total)