Forum Replies Created

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

  • RE: Backing up SQL Server Enterprise Manager Console

    The script exports everything just fine, but however when I run it on the other users machine it just copies the groups and not the machines. I manually copied the...

  • RE: installing Second Named instance on SQL2K

    Out of curiosity. I thought that instances were only used under SQL Enterprise Edition. Apparently I was mistaken. Can you install extra instances on a SQL 2000 standard box without...

  • RE: How to do a select from sp_helpdb''''s output ?

    The simplest solution to this problem, and not neccessarily the most elegant is to copy the stored procedure sp_helpdb into a new stored procedure called something like sp_helpdbname. Once you...

  • RE: SQL on VMware

    I have also installed SQL server to several different VMWare systems. We ran test systems on VMWare for about 6 months and have had production running on VMWare for about...

  • RE: One of 4 processors getting beat to death

    From my experience SQL 2000 does not balance itself evenly between the processors. Nor does Server 2003 balance itself well.

    However if you are running on a 2003 platform and are...

  • RE: Problems with SQL Server 2000 since applying the latest security updates

    No, we are running on 2003 Enterprise Edition. Our SQL version is 2000. Like I said, we never had this problem until the laterst server patches were applied.

  • RE: LSN invalid?

    I would try attaching the DB using a single file 

    exec sp_attach_single_file_db 'dbname',

          'pathname\dbname_data.mdf'

    This will create a new log file so you will need to rename your old log file.

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