Viewing 6 posts - 1 through 6 (of 6 total)
Thank you for the code Jeffery, that worked perfectly and thank you to everyone else for your input
April 8, 2021 at 12:40 pm
Jeff,
Thanks for the script to create the function but unfortunately I can not add it onto the server
Each row does have a PK, I just didn't add it to the...
April 7, 2021 at 5:46 pm
Unfortunately, I can not use DelimitedSplit8K as I can not add functions on the server and I keep getting "'string_split' is not a recognized built-in function name." when I try...
April 7, 2021 at 5:05 pm
Here is the code of the script.
create table #ACME (TreePath nvarchar(max))
insert into #ACME(TreePath)
values('ACME products,Outdoor Equipment,Outdoor Accessories,Outdoor Accessories Shelter')
insert into #ACME(TreePath)
values('ACME products,Outdoor Equipment,Outdoor Accessories,Outdoor Accessories Skin Care')
insert into...
April 6, 2021 at 7:41 pm
Standard week is Sunday to Monday.
My mistake, I'm trying to get the information to get the correct value that will place the results into a date table that I have,...
February 10, 2016 at 5:06 am
Viewing 6 posts - 1 through 6 (of 6 total)