Forum Replies Created

Viewing 15 posts - 331 through 345 (of 366 total)

  • RE: Run away Memory

    Have you checked 'task manager' to see what process is eating the memory

  • RE: Run away Memory

    Have you manually configured the 'minimum memory' setting on the sql server (properties, memory tab - i think)

  • RE: Temporary Tables in SQL Server 2000

    Could you get away with using 'derived tables' instead in your query?

  • RE: Discovering SQL Servers on the Network

    You may be able to use the Microsoft Network Security Hotfix Checker (Hfnetchk.exe) Tool (Microsoft Q number - Q303215)

  • RE: MSDE 2000 sp2

    You wouldn'y by any chance be running it on something like 2000 Server Service Pack 1?

    (The last line tells you the operating system and service pack)

  • RE: Manage 7.0 from 2000 Enterprise Mgr?

    Thanks for the info. I've stuck to SP2 and upgrade to 2000. Hence haven't really needed to look into sp3 much.

  • RE: Manage 7.0 from 2000 Enterprise Mgr?

    Yes you can. and you even get some extra features eg Taskpad view.

    But remember if you save DTS packages using a sql 2000 EM you won't be able to view...

  • RE: Going from SQL Server 7 SP2 to SP3... any gotchas?

    Its runs against all version of SQL 7, but you need to remember that if you save something like a DTS package from a higher version of EM, you cannot...

  • RE: External IIS tapping on Internal SQL

    If you are going to do this, ensure the standard safeguards are taken eg. the sa password is not blank. As that sql virus last week exploted that default option.

    ...

  • RE: External IIS tapping on Internal SQL

    You could open up the firewall between the two named servers over port 1433 (if you use tcp-ip as your netlib).

    If you are going to do this make sure you...

  • RE: Can 6.5 and 7.0 live together?

    Fine if you are just manageing the application and data but if you are doing any administration work on sql 6.5, you may need a copy somewhere to get used...

  • RE: Can 6.5 and 7.0 live together?

    Both versions can be installed on the same box, but only one can be active. There is a utility called 'sql switch' which swaps between the two.

    Better to have...

  • RE: Timeout expired error

    Silly question, but your sql server is not set to NT security only instead of mixed mode?

  • RE: SQL Server Agent

    Did you stop and start sql after changing the passwords? If not it will continue running under the previous one.

    I presume you have changed the password on the service again,...

  • RE: Timeout expired error

    UDL - In around MDAC 2.1SP2 a new feature was added (UDL). It basically is a quick way of creating a connection string with a gui front end.

    Create a file...

Viewing 15 posts - 331 through 345 (of 366 total)