For full text search please use the '?' prefix. e.g. ? Onboarding
Select Data into Json
SELECT
TOP
(
1000
)
*
FROM
[
DataBase
]
.
[
schema
]
.
[
table
]
AS
t
FOR
JSON PATH
,
ROOT
(
'RootNode'
)
Reference:
Reference Docs