Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > sql server msde > january 2005

Filter by week: 1 2 3 4 5

MSDE & Business Contact Manager
Posted by ST at 1/31/2005 1:13:05 PM
I have a computer (XP PRO) that I attempted to install MSDE on for a database application we use, not realizing that the Outlook Business Contact Manager has some sort of SQL server already installed. The installation failed. In looking through the services I noticed the MicrosoftBCM instance ...more >>


Can I connect to MSDE through Enterprise Manager from another mach
Posted by lanem at 1/31/2005 10:31:05 AM
Can I connect to MSDE through Enterprise Manager from another machine?...more >>

Losing odbc connection on install
Posted by LisaConsult at 1/31/2005 10:17:38 AM
We have a system which uses an ODBC connection to connect to SQL Server 2000 for Ceridian Prism--an application for HR departments. Now we are installing a VB.Net application which uses MSDE (SQL 7). The problem is that for some reason we are losing the original ODBC connection to 2000 when ...more >>

Calling SQL DMO to backup / restore DB via C#
Posted by Paul Aspinall at 1/31/2005 8:47:57 AM
Does anyone have any sample code, or references to help when calling SQL DMO to backup / restore DB via C# Thanks ...more >>

How to check to see if MSDE is installed?
Posted by STom at 1/31/2005 8:11:01 AM
When installing an app, what would you need to check in order to determine: 1. If MSDE is installed. 2. If a specifically named instance of MSDE is installed. Thanks. STom ...more >>

MSDE multiple instances
Posted by David at 1/31/2005 7:55:14 AM
Hello there, I want to install multiple instances of MSDE on XP prof edition. How many instances can i create on a single machine? Also, any URL for this would be helpful? Thanks, David...more >>

MSDE will not install on machine - MVP or Microsoft
Posted by Sabo, Eric at 1/31/2005 7:40:51 AM
I cannot install MSDE on a machine. If I run the following it does nothing: Setup.exe INSTANCENAME=BKUPEXEC BLANKSAPWD=1 /L*v C:\MSDE.log Do I have to completely clean the machine first? Any suggestions? This is on a Windows 2003 Enterprise Server. -- Eric Sabo NT Administrator...more >>

Connecting to MSDE2000RelA
Posted by jess.tayag NO[at]SPAM dhl.com at 1/31/2005 3:32:52 AM
I was able to install MSDE into WXP and migrated my Access databases through Windows Integrated Authentication Method. But whenever I tried connecting to MSDE by SQL login it gives me the following error: Invalid username and/or password, you are using a windows login that is not your ow...more >>



"Connection failure" errors
Posted by almazik NO[at]SPAM ukr.net at 1/31/2005 3:01:21 AM
Hi all. I have a client running MS Windows 2000 with MSDE 2000 (Build 2195: Service Pack 4) installed on local machine. My program connects to the SQL using "(local)" as server name. After working some time in the program (running queries, everything is OK) the program gets an error "Connection...more >>

email notification on job status
Posted by inquisite at 1/31/2005 12:37:09 AM
In MSDE, since there is no sql mail, I am thinking of doing the following: 1. write a shell script which will query the sysjobhistory table to determine if any job failed. If so, then an email about the failure is sent out. Question: What should my sql command and my mail command look like...more >>

datetime to date???
Posted by Rutko at 1/29/2005 8:04:47 PM
When I send a query 'SELECT somedatecolumn FROM....' I got resultset containing datetime. It's ok because it is a datetime field (or smalldatetime) but it is a little frustrating because I'm interested only in date. Is it possible to get only a date, without the time? My previous database was in...more >>

MSDE needs to be installed for BackupEXec
Posted by Sabo, Eric at 1/29/2005 12:21:06 PM
I have a windows 2003 ent server that we cannot install MSDE on. If we run this from terminal services and a command line, we get nothing: Setup.exe INSTANCENAME=BKUPEXEC BLANKSAPWD=1 /L*v C:\MSDE.log Not even a log file. Does anyone have any suggestions? -- Eric Sabo NT Administrato...more >>

Using XML with MSDE 2000
Posted by Raymond Glassmeyer at 1/29/2005 10:12:15 AM
I work on an application that uses MSDE 2000 as its database. Is it possible for client software written in .NET to execute stored procedures that return XML? Does MSDE 2000 support XML? If so how? MSDE 2000 is packaged with the application and is part of the installer. Is there any infor...more >>

Flattening SQL Query / Table
Posted by Paul Aspinall at 1/28/2005 11:32:32 PM
Hi I have 2 tables, which consist of: - 1 header table - 1 detail table The key is in both tables, but: Table 1, looks like Key fld,data, data, data Table 2, is: Key Fld, SubKey1, data Key Fld, SubKey2, data Key Fld, SubKey3, data I am looking for a quick way to flatten this structu...more >>

Considerations for packaging MSDE app
Posted by Paul Aspinall at 1/28/2005 5:18:00 PM
Hi I have a C# Winform app which runs using SQL Server. I want to package up the app, so that it deploys with MSDE. Can anyone offer any pointers or references to help?? Thanks ...more >>

Creating/Running DTS Packages with MSDE
Posted by Mark Holahan at 1/28/2005 1:13:49 PM
Hi, Is it possible to create DTS packages with MSDE? If so, how? Would you execute them via the "dtsrun" command-prompt utility? Thanks very much, Mark Holahan ...more >>

How to differentiate SQL 2000 and MSDE installs
Posted by Carl Langren at 1/28/2005 11:39:48 AM
Hello! I am trying to determine how to differentiate a SQL 2000 and MSDE install without running a query on the database. In mmc's post and Andrea's answer on 1/18/05, a clear solution using a query is noted. I would like to be able to read a registy value to make the determination if pos...more >>

Adding a .sql to MSDE Server
Posted by Mustafa Rabie at 1/27/2005 7:44:25 PM
Hi All, I have a .SQL script file that contains database definitions. How can i run the .sql script file to add this database to my MSDE SQL server? Thanks for your help mustafa ...more >>

I don't remember my MSDE username
Posted by J.A. at 1/27/2005 7:22:39 PM
Hi, I have my SAPWD="8letters" in setup file, but a can't do anything with Command Prompt because my login name doesn't work. How can I find it, or reset it ? Regards, -- J.Alberto [ccs-ve] Nota: no enviar mensajes a mi direccion e-mail, solo spam. Avisar para asignarle un filtro ...more >>

GreatPlains Running MSDE
Posted by Tech Support at 1/27/2005 3:53:07 PM
Dumb question. I have Greatplains 7.5 on MSDE running. I notice that the data files in SQL data folder on the server do not change often. Transactions are done daily but the date stamp on the files do not reflect if. I can see allof the transactions in Greatplains fine. What is the deal?...more >>

How to Attach MS Access Database to MSDE
Posted by Cedric Boo via SQLMonster.com at 1/27/2005 10:40:18 AM
I have a program installation setup that comes with a default MS Access Database. How do I attach this default database into MSDE on my server? -- Message posted via http://www.sqlmonster.com...more >>

MSSQL Server Backups
Posted by cc.az at 1/27/2005 8:55:04 AM
I would like to modify the amount of backups that the sql server keeps on record. My reasoning is that I am trying to minimize the size of my full backups. I was made aware that the server keeps a certain time period of backups and that I could modify this and lessen the time period that it...more >>

Migrate MSDE 2000 to SQL 2000
Posted by SQL_Newbie at 1/26/2005 6:37:17 PM
I would like to know how I can move current MSDE 2000 database to SQL 2000 database. I want to put all databases on my 1 SQL server. Thanks....more >>

Problem with MSDERelA installation
Posted by Rachael Lim at 1/26/2005 6:09:40 PM
Hi Experts, I am currently having some problem after installing the MSDERelA version. I have performed an installation by running "setup SAPWD='password'". The installation was successful, but when I tried to connect from another machine by using the GUI it doesn't connect. The error me...more >>

mdse enviroment
Posted by Stephen at 1/26/2005 3:09:56 PM
Greeting folks.... I just finished a app using access and vb.net and now want to learn mdse. Is there a command prompt to test sql against a database from a client system?.. im more interested in learning sql syntax at this point. Any push in the right direction would help Steve ...more >>

Migrate Backup DAT file from MS SQL to MSDE 2000
Posted by Michael at 1/26/2005 2:13:52 PM
Hi, Anyone know how to migrate migrate backup file DAT from MS SQL 7.0 to MSDE 2000? Thanks Michael...more >>

uninstalling MSDE
Posted by Joe at 1/26/2005 12:20:49 AM
When trying to uninstall MSDE it doesn't clean up well. It leaves all kinds of registry entries and the disk directories are still there. I read somewhere that there was a problem with this and the you had to hand edit the registry to clean it up. I have been doing that with success. Doe...more >>

No MSDE registry is created after installed MSDE
Posted by Zero at 1/25/2005 8:27:03 PM
Hi, After I installed MSDE 2000 in Win 2000 (ENG), no MSDE registry is found. Why? How to solve it? Thanks....more >>

installation problems
Posted by middletree at 1/25/2005 3:10:25 PM
I downloaded the latest version (I guess) and tried to install, but it doesn't seem to have installed. The file name is MSDE2000A.exe, and it's about 43meg. I double-click, go through the whole thing accepting all the default options, and when I am done, I see nothing in the services dialog t...more >>

Is there a limit to # of databases I can run on MSDE?
Posted by Sam at 1/25/2005 11:56:49 AM
Hi, We want to host several web sites that use MSDE as backend. I have two questions: 1. Is there a limit to # of databases we can have in one instance of MSDE? 2. The # of simultaneous connections limit applies to an instance of MSDE not a database in it. Is this correct? Some web hos...more >>

RAISERROR in a Trigger not raising an exception
Posted by matt_dalrymple NO[at]SPAM apexsi.com at 1/25/2005 11:29:33 AM
Hi, I have a trigger on a MSSQL table that performs data validation on an Insert. Based on some simple logic (that is correct), when i recieve invalid data, I used: RAISEERROR ("My error message",18,1) to raise an error that I want my VB.Net ODBC error handler to handle. I have tried ...more >>

Configure network while deploying MSDE
Posted by Mattias at 1/25/2005 5:59:56 AM
Hi. I am building a small app that lets our customer upgrade from using our main application with an access database file to using it with MSDE or SQL Server. I want this app to launch the MSDE setup file and install an instance of MSDE on the selected machine. This hasn't been so hard th...more >>

How to migrate MSDE 2000 to SQL 2000?
Posted by SQL_Newbie at 1/25/2005 4:12:09 AM
Thanks in advance....more >>

Why do I need to restart the SQL service?
Posted by STom at 1/24/2005 9:57:35 PM
I use Wise Installation utility to install MSDE 2000A. To install MSDE, we give it a command line that sets the sa password. This seems to work ok. At the end of the install, we run a batch file that starts the SQL Service and the SQL Server agent (not sure if we need to do anything with the ...more >>

Connect to MSDE file on ISP Server
Posted by Paul Proefrock at 1/24/2005 7:06:15 PM
Are there any articles about connecting a MDB or ADP front-end to a MSDE database that is located on our ISP's server? When I try to Google the subject, I get a bazillion hits but non really apply to WAN connections. Any help or pointers would be appreciated Paul P ...more >>

Creation of Instance.
Posted by Thomas Vollmer via SQLMonster.com at 1/24/2005 4:33:03 PM
I have been doing research on how to create a new instance with MSDE. Does anyone know how to create one in an automated fashion using one of the standard tools that are installed with MSDE 2000A? I suspect that is accomplished with cnfgsvr.exe but have not found any examples on the Internet. Tha...more >>

Distributing App with SQL Server to licensed SQL users
Posted by Jim K at 1/24/2005 2:49:44 PM
Our VB6 application uses either A2K or MSDE SP3a depending on the size of the customer and what they want to use. I have automated the MSDE install process where it installs to our own instance and configures the workstations to access MSDE thru an alias on a custom port on the server. My que...more >>

msde licence
Posted by rudolph at 1/24/2005 2:47:03 PM
we get from a company installed at our customer sides an application using msde in a win 2000 server (terminal) or higher network enwironment. We have a lot of troubles because this application is going to let our application fail often , and we get a lot of instability....more >>

Databinding in c# - Important
Posted by Hemang Shah at 1/24/2005 12:50:58 PM
Hello All the samples I found are based on datagrid for the child table. What if I don't want the child records to be displayed in a datagrid, but in their own data bound controls like "text box, combo & list boxes). And I want to provide a second level of navigation buttons to traverse tho...more >>

MSDE
Posted by frank at 1/24/2005 6:57:06 AM
I trying install MSDE 2000 for the first time on XP Sp2 When I try run setup it give error Instance name is invaild only choice click ok. When I click it just goes away. I now how do fix I just double clicking setup icon Thanks for the help ...more >>

MSDE database engines
Posted by Ramakrishna Alavala at 1/24/2005 4:52:17 AM
Hi, How do we access MSDE database from a java/C applications? Can some one help me in finding the solution for this. Thanks Ramki...more >>

How can i purchase this MSDE, and where should i go
Posted by Guest_MSDE at 1/23/2005 10:05:05 PM
How can i purchase this MSDE, and where should i go, Where can i purchase MSDE bakup/restore alone....more >>

MSDE Installation
Posted by ezahnle at 1/23/2005 9:06:08 AM
I have tried intalling MSDE on 2 machines and on each of them after the installation i get the small server icon running in system tray, but the circle is white and says cannot connect. Thanks ...more >>

Questions on Databinding
Posted by Hemang Shah at 1/22/2005 9:56:04 AM
Hello I've few questions regarding ADO & C#: 1) Is it possible to view tata from multiple tables in the Datagrid control ? Most of the examples I see are only for 1 table. 2) In Comboboxes, can we display multiple fields ? For example in a Form of customers, we have a combo box to sel...more >>

CREATE TABLE - two fields combine to make the primary key
Posted by Ed H at 1/21/2005 7:31:28 PM
Perhaps I'm dating myself. In a table, I want to create a primary key that consists of two columns (patrolId and incidentId). From the documentation I have, it looks like you can only have one field that is a primary key. Can you help?...more >>

MSDE Config Failure
Posted by Mary Woodyard via SQLMonster.com at 1/21/2005 4:59:10 PM
When attempting to install MSDE 2000a to a machine running XP Pro SP2, I get this error message: 2005-01-21 08:56:55.75 server Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05 Copyright (c) 1988-2003 Microsoft Corporation Desktop Engine on Windows NT 5.1 (Build 2600...more >>

Integrating MSDE 2000 with VB Applications
Posted by Shailesh Patel at 1/21/2005 3:20:46 PM
Hi, I have VB 6.0 application using MSDE 2000. I created setup file using Package & Deployment Wizard. I have included "SQL Server Desktop Engine Merge Modules" and "sqlredis.exe". However, when I try to test it on another computer, I get following error. DBNETLIB[ConnectionOpen(Connect()).] ...more >>

MSDE Installation Failures
Posted by Maan Thakur at 1/21/2005 2:45:09 PM
We have a custom client/server application that runs against MSDE. This application is distributed to the field through a Setup CD. We used the Installshield to create the setup program. Most of the times when the user tries to install the application it fails after MSDE install saying that ...more >>

Upgrade MSDE 7.0 to SQL 2000 Std.
Posted by nupee at 1/21/2005 12:39:04 PM
We’re trying to upgrade MSDE 7.0 to SQL 2000 Std.. Does anyone have any info on this. What are the do's and don'ts. (This was suggested if the number of Blackberry's exceeds 150) Thanks!!...more >>

Creating a domain with int identity(1,1) datatype
Posted by Robert Bravery at 1/21/2005 11:26:32 AM
HI all, I have in my create script, which was created by a ERD program called Dezign for databases, a line which creates a domain of type interger with an identity. The script is as follows: EXEC sp_addtype PrimaryKey, 'INTEGER IDENTITY(1,1)', 'NULL' GO But I get the following error message:...more >>


DevelopmentNow Blog