Top "Sysobjects" questions

The SELECT permission was denied on the object 'sysobjects', database 'mssqlsystemresource', schema 'sys'

SETUP: SQL Server 2005 & DotNetNuke 05.01.02. This started with me trying to install a DNN Module that had "select * from dbo.…

sql sql-server permissions dotnetnuke sysobjects
Listing all indexes

I'm wondering what the simplest way to list all indexes for all tables in a database is. Should I call …

sql-server indexing metadata sysobjects
Identifying Sybase tables, fields, keys, constraints

I'm trying to set up a Sybase query that will give me the following output: Table KeyType KeyNumber Column table1 …

foreign-keys primary-key key sybase sysobjects
How to get Column value without knowing column name ? SQL Server

I have table name as @Table_Name I have column value as @Value but don't have the column name (but …

sql sql-server stored-procedures sysobjects
What is syncobj in SQL Server

When I run this script to search particular text in sys.columns and I get a lot of "dbo.syncobj_0…

sql sql-server database-replication sysobjects