We have a SQL 2012 instance with a linked server to Unisys schema. DBA's have 2 logins, an elevated privilege and standard login. On our development environment, both logins are sysadmins. However, only the elevated login will return
results when running sp_tables_ex against the Unisys linked server. The standard login will kick off the procedure and then the procedure never stops running. We know the linked server works because we can query it successfully but we cannot list
the schema objects in object explorer or using the sp_tables_ex procedure. Has anyone encountered this behavior before? Any help is appreciated.
↧