SQL Joblarında herhangi bir fail olursa..

SELECT  step_name, message
FROM    msdb.dbo.sysjobhistory
WHERE   instance_id > COALESCE((SELECT MAX(instance_id) FROM msdb.dbo.sysjobhistory
                                WHERE job_id = $(ESCAPE_SQUOTE(JOBID)) AND step_id = 0), 0)
        AND job_id = $(ESCAPE_SQUOTE(JOBID))
        AND run_status <> 1 -- success

 Continue Reading...

pfsense indirme dosyası anlamları

•   pfSense-2.0-RELEASE-1g-amd64-nanobsd.img.gz (1 GB’lık 64Bit ,Compact Flash kartlar için hazırlanmış image dosyası, VGA Kartı olmayanlar için)
•   pfSense-2.0-RELEASE-1g-amd64-nanobsd_vga.img.gz (1 GB’lık 64Bit, Compact Flash kartlar için hazırlanmış image dosyası, VGA Kartı olanlar için)
•   pfSense-2.0-RELEASE-1g-i386-nanobsd.img.gz (1 GB’lık 32Bit ,Compact Flash kartlar için hazırlanmış image dosyası, VGA Kartı olmayanlar için)
•   pfSense-2.0-RELEASE-1g-i386-nanobsd_vga.img.gz (1 GB’lık 32Bit, Compact Flash kartlar için hazırlanmış image dosyası, VGA Kartı olanlar için)
•   pfSense-2.0-RELEASE-2g-amd64-nanobsd.img.gz (2 GB’lık 64Bit ,Compact Flash kartlar için hazırlanmış image dosyası, VGA Kartı olmayanlar için)

Continue Reading…

Domain login olunurken şifreniz N gün sonra değiştirmeniz gerekiyor mesajını kapatma

Eğer 28 günde bir değişiyorsa, default ayarla gelen 14 günde bir şifrenizi değiştirmek ister misiniz diye bir uyarı geliyor.

Bunu kapatmak için gpo da:

Computer Configuration | Windows Settings | Security Settings | Local Policy| Security Options -> Interatice Logon: prompt user to change password before expiration ı 1 ya da 0 yapmanız yeterlidir.1 gün öncesi için 1 i seçebilirsiniz.

Skyrim Performans artışı

Cool, thanks – for right now I have it up at here. I’ll probably move it somewhere a bit better later. I added a readme with credits, the license, install instructions and a disclaimer.

Continue Reading…

Değişik saat dilimlerinde windows bağlantı

By default Terminal Server keeps track of time according to the time zone in which it has been configured, rather than on a per-user basis. This can be a problem when a user connects to a terminal server outside of the time zone in which the user is located because the local computer uses the time configured on the terminal server rather than the local time. If you are hosting time-sensitive applications on your terminal server or if you have processes in place that depend on the user’s current local time, such as financial systems and calendaring, you might want to enable the Allow Time Zone Redirection Group Policy setting. This policy is located in Windows Components/Terminal Services. With this setting enabled, Terminal Services uses the server base time on the terminal server and the client time zone information to calculate the time on the session.