Does SSMS log SQL query by default?

0

When I interact with the SQL Server from Access, I saw that a txt file called SQL was created which just keeps on growing in size. The content of the txt file looks like this:

Ssms            11e8-1a34   ENTER SQLAllocHandle 
        SQLSMALLINT                  1 <SQL_HANDLE_ENV>
        SQLHANDLE           0x00000000
        SQLHANDLE *         0x006FD5C8

Is this what is supposed to happen with SSMS? If not, how do I prevent the logs from being created?

sql-server
ms-access-2010
ssms
asked on Stack Overflow Dec 12, 2018 by namko • edited Dec 12, 2018 by e_i_pi

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0