Skip to content

Instantly share code, notes, and snippets.

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