Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Drop column from temporary table
Abdu Rafeeq
13y
2.8k
1
Reply
How to drop column from temporary table ;;
i tried by this query ,but error message gives "Incorrect syntax near '@Temp"
my query is
alter table @Temp drop column id
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Query to show all stored procedure with their code
I need to rollback the particular transaction in sqlserver DB.