Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate: ROLLBACK Issue #147

Open
mbt1 opened this issue Jan 10, 2022 · 0 comments
Open

Investigate: ROLLBACK Issue #147

mbt1 opened this issue Jan 10, 2022 · 0 comments
Labels
info needed more information needed

Comments

@mbt1
Copy link
Collaborator

mbt1 commented Jan 10, 2022

Unclear what the issue is. This code was provided:

CREATE PROCEDURE Private_RenameObjectToUniqueNameTests.[teXst]
AS
BEGIN
  EXEC('CREATE PROCEDURE Private_RenameObjectToUniqueNameTests.aRenamedTestObject AS RETURN 0;');
	 EXEC sys.sp_addextendedproperty 
      @name = N'XX', 
      @value = 13, 
      @level0type = N'SCHEMA', @level0name = 'Private_RenameObjectToUniqueNameTests', 
      @level1type = N'TABLE',  @level1name = 'aRenamedTestObject';
END;

originally reported: Tue Feb 28 2012 14:26:37 GMT-0500 (EST)

@mbt1 mbt1 added the info needed more information needed label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info needed more information needed
Projects
None yet
Development

No branches or pull requests

1 participant