in

myITforum.com

This Blog

Syndication

News

What Video Game Character Are You? I am Kung Fu Master.
I am Kung Fu Master.

I like to be in control of myself. I dislike crowds, especially crowds containing people trying to kill me. Even though I always win, I prefer to avoid fights if possible.

What Video Game Character Are You?

Blogs I read

Rob Marshall @ MyItForum.com


... my god, it's full of stars

SQL query for Site servers and Site Systems

Thought I'd blog this as an Aide mémoire more than anything.

Determine which Site Systems are present in the Hierarchy

select distinct ServerName as SiteSystems from v_SystemResourceList where servername not in (select servername from v_site)

Notice that I'm referencing views and not tables here which is good practice when querying an SMS\ConfigMgr database.

Read the complete post at http://wmug.co.uk/blogs/r0b/archive/2011/03/31/sql-query-for-site-servers-and-site-systems.aspx

Copyright - www.myITforum.com, Inc. - 2010 All Rights reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems