This post present code to configure default configuration parameters for each new LOGIN created in the server instance. The code configures parameters like: default database, default language, password will not expire, and password policy will not be checked. The solution presented here is based on using DDL TRIGGER ON CREATE_LOGIN event and is part of an answer I gave on the MSDN forum.
את השאילתות נהוג לחלק לשתי קטגוריות: שאילתות מבנה אלמנטים (DDL) ושאילתות טיפול בנתונים (DML).
בקישור הבא ניתן לקרוא על נושא זה מעט יותר. כאן אנסה להסביר מושגים אלו בכמה משפטים קצרים ובעיקר להסביר את הסיבה שבכל פורום מקצועי תתבקשו תמיד לצרף לשאלות DML+DDL. אז מה בדיוק רוצים מכם?