Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: SQL Server Error

    I did not see any login info (but I didn't know what I was looking for)

    I ran the asp in a dts package and it worked

    It had the same connectionstring...

  • RE: SQL Server Error

    This was the last entry into the SQL Log

    sqlagent 110-328EXIT SQLGetDiagFieldW with return code 100 (SQL_NO_DATA_FOUND)

    SQLSMALLINT ...

  • RE: SQL Server Error

    I take that back I found the sql log. It is over 100 meg.

  • RE: SQL Server Error

    I ran the asp page no trace file was created.

    Thanks,

    Anthony Mendoza, Jr., MCSD, MCDBA

    Micro-Systems, Inc.

    Application Developer

    anthony_mendoza@msn.com

  • RE: Moving transactions logs

    First you are going to have to detach the db using <b>sp_detach_db</b>. Then move the log to the new location and use <b>sp_attach_db</b>.

    The easiest way to do this is...

  • RE: SQL Server Error

    I can connect to SQL Server via the Computer Manager, but I cannot see it from IIS Manager.

    I do have mixed authentication.

    How do I enable SQL Trace from ODBC administrator...

  • RE: SQL Server Error

    That was a good reference topic, but my error is not with [TCP/IP Sockets] it is

    [DBNETLIB]

    Thanks,

    Anthony Mendoza, Jr., MCSD, MCDBA

    Micro-Systems, Inc.

    Application Developer

    anthony_mendoza@msn.com

Viewing 7 posts - 16 through 22 (of 22 total)