RE: Rename table from stored procedure
From: Hermilson T (hertino_sql_at_hotmail.com.INVALID)
Date: 04/30/04
- Next message: BF: "exchange qn"
- Previous message: Dan Guzman: "Re: Rename table from stored procedure"
- In reply to: Tore Gylver: "Rename table from stored procedure"
- Next in thread: mark: "RE: Rename table from stored procedure"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Apr 2004 05:51:03 -0700
Hi, with this ..
Syntax Books On Line:
sp_rename [ @objname = ] 'object_name' ,
[ @newname = ] 'new_name'
[ , [ @objtype = ] 'object_type' ]
Recalls the permissions [sysAdmins, dbOwner] and that can change objects in the current database only.
Hermilson
Colombia
- Next message: BF: "exchange qn"
- Previous message: Dan Guzman: "Re: Rename table from stored procedure"
- In reply to: Tore Gylver: "Rename table from stored procedure"
- Next in thread: mark: "RE: Rename table from stored procedure"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|