Hi Abdullfattah,
There may be two reasons why you could not see those objects in your database. Those objects might be system objects or you don't have appropriate permissions on those objects. Therefore, I would recommend you check the following:
1) To check the system tables, views and functions, switch to related system object node in the Management Studio Object Explorer. Such as for system tables, you can go to < table > -< system table >
2) Connect to your database using a higher permission login account to see whether they exist under Management Studio Object Explorer, or just run some queries such as SELECT against those objects.
Hope this helps.
Best Regards,
Peja Tao
Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.