Number2 Blog - myITforum
Sign in
|
Join
|
Help
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
add remove programs
add_remove_programs_64_data
Add_Remove_Programs_Data
aliases
batch scripting
BIGINT
bitwise and
byte conversion
case
CAST
CHARINDEX
clustered index seek
CM 2007
CM 2007 SP2
coalesce
configmgr
constraint
CSV
CTE
Dynamic SQL
execution plan
Export
GROUP BY
hardware inventory
index
indexes
inline function
inner join
INT
itemExtract
Microsoft Systems Management Server
Microsoft.XmlHttp
mif
multistatement table-valued function
ObjectType
optimization
order by
outlook
perfmon
performance tips
permissions
PIVOT
promisec
Query Performance
scalar-valued user defined function
SCCM
SCCM Guru
SCCM Guru Webcast
Schema
SCOM
shell scripting
SMS
sms 1.2
sms 2.0
SMS 2003
SMS 2003 SP2
SMS 2003 SP3
sms report
SMS Web Reports
smsschm_users
sorting
sp_recompile
SQL
SQL 2000
sql 2005
SQL 2008
SQL Reporting Services
Status Messages
SUBSTRING
system center configuration manager
table scan
Table size
table variable
TRUNCATE
UDF
udf_ConvertBytes
udf_ItemExtract
user defined function
user defined functions
v_add_remove_programs
v_GroupMap
v_GS_SoftwareFile
v_GS_SoftwareProduct
v_ProductFileInfo
v_SecuredObject
v_StatMsgAttributes
v_StatMsgInsStrings
v_StatusMessage
v_UserClassPermissions
vbscript
view
views
vSMS_Folders
web report
web reports
webreport
webreport_approle
wildcard
Winbatch
WQL
News
Navigation
Site Home
Home
Bloggers List
Forums
Blogs
Photos
Downloads
Donate
Archives
September 2011 (8)
August 2011 (4)
June 2011 (2)
January 2011 (1)
October 2010 (1)
January 2010 (1)
December 2009 (1)
November 2009 (2)
October 2009 (4)
September 2009 (1)
August 2009 (3)
July 2009 (5)
March 2009 (2)
January 2009 (1)
December 2008 (1)
October 2008 (4)
August 2008 (6)
July 2008 (1)
June 2008 (2)
May 2008 (3)
April 2008 (2)
March 2008 (4)
February 2008 (1)
January 2008 (4)
December 2007 (7)
November 2007 (9)
October 2007 (7)
Browse by Tags
All Tags
»
SMS
(
RSS
)
add remove programs
add_remove_programs_64_data
Add_Remove_Programs_Data
aliases
ANSI_NULLS
ANSI_WARNINGS
Audit
batch scripting
beautifier
BIGINT
BIT
bitwise and
BYTE
CAST
CHARINDEX
clustered index
clustered index scan
clustered index seek
CM 2007
Common Table Expressions
configmgr
constraint
CTE
delimited list
DISTINCT
Distributed Queries
DWTbl_CollectionMembers_Del
DWTbl_PatchStatusSummary_Del
DWTbl_SoftwareInventory_Del
DWTbl_System_Disc_Del
DWTbl_User_Disc_Del
DWTbl_User_Group_DISC_Del
execution plan
External data
FOR XML PATH
forums
functions
grant
grant execute
grant select
GROUP BY
Heterogeneous queries
index
index scan
index seek
indexes
inner join
INT
ip address
itemExtract
ITMU
join
left join
left outer join
LIKE
Microsoft Systems Management Server
order by
outlook
performance tips
PIVOT
Program Chaining
promisec
Query Performance
scalar-valued user defined function
SCCM
shell scripting
sms 1.2
sms 2.0
SMS 2003
SMS 2003 SP2
SMS 2003 SP3
sms report
SMS Web Reports
smsschm_users
sorting
sp_recompile
sp_refreshview
SQL
SQL 2000
sql 2005
SUBSTRING
table scan
Table size
temp table
TRUNCATE
UDF
udf_ItemExtract
udf_Split
UNC
user defined function
user defined functions
v_add_remove_programs
v_FullCollectionMembership
v_GS_SoftwareFile
v_GS_SoftwareProduct
v_ProductFileInfo
web report
web reports
webreport
webreport_approle
ConfigMgr/SMS - Query to enumerate the ProgramFlags (from v_Program)
by
jnelson
I know you've looked at the ProgramFlags field from v_Program and wondered what the heck those crazy numbers mean. Well, each bit (it's a 32-bit...
Filed under:
SMS
,
configmgr
,
ProgramFlags
,
v_Program
SMS/ConfigMgr - Refresh/Recompile Views to Keep MetaData in Sync
by
jnelson
THE ISSUE SMS & ConfigManager (Microsoft Systems Management Server & Microsoft System Center Configuration Manager) are wonderful at dealing with...
Filed under:
SCCM
,
SMS
,
sp_recompile
,
CM 2007
,
sp_refreshview
SMS 2003 - What do those C054 columns mean in reports? (Localized Name Lookup)
by
jnelson
If you look at certain pre-canned reports that come with SMS 2003, you'll notice some of them have wierd column names like C054, but show up in the...
Filed under:
SMS
,
SMS 2003
,
web reports
,
v_LocalizedNameLookup
SMS 2003 - Query to pull logged on user records from all sources
by
jnelson
I was trolling the forums lately on MyITForm.com and was reading some conversations about logged on user records. It made me think of all the sources where...
Filed under:
SQL
,
SMS
,
CTE
SMS/SCCM vs Promisec Spectator - Part 2 of 2 (The rebuttal)
by
jnelson
If you read my previous post on the blood-boiling comparison between SMS/SCCM & Promisec Spectator, you've likely developed all kinds of responses...
Filed under:
SCCM
,
SMS
,
promisec
SMS/SCCM vs Promisec Spectator - Part 1 of 2 (Their Comparison)
by
jnelson
If you're an SMS or SCCM guy and you want to get your blood boiling, just look at this writeup the people at Promisec created that compares SMS to...
Filed under:
SCCM
,
SMS
,
promisec
SMS/SCCM & Batch Files - Important notes on running .BAT files from UNC in SMS/SCCM
by
jnelson
THE PROBLEM When you run a .BAT file from a UNC path, the first thing you might notice is the warning about "UNC paths are not supported. Defaulting...
Filed under:
SCCM
,
SMS
,
shell scripting
,
batch scripting
,
UNC
SMS Web Report (SQL 2005+) - Show SMS program execution chaining hierarchy visually using CTE (Common Table Expressions) in SQL 2005+
by
jnelson
In response to a request on the forums, here's a SQL query that uses common table expressions (CTE) to visually return the program execution chain...
Filed under:
SMS
,
sql 2005
,
web reports
,
Program Chaining
,
CTE
,
Common Table Expressions
M@d Skillz - Use data outside the SMS DB in your SMS Web Reports
by
jnelson
OVERVIEW (note: this is written with SMS 2003 & SQL 2005 in mind because that's the environment I'm in right now, but I believe if the equivalent...
Filed under:
SMS
,
SMS 2003
,
web reports
,
ANSI_NULLS
,
ANSI_WARNINGS
,
External data
,
Linked Server
,
Heterogeneous queries
,
Distributed Queries
,
stored procedures
SMS 2003 Database - Where can I find things?
by
jnelson
Here is a list of common items that people want to query for and some locations they're found in the SMS database I'm basing this on SMS 2003,...
Filed under:
SMS
,
SMS 2003
,
SMS Web Reports
,
web reports
,
views
M@d Skillz - SMS Web Reports - Passing a delimited list to SMS Web Reports like a table - (also convert list to rows in SQL)
by
jnelson
BACKGROUND Pass multiple items into a single parameter? With SMS Web reports, there's a lot of power in being able to pass parameters to your report...
Filed under:
SMS
,
UDF
,
user defined functions
,
SMS 2003 SP3
,
SMS 2003
,
SMS 2003 SP2
,
Microsoft Systems Management Server
,
SMS Web Reports
,
web report
,
webreport
,
smsschm_users
,
webreport_approle
,
sql 2005
,
web reports
,
user defined function
,
sms report
,
sms 2.0
,
sms 1.2
,
list to rows
,
udf_Split
,
delimited list
,
list to table
,
list to column
UPDATE - SMS 2003 - Selecting from v_Add_Remove_Programs still slow, even after applying 939872
by
jnelson
I previously wrote an article talking about the slowness we were having even after applying 939872 --> HERE There are some additional things I'd...
Filed under:
SQL
,
SMS
,
SMS 2003
,
Add_Remove_Programs_Data
,
performance tips
,
scalar-valued user defined function
,
add remove programs
,
add_remove_programs_64_data
,
indexes
,
v_add_remove_programs
SMS 2003 - Selecting from v_Add_Remove_Programs still slow, even after applying 939872
by
jnelson
!!!! UPDATE !!!! WHEN YOU'RE DONE, THIS ARTICLE HAS BEEN UPDATED --> HERE PROBLEM I don't know if this is a function of the massive size of...
Filed under:
SQL
,
SMS
,
SMS 2003
,
Add_Remove_Programs_Data
,
performance tips
,
scalar-valued user defined function
,
add remove programs
,
add_remove_programs_64_data
,
indexes
,
v_add_remove_programs
SMS - #2's #1 suggestion - Learn to read/write WQL/SQL by hand
by
jnelson
My #1 suggestion after years of working with SMS/SQL/WQL and then coaching/mentoring/training people is that it REEEALLLY pays to know how to read/write...
Filed under:
SQL
,
SMS
,
SMS 2003
,
performance tips
,
aliases
,
WQL
,
beautifier
,
query desiger
,
sms 2.0
,
query builder
,
sms 1.2
SMS 2003 - ITMU Patch Data - Service Packs and other low severity patches show up multiple times
by
jnelson
SYMPTOMS You're trying to determine your patch compliance for the latest round of Microsoft patches, but you notice that if you include low severity...
Filed under:
SMS
,
SMS 2003
,
web reports
,
service packs
,
V_GS_PATCHSTATUSEX
,
v_GS_PATCHSTATEEX
,
patches
,
patch compliance
,
ITMU
More Posts
Next page »