Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: login failed message (not associated with a trusted SQL Svr connection

    Are you attempting to connect to SQL Server directly from the server, or are you trying to connect from a remote machine (possibly your desktop via EM)?

  • RE: MSSQL is sometimes freezing

    Each connection chews up a limited amount of memory on the server. Make sure that your application drops any unneeded connections to SQL Server.

    Also, try running PerfMon to monitor the...

  • RE: Shrinking Databse

    Look at DBCC SHRINKFILE instead.

    When you add records to the database, the database will grow according to how its growth pattern had been specified (for this option, right-click on your...

Viewing 3 posts - 1 through 3 (of 3 total)