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?
User contributions licensed under CC BY-SA 3.0