Forum
Bildirimler
Hepsini Temizle
ERP MRP Yazılım Programları
1
Yazılar
1
Üyeler
0
Reactions
477
Görüntüleme
Konu başlatıcı
Winner datasının bulunduğu server SQL2008 geçtiğinde Halojen veya diyer serverlardan gelen job (zamanlanmış görevler) de xp_cmdshell SQL2008 kurulumunda disable olduğu için hata alabilirisniz.
Bu durumda Xp_cmdshell servisi enable komuta getirin bunun için aşagıdaki komutu kullanabilirsiniz.
-- To allow advanced options to be changed.
EXEC sp_configure 'show advanced options', 1
GO
-- To update the currently configured value for advanced options.
RECONFIGURE
GO
-- To enable the feature.
EXEC sp_configure 'xp_cmdshell', 1
GO
-- To update the currently configured value for this feature.
RECONFIGURE
GO
Gönderildi : 27/10/2009 19:12