Viewing 15 posts - 2,176 through 2,190 (of 5,109 total)
April 11, 2018 at 2:05 am
My calculation wont hit that error, as i just wrote... i wont...
April 11, 2018 at 1:46 am
The error says there may be errors before that one; could you provide those too please, or confirm there are none (I doubt there won't be).
April 10, 2018 at 12:45 pm
April 10, 2018 at 10:15 am
On a different nit-pick to what has already been discussed, it's helpful to post your code as text, not as an image. Other users can't highlight the text within your...
April 9, 2018 at 5:32 am
It isn't simply that your intellisense hasn't updated is it? I can't appear to replicate your issue on SQL Server 2012; if i use the User created with the Login...
April 9, 2018 at 3:59 am
I assume you mean the AD Logins on your SQL Server and not from your Domain controller (if the latter, you're on the wrong website)? What about the users affiliated...
April 9, 2018 at 2:10 am
I suppose, if you're going to have more hcolumns than you've let on, you could do something like this:
DECLARE @category sysname = 'lamp';
DECLARE @sql nvarchar(MAX);
April 6, 2018 at 7:06 am
Is this not just a case of...?
DECLARE @category VARCHAR(50);
SET @category='lamp';
IF @category = 'lamp' BEGIN
SELECT id,
[name],
April 6, 2018 at 6:04 am
April 5, 2018 at 11:27 am
April 5, 2018 at 9:35 am
So, with the extra sample data uncommented, what output are you expecting? Could you explain the logic behind it?
Thanks.
April 5, 2018 at 7:53 am
April 4, 2018 at 10:04 am
You should know by now that you need to post consumable sample data and expected results. I'm sure there's a way, yes, but help us help you. When you post...
April 4, 2018 at 9:21 am
Viewing 15 posts - 2,176 through 2,190 (of 5,109 total)