Tagged Questions

0
votes
4answers
172 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 …
1
vote
3answers
466 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 …
0
votes
2answers
405 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?
0
votes
0answers
69 views

MSDE backup file is appending

I have an MSDE 2000 database backup file which is appending rather than deleting or renaming. I am using this command: BACKUP DATABASE [SPSDB] TO DISK = 'E:\Program Files\Microso …
0
votes
2answers
102 views

Querying data from multiple clustered tables as one unified

Hello, 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 hardw …
0
votes
0answers
113 views

MSDE merge replication with Intel Atom processor

We have a product that by default installs MSDE SP3 for use with merge replication (as subscriber). We have never had a problem with this. Recently found that on the Eee PC every …
1
vote
3answers
2k views

Is MSDE supported on Windows Server 2008?

I know MSDE is no longer supported on Vista, is this also the case for Windows Server 2008?
0
votes
1answer
720 views

Upgrade MSDE to SQL Server 2008

I am trying to upgrade an named instance of MSDE to SQL Server 2008 Express. When I get to the "Select Features" page of the 2008 installer there are no instances listed. The upg …
5
votes
4answers
335 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. A …