This request creates a rule to log request information for AMP steps, database objects, and SQL text up to 100 characters for user_1 and user_2:
BEGIN QUERY LOGGING WITH STEPINFO, OBJECTS LIMIT SQLTEXT=100 ON user_1, user_2;
This request creates a rule to log request information for AMP steps, database objects, and SQL text up to 100 characters for user_1 and user_2:
BEGIN QUERY LOGGING WITH STEPINFO, OBJECTS LIMIT SQLTEXT=100 ON user_1, user_2;