SQL SERVER – Building Three-Part Name from OBJECT-ID – Database Name, Schema Name, TableName
Here is the question I recently received based on my earlier blog post – SQL SERVER – Get Schema Name from Object ID using OBJECT_SCHEMA_NAME. “How I get three part name if the only thing I have is object_id and current database context. What I mean is that, when I…
Read More
