Tagged Questions
The msde tag has no wiki summary.
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
27 views
How do I delete files from a table in MSDE 2000 that is selected by 3 joins?
I have a VB6 program that uses a n Access backend. The query that I am currently using is
sQuery = "DELETE tblResultNotes.* " & _
"FROM (tblJobs INNER JOIN tblResults ON ...
2
votes
1answer
406 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 ...
1
vote
3answers
9k 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
4answers
38 views
How do I create a new Database and new tables in SQL MSDE 2000 programmatically with C#.net?
I am writing a program that will create a new datatbase, then add tables to that datatbase. Here is my code....
InsertTable("Create Database iBlast", "Null");
InsertTable("Create Table ...
0
votes
0answers
42 views
Problem with compiling my WinForm Application and accessing to registry and connecting to MSDE
I am working on a WinForm Application using Visual Studio 2008 (.Net 3.5) and I want to create and access a key on registry in this path : [HKEY_LOCAL_MACHINE\SOFTWARE\MyCompany\MyApplication] :
Dim ...
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
1answer
72 views
How do I start MSDE2000A (mssql$netsdk) from cmd in Windows 7?
I'm trying to install MSDE2000A on a Windows 7 machine, and the database book I'm using described doing so through the command line. First I installed it to C:\< folder >. Everything went fine ...
0
votes
1answer
78 views
Can an MSDE 2000 database be deplolyed to SQL Server 2000?
I am developing a Web Application using SQL Server 2005 for the database, but will need to deploy the database to SQL Server 2000 in the production environment.
We don't have a license for SQL Server ...
0
votes
2answers
458 views
SQL query alignment change when Arabic characters are inserted
I have a query like this
SET QUOTED_IDENTIFIER OFF
SET DATEFORMAT 'mdy'
INSERT INTO TABLE1
(AccountID, TimeStamp, UserID, NodeID, Deleted, UserPriority, ParentRecordID, NodeLevel, Name, ...
0
votes
1answer
113 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\Microsoft SQL ...
0
votes
2answers
191 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 ...
0
votes
2answers
4k 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 upgrade to SQL Server ...