TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pravin Ghadge
565
2.1k
586.7k
Cannot find the object "tblFin" because it does not exist
Oct 27 2017 12:26 AM
Hi,
I am writing very basic query.
The same query is executing properly in new database.
use Finance
alter table tblFin
Add ComPurpose Varchar(100);
Error:
Cannot find the object "tblFin" because it does not exist or you do not have permissions.
Note: If i manually try to create column by right clicking on Table and then from design option Add column, Column gets added properly.
Reply
Answers (
1
)
Please what's causing and solving of this error message
.Net core 2.0 publish