Click here to Skip to main content
15,886,840 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi friend i am geting stuck.
When i open my sql server i am able to connect database.
I can fire query and it works fine, but when i try to see list of table in below conncetion name, it does not show it to me.
Actually database is at remote location, so it is not localy stored.
What can we do? Please help me. Thanks.
Posted
Updated 26-Sep-12 4:06am
v3
Comments
Sandeep Mewara 26-Sep-12 10:05am    
You sure there are tables? Security permissions in place for the user to see the tables?
TorstenH. 26-Sep-12 10:05am    
I guess it's about the Server located database.
How do you send commands (queries) to the database? Is it with the SQL developer? or your app?
Ashraff Ali Wahab 3-Oct-12 11:23am    
can you query select * from ALL_TABLES and see whether you are able to see the table data.If not it is permission problem.
Varun Sareen 22-Oct-12 3:19am    
Check security settings/permissions

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900