Tagged Questions
5
votes
4answers
1k views
What are the best ways to determine what port an application is using?
This is an adapted version of a question from someone in my office. She's trying to determine how to tell what ports MSDE is running on for an application we have in the field.
Answers to that ...
2
votes
1answer
407 views
How to copy a MSDE database to SQL Server 2008 Express?
We have a client environment that has MSDE. We're looking to install SQL Server 2008 Express on the clients but must retain MSDE for other applications.
Assuming both MSDE and SQL Server 2008 Express ...
2
votes
4answers
2k views
Excessive reserved space on SQL Server
We have a database running under MSDE (SQL 2000, service pack 4) that is reserving massive amounts of excess space. Using sp_spaceused for each table gives a total reserved size of 2102560 KB, a data ...
1
vote
3answers
2k views
Can I use SQL Server Management Studio Express to connect to an MSDE database?
Is it possible to use SQL Server Management Studio Express 2005 to connect to an MSDE database?
1
vote
2answers
1k views
Cannot access WSS 3.0 sites after movind Content and Config DBs
Problem:
No access to internal sites after new Instance of SQL was installed on MS SQL Server
Description:
I've got a WSS 3.0 installed on the W2K3 Sever.
Originally, there was only one Instance of ...
0
votes
0answers
57 views
Upgrading MSDE SP3 to SP4 by invoking .MSI files from script
MSDE upgrade from SP3 to SP4, invloves a series of complex steps, wonder is there any GUI based option selectable installer available for it? or any sort of answer file for the installer.
0
votes
1answer
157 views
MSDE vs SQL Server
There is a project that a developer is suggesting to use MSDE instead of SQL Server, I need to know the differences and limitations of MSDE to make sure it will be able to handle our project.
0
votes
2answers
193 views
Querying data from multiple clustered tables as one unified
I've recently started work on a project which involves creating a web-based reporting interface for a fairly old software responsible for managing some access control hardware like electronic door ...