adspace
When I run the sql server 2000 setup, it just hangs. What do I do?
Answer Posted / Deepak Nigam
If SQL Server 2000 setup is hanging, try these steps:
1. Close all other applications to free up system resources.
2. Restart your computer and run the setup again.
3. If the problem persists, try running the setup in Safe Mode by using the /a switch (e.g., Setup.exe /a).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between for xml raw and for xml auto?
What is clustered index
How do I find the sql server version?
Why use identity in sql server?
What are the different types of subquery?
Why should you use or avoid select * statements?
What is sql server query analyzer?
Why and when do stored procedure recompile?
What is sql or structured query language?
What are the different SQL Server Versions you have worked on?
What kind of problems occurs if we do not implement proper locking strategy?
How to remove duplicate rows from table except one?
What is the primary use of the model database?
How to convert numeric expression data types using the cast() function?
What is subquery? Explain the properties of a subquery?