Viewing 15 posts - 1 through 15 (of 19 total)
Yes, the 2nd is what I have asked.
But the replace
DECLARE @String NVARCHAR(MAX) = N'Lorem DO ipsum BE dolor BO sit amet, consectetur adipiscing elit'
SELECT *
FROM dbo.STRING_SPLIT(REPLACE(REPLACE(REPLACE(@String,...
December 23, 2022 at 9:05 am
Hi folks,
Some words about this interesting function.
Now I call this function like this:
SELECT * FROM dbo.STRING_SPLIT(N'Lorem DO ipsum BE dolor BO sit amet, consectetur adipiscing elit', N'DO');
GO
But what to do...
December 22, 2022 at 9:54 am
Try SQLManager.net, it has free products, including
"EMS SQL Manager for PostgreSQL Freeware is a free database tool designed to help DBA effectively manage PostgreSQL environment. The program provides powerful capabilities...
August 19, 2019 at 7:39 am
Paul White (9/4/2009)
TheSQLGuru (9/4/2009)
select count(*) from #mytemptable 😀I'll add a :laugh: to that
no, it is impossible, try to find another way :w00t:
because I asked about tables # and...
September 4, 2009 at 8:37 am
How to count rows in # or ## table ?
Can described approaches be applied to temp tables?
September 4, 2009 at 7:55 am
michael.nathan.white (8/17/2009)
Thanks for chiming in. I actually worked out the details of the assembly for the website. I will post the steps later as I think others may want...
August 17, 2009 at 10:12 am
Hi Michael,
I am going to use irony-based query parser into webservice.
I do not see any problem to do it.
Regards,
Oleg.
August 17, 2009 at 2:19 am
In my opinon the great disadvantage of MS thesaurus implementaion is that sql server does not use forms of thesaurus words.
If user wants to have "full functional synonym" he should...
June 4, 2009 at 2:20 am
Hi,
thank you , it is great.
Regards.
November 18, 2008 at 12:22 am
Great script.
But need to correct it.
I have 20 databases on one server and 3 are offline for some special pruposes.
This script gives me error and does not work if one...
November 17, 2008 at 1:33 am
Hi Mike,
thank you for your answer.
Regards,
Oleg.
October 8, 2008 at 1:15 pm
marcosc (10/7/2008)
Actually, with Nautilus [/url]you can find a table just writing part of its name and once located you can find a record writing any word which is...
October 7, 2008 at 9:47 am
Steve Jones - Editor (10/7/2008)
Bit of a waste of time really.
That's fairly rude of you. The description of the article seems to fit and there are plenty of people...
October 7, 2008 at 8:47 am
Hi Mike,
very useful article, especially code - thank you.
I tested code and found one problem.
If I entered phrase:
president -aluminium
it wokrs fine.
If phrase is:
-aluminium president
it generates syntax error, phrase cannot...
October 7, 2008 at 2:16 am
Hi,
btw, check http://www.red-gate.com. Thay have tool for managing scripts applying to the many servers and databases.
I hope it can help you.
Regards.
January 3, 2008 at 9:58 am
Viewing 15 posts - 1 through 15 (of 19 total)