Viewing 15 posts - 1,186 through 1,200 (of 5,111 total)
STUFF is really handy for things like this:
STUFF(Mobile,1,1,'')
That will remove the first character of the from the column Mobile. The function is very commonly used when creating...
April 2, 2019 at 7:26 pm
I've changed it to the upper bound of the software, so you now have 190 years to edit posts.
Awesome. I'll give it a try. Thanks, Dave....
April 2, 2019 at 6:22 pm
INSERT not being able to reference tables in the FROM clause is documented (OUTPUT Clause (Transact-SQL) - Arguments):
from_table_name
Is a column prefix that specifies a table included in the FROM...
April 2, 2019 at 2:14 pm
What would you expect to happen if you had a single file with a size of 8MB or more? Could that happen? if so, how would you expect to split...
April 2, 2019 at 12:00 pm
I can't replicate your problem db<>fiddle. Could you post us some sample formatted DDL and DML so help us replicate the problem, and explain what the results you're after...
April 2, 2019 at 11:46 am
Title says it all here, but when quoting a post with line breaks in, the line breaks are lost. This actually can easily make the previous quote an unreablemess,...
April 2, 2019 at 11:11 am
Hi Chris Thank you for your reply. But I have an issue. Your suggestion works if i the local variable values are null. But in the actual job they...
April 2, 2019 at 10:46 am
Does that SQL work? I suspect it doesn't, as context (ironically) has no context in the 2 lines below:
SET @projectId = '' + context.projectId + '';
SET @version...
April 2, 2019 at 8:31 am
It's something that has been coming for a a while , but they put an announcement up last week: SQLServerCentral v3 coming tomorrow. If you note any problems, best...
April 2, 2019 at 8:16 am
For pasting in images, where did you try this? Was this in the article editor? That was working, but I’ve filed a bug for that.
No, that was in the...
April 2, 2019 at 8:03 am
2373715 wrote:
This “little” problem is also the likely reason why about 80% of all my briefcase listings are now gone. They really need to fix this...
April 1, 2019 at 3:31 pm
Ugh…how many links all over the interwebs are there to the DelimitedSplit8K article? Or any of the other articles. Not sure why some are still valid and others aren’t.
I...
April 1, 2019 at 3:03 pm
Now all everyone has to do is fix the links in their signature line.
Was honestly hopeful that the address for the old articles would be...
April 1, 2019 at 2:08 pm
Something I did purely out of habit (from Stack Overflow/GitHub), but was surprised to find out to worked is backtick quoting (`) works on the site as well. So if...
April 1, 2019 at 1:27 pm
From the article:
<hr class="d4pbbc-hr" />
Don’t believe much of what you read today. Keep your head down and focus on code that you know is true.
Great prank, Steve. To...
April 1, 2019 at 1:18 pm
Viewing 15 posts - 1,186 through 1,200 (of 5,111 total)