This is the important part of the document:
Before making any changes to the database, always create a full backup.
To increase this run the following command in a new SQL query:
alter table services
alter column path nvarchar(max)
This is the important part of the document:
Before making any changes to the database, always create a full backup.
To increase this run the following command in a new SQL query:
alter table services
alter column path nvarchar(max)