Forum
Bildirimler
Hepsini Temizle
System Center Yönetim Ailesi
2
Yazılar
2
Üyeler
0
Reactions
453
Görüntüleme
Konu başlatıcı
Merhaba
sccm 2012 kullanıyoruz. sql komutları ile rapor almak istiyorum. aşağıdaki komutu sql server management studio ile sorgulamak isiyorum
ama aşağıdaki atayı veriyor. acaba bu tablolar nerede bulunur
Msg 208, Level 16, State 1, Line 1
Invalid object name 'SMS_R_System'.
elect SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, SMS_R_System.LastLogonUserName from SMS_R_System inner join SMS_G_System_SoftwareProduct on SMS_G_System_SoftwareProduct.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareProduct.ProductName like "ofis%"
Gönderildi : 01/03/2016 15:06
Merhaba,
select * from SMS_R_System komutunu uyguladığınızda sonuç alabiliyor musunuz?
Gönderildi : 01/03/2016 17:19