Skip to content

Instantly share code, notes, and snippets.

@vinadm
Created July 24, 2019 08:38
EXEC sp_rename 'v8users', 'v8users_old'
GO
UPDATE Params
SET FileName = 'users.usr_old'
WHERE FileName = 'users.usr'
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment