all groups > sql server msde > january 2005 > threads for january 15 - 21, 2005
Filter by week: 1 2 3 4 5
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 >>
Migrating Data from MsAccess
Posted by Hemang Shah at 1/21/2005 8:39:30 AM
Hello
I'm trying to migrate the data from Access to MSDE database.
What is the easiest and most efficent method of doing it.
Also the AutoNumber field from Access, how does that move over to MSDE ?
Any help would be appreciated.
Thanks
Hemang
... more >>
How to install MSDE?
Posted by fred flintstone at 1/20/2005 9:10:38 PM
This is my first time installing MSDE.
Trying to install it onto Windows XP Pro SP2. Already attempted on 2
different machines.
I downloaded msde200a and ran the EXE. It extracted the files to
c:\msderela.
From the command prompt i run 'setup SAPWD="mypassword"' as per the
instructio... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
start msde 2000
Posted by Richard at 1/20/2005 8:51:29 PM
How start my msde 2000 instance again?
Thanks a lot...!
rv
... more >>
osql will not come up MSDE (sp3) or earlier
Posted by Ed H at 1/20/2005 6:09:54 PM
When I try to run osql, I get the following error:
c:\program files\Microsoft SQL Server\80\Tools\Binn\
> osql -E -d CCOP or osql -U sa -P AStrongPassword -d CCOP
[Shared Memory]SQL Server does not exist or access denied.
[Shared Memory]ConnectionOpen (Connect()).
I can start the instan... more >>
Problems with text field
Posted by Simirad Iulian via SQLMonster.com at 1/20/2005 3:49:49 PM
my visual c++ application must update an field text.
my problems is that i can't update this field with more than 128 caracters.
i obtain this error:
[Microsoft][ODBC SQL Server Driver][SQL Server]The identifier that starts with '{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fs... more >>
Using SQL Server on a network
Posted by Ruby at 1/20/2005 3:23:35 PM
I successfully installed MSDE on my Notebook and can
access the sample databases from the SQL Servers node
using Server Explorer (there are red crosses next to each
connection but when I click on them the crosses disappear
and the associated data is shown - is this normal?).
My problem is... more >>
Automate MSDE??? can it be done,
Posted by Matt at 1/20/2005 1:01:04 PM
hey, well just like the subject says, is there a way to automate MSDE, maybe
a script,... because MSDE is going to be distributed along with my software,
and if the client does not have MSDE installed, i would like to have a script
that automatically sets up MSDE... either before or after does... more >>
Compatibility between installation of MSDE 2000 and SQLServer 7
Posted by Enzo Giurleo at 1/20/2005 9:21:01 AM
I want to install MSDE 2000 rel A on a Windows Server 2000 where SQLServer 7
is installed.
CAn I do it? Can MSDE and SQLServer live together?
Must I do any action before to install MSDE?
Thank you in advance
enzo giurleo... more >>
MSDE and Imaging
Posted by Ismael at 1/20/2005 7:02:28 AM
Can the MSDE be included within a base XP image without
issue. I know that putting SQL on an image is a no-no.
Just wanted to hear if the MSDE can be included on an
image.... more >>
Yet another MSDE MSI Question
Posted by Daren Hawes at 1/19/2005 7:15:40 PM
Dear Andrea,
I notice you a lot in the newsgroups and was wondering if you could
point me in the right direction to do the following..
1. Embed MSDE in my Setup Installation (VB.NET)
2. After that Add a Database and some Stored Procedures (Used for the
Offline Patterns & Practices)
3. ... more >>
Multi-Boot and sharing MSDE data?
Posted by Charles E Finkenbiner at 1/19/2005 1:02:30 PM
Hi All,
I multi-boot different versions of Windows. I would like to install
MSDE programs on the C: drive of each Windows version, no problem there.
But, I would like to share a common location for the MSDE data files.
Currently the MSDE installation aborts if it finds data already
in... more >>
update MSDE 2000 with new data in Access 2000 every month
Posted by Shailesh Patel at 1/19/2005 12:06:03 PM
Hi,
How can I update data in MSDE 2000 when I have new data in Access every
month?
Thank you.
Shailesh
... more >>
MSDE with Enterprise
Posted by Nik at 1/19/2005 10:43:54 AM
Guys
I want to install MSDE, that is running Sql Server Enterprise version.
But the problem is i do not know how it will impact SQL Server Enterprise
installation, this is a production box, Management has decided to use the
same box to run 2 different 3rd party application,
will MSDE sense that... more >>
Attaching database appends ";1" to stored procedure names
Posted by JBM at 1/18/2005 2:25:29 PM
When I attach an SQL7 database mdf file to an Access 2000
adp project running MSDE 2000 the database is attached but
every stored procedure has a ";1" appended to the
procedure name. Furhtermore you can't rename the procedure
to remove the ";1" and you can't edit it. The problem
doesn't oc... more >>
List of options for the .ini file
Posted by Scott at 1/18/2005 2:18:59 PM
I am looking for a resource online or a document that
lists all of the possible options that can be placed in
the setup.ini file. Does anyone possibly have this
information or know where I can find it?
Thank you very much!... more >>
How to differentiate between an SQL 2000 installation and an MSDE
Posted by mmc at 1/18/2005 9:53:04 AM
Hi
Could any one tell me how to diffentiate between a sql instance and an msde
instance
thanks
mmc... more >>
redistribution rights?
Posted by Matt at 1/18/2005 8:03:03 AM
ok, to my understanding, and correct me if I’m wrong, but by registering the
MSDE 2000 Release A I can then develop and distribute my software with MSDE
embedded in the application?>
secondly, Can i also included the install file MSDE2000A.exe on my
distribution CD to allow whoever wants ... more >>
Help finding MSDE installation error
Posted by patrikmjohansson NO[at]SPAM yahoo.se at 1/17/2005 11:29:47 PM
Hi
A customer has problems installing MSDE. I cannot understand what the
error is. Any help is very appriciated.
Regards
//Patrik
Here is the contents of the log file from where I find the first
occurence of
the word "fail" and a bit forward:
MSI (s) (2C:C8): Creating MSIHANDLE (181) of ... more >>
Retrieve a forgotten administrator password
Posted by Ed - Dough! at 1/17/2005 7:21:26 PM
I am running a small MSDE database local on my PC. I
have forgotten/lost the sa password that I set at
installation time.
Is there a way to recover this and/or what steps are
required to fix this issue?... more >>
How to do certain task in SQL?
Posted by Richard Fagen at 1/17/2005 5:08:07 PM
Hi Everyone,
I come from a Foxpro/dBase background (almost 20 yrs of DBF files) and
I'm new to SQL. I've been experimenting with VB.Net and MSDE for a few
months now and I'm very impressed. I got the go ahead to convert a
major xBase application to SQL/VB.Net.
I am not sure how to do c... more >>
Installing MSDE 2000
Posted by CW at 1/17/2005 1:55:02 PM
I'm trying to install SQL2000 Desktop for Visual Studio.Net. Fromcmd prompt
I'm running:
Setup.exe /qb+ INSTANCENAME=VSDOTNET DISABLENETWORKPROTOCOLS=1 SAPWD=password
Nothing happens then I get a popup saying: "Please go to the control panel
to install and configure system components".
H... more >>
2 Applications With MSDE
Posted by Jim M at 1/17/2005 9:02:41 AM
I am currently running Veritas Backup Exec 9.0 on one of
my Servers, it uses MSDE. I am trying to install another
application (Journyx Timesheet) on that Server that also
uses MSDE and I am getting error messages about a previous
installation of Timesheet, which I don't have. After
talking... more >>
Microsoft Enterprise Manager cannot "see" an instance of Microsoft MSDE-SQL - Server
Posted by stundner NO[at]SPAM oca.at at 1/17/2005 8:15:33 AM
Hello,
i have following Problem:
i have created a new instance of Microsoft SQL - Server with MSDE and now i
want to connect to a database on this instance through a network.
But i do not "see" the instance ....
I have tested it with
- Enterprise Manager
- an Microsoft... more >>
How to connect SQL-Server to MSDE using Linked Server?
Posted by Geri Reshef at 1/16/2005 3:29:16 PM
I s there a good explanation in the web for beginners like me?
... more >>
Trigger for One to many relationship
Posted by Yanto at 1/16/2005 9:39:10 AM
Hi All,
I have a trigger for my tables (tblWOs as master and tblWOItems as detail)
like this
if exist (Select WOID from tblWOItems Where WOID=(Select WOID from
Deleted))
Begin
Delete from tblWOItems Where WOID=(Select WOID from
Deleted)
... more >>
Install using command swithes and /settings setup.ini
Posted by Carl Langren at 1/15/2005 9:09:48 AM
I would like to use both command swithes and setup.ini in our MSDE install;
command switches for values determined during install and setup.ini for the
variables that are "hardwired".
At this Microsoft page:
http://support.microsoft.com/default.aspx?scid=kb;en-us;324998
The following is d... more >>
Undelete store procedure
Posted by Yanto at 1/15/2005 7:46:12 AM
Hi All,,
Is it possible to undelete store procedures that accidentally deleted? if
yes, how to do that?
TIA
Yanto
... more >>
|