Skip to content

Instantly share code, notes, and snippets.

@MarioBinder
Last active December 14, 2017 06:44
Show Gist options
  • Select an option

  • Save MarioBinder/c70ae393fd3fd41be37c6adfc67556a4 to your computer and use it in GitHub Desktop.

Select an option

Save MarioBinder/c70ae393fd3fd41be37c6adfc67556a4 to your computer and use it in GitHub Desktop.
replace in sql
-- replaced the first old characters with new signs
update [DATABASE].[dbo].[TABLE] set COLUMN = stuff(COLUMN, 1, 12, 'E:\Daten\LIVE\')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment