en-UShe-IL
You are here:   Blog
Register   |  Login

Blog Archive:

Maximize
* Can be used in order to search for older blogs Entries

Search in blogs


Blog Categories:

Maximize
* Can be used in order to search for blogs Entries by Categories

Blog Tags:

Maximize
* Can be used in order to search for blogs by keywords

TNWikiSummit


Awared MVP

 


Microsoft® Community Contributor 


Microsoft® Community Contributor


 Read this before you use the blog! Maximize

Recent Entries

Minimize
By ronen ariely on 25/03/2021 21:04
Structured Query Language (SQL) commands can be categorize into DCL (Data Control Language), TCL (Transaction Control Language), DDL (Data Definition Language), DML (Data Manipulation Language), DQL (Data Query Language). So, what these terms actually means and how this is related to the way you should raise questions when you ask for help?
By ronen ariely on 12/04/2019 18:36

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.

By ronen ariely on 11/07/2011 18:11

את השאילתות נהוג לחלק לשתי קטגוריות: שאילתות מבנה אלמנטים (DDL) ושאילתות טיפול בנתונים (DML).

בקישור הבא ניתן לקרוא על נושא זה מעט יותר. כאן אנסה להסביר מושגים אלו בכמה משפטים קצרים ובעיקר להסביר את הסיבה שבכל פורום מקצועי תתבקשו תמיד לצרף לשאלות DML+DDL. אז מה בדיוק רוצים מכם?