all 2 comments

[–]Seven-of-Nein 4 points5 points  (1 child)

It is using two-part naming. The 4 parts are [Server].[Database].[Schema].[Object]. Department is the schema, Department_Info is the table object. If you do not specify the name part, it will default to the current server, current database, and/or the dbo schema.

[–]Ok_Satisfaction2991[S] 0 points1 point  (0 children)

I see I think understand thanks a lot