Microsoft SQL Server 2005
Best Practices
System tables are off limit. You can access the corresponding views by placing a period after the "sys". Example:
select * from sys.objects