Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
I have a table with BOX_PREFIX, BOX_NO, BOX_ID, COMMENTS fields. In the box_id field there are entries such as 'XY 123' AND 'XY123'. but not always 123.How do I replace all the 'XY123' with 'XY 123' where I do not know what the ending numbers are?Thanks,David