Forum Replies Created

Viewing 15 posts - 61 through 75 (of 134 total)

  • RE: Full Backup and Transaction log truncation

    Correct me if i am wrong. To my understanding when u do a full backup the transaction log is also backedup and truncated. By doing full backup the log is...

  • RE: Error 17883

    Though the article on MSFT link says for SQL 2000, but we did have this problem on SQL 7.0. The error was similar, but with a different error no. ...

  • RE: Mass locks in tempdb

    U can try to increase the no of locks . my guess would be too many processes starting at the same time, i mean jobs. SQL server has a known...

  • RE: using xp_senmail

    there are issues with SQL2000 and OUTLOOK 2000. u need to search on MS KB site. There is an article on this issue.

  • RE: Deadlock Question

    When u j=have multiple select statements querying the same subset of data there are chances that shared lock becomes deadlocked. I have experienced these issues before. And sometimes there might...

  • RE: virusscan ?

    VirusScan can eat up CPU Usage

  • RE: memory settings

    SQL 2000 has many enhancements in area of memory allocation. Based on your requirement you can set the parameter. If you go through the enhancements you should be able to...

  • RE: DTS permissions

    Who owns the package, if its different from the owner its saves it as the new user.package name.

  • RE: Import DTS package with T-SQL

    Are u the owner of the DTS package?

  • RE: MSDB suspect

    U don't need to shutdown sql server to reset suspect status, but i am not sure about MSDB db requirments. In general you should have SA rights to use sp_reconfigure...

  • RE: Sever memory includes agent?

    When u define sql server to use all available memory(which is recommended) it uses max available. yes that includes agent service as well.

  • RE: Scheduled DTS task fails.. not sure what step?

    U can run a profiler when the job runs and see where it bums and act accordingly.

  • RE: DTS to Excel Error

    u may want to check the column mappings i.e the columns to where the data is getting into at the excel end. In the preview itself you can check the...

  • RE: DTS - Source

    According to documentation it doesn't say so other then the limitation of columns on a table.

  • RE: Why detach?

    "You'd use detach to avoid stopping the service on the original server"

    So does that mean that the database files can be detached while the database is operational???

Viewing 15 posts - 61 through 75 (of 134 total)