May 8, 2023 at 10:42 am
Msg 8144, Level 16, State 3, Line 37 Procedure or function string_split has too many arguments specified.
Completion time: 2023-05-08T15:45:39.2855074+05:30
What version of SQL are you using?
May 8, 2023 at 11:23 am
Msg 8144, Level 16, State 3, Line 38
Procedure or function string_split has too many arguments specified.
Completion time: 2023-05-08T16:53:02.0901322+05:30
May 8, 2023 at 11:56 am
Msg 8144, Level 16, State 3, Line 38 Procedure or function string_split has too many arguments specified.
Completion time: 2023-05-08T16:53:02.0901322+05:30
Please run this code and paste the results. Please replace 'Your-Database-Name' with the actual name of the database you're targeting.
SELECT compatibility_level, @@version sql_rtm
FROM sys.databases
WHERE name = N'Your-Database-Name';
Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können
Viewing 3 posts - 16 through 18 (of 18 total)
You must be logged in to reply to this topic. Login to reply