all groups > sql server msde > august 2004
Filter by week: 1 2 3 4 5
MSDE 2000A Install error on Windows ME and 98
Posted by Brian Webb at 8/31/2004 5:46:30 PM
When running the setup.exe on Windows 98 and Windows ME, the MSDE installer
tries to run C:\Program Files\My Application\DB\Temp\instmsi.exe. Then the
installation fails.
However the installer works fine for Windows 2000 and XP.
The path C:\Program Files\My Application\DB\Temp, is where I pu... more >>
Uninstall/Reinstall Hanging
Posted by Wardeaux at 8/31/2004 1:59:01 PM
All,
I uninstalled my MSDERelA which was working to test a new install
routine... When I try to reinstall, the install gets to the "Please wait
while install configures MSDE..." and hangs with somewhere between 2-5
seconds remaining (according to the progress bar).... any articles on what's
ha... more >>
Question about msde
Posted by Jake at 8/31/2004 12:39:43 PM
Hello,
We have an application that collects data into and access db. Then the
user connects to the internet and the access db syncs with our sql using a
vb.net application. We have some issues at times with this vb.net
application. I am wondering if we use msde on the client machine and th... more >>
New to MSDE (but not SQL)
Posted by Wardeaux at 8/31/2004 11:25:47 AM
All,
looking to distribute MSDE with my ASP.NET app.... looking for two pieces:
1) Is there a way to install MSDE with a DB already attached? I want to
install MSDE and then attach a DB, but attaching has to come after a
reboot(to start after services restart), and I would rather do it all a... more >>
Default Server Name
Posted by Bob at 8/30/2004 11:32:03 PM
I have MSSQLServer version 8 installed. I'm using it to code with .NET. I
somehow ended up with MSSQLServer using an incorrevt server name when it
starts up. It gives me a dropdown box to select the correct servername, but
that's annoying.
My question is how can I get it to use the correct ... more >>
provider failure - 0x80041004
Posted by Asif at 8/30/2004 3:25:18 PM
im getting this error while trying to start SQL server
express 2005.
provider failure - 0x80041004
Can you please tell me what is the prob ?
and how i can fix it
asif
... more >>
MSDE install explained ??
Posted by Vinay at 8/30/2004 12:11:48 PM
Is there some site, documentation or information out there
that explains how the MSDE install is supposed to work. By
that, I mean something explains the process that the MSDE
install goes through that would better help me
troubleshoot install issues out in the field?.
Thank you all.... more >>
MSDE fail after upgrade from WIN98 to WINXP HOME
Posted by SqlJunkies User at 8/29/2004 8:42:05 PM
Anyone can help?
I installed MSDE in WIN98 and then upgrade to WINXP home, after that, MSDE failure and i can't reinstall MSDE again, already call microsoft support and try something but no help at all.
John
---
Posted using Wimdows.net NntpNews Component -
Post Made from http://www.SqlJ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Strong password for MSDE install
Posted by Sydney Lotterby at 8/29/2004 5:52:30 PM
I am trying a first time install on a WinME and WinXP machine of MSDE
(http://www.microsoft.com/downloads/details.aspx?FamilyID=413744d1-a0bc-479f
-bafa-e4b278eb9147&DisplayLang=en)
Download and extract works fine but when I try to run setup.exe I am told i
need to set a "strong password". I lo... more >>
Connect to MSDE/SBS2003 remotely
Posted by bobby at 8/28/2004 11:10:59 AM
I am writing a small app for a company using Access (adp) and MSDE. The MSDE
is installed on a Small Business Server and I have been told it is a
complete standard setup.
First question: I know MSDE is running because I recognise the icon in the
system tray. Also, locally I can connect to the ... more >>
Automated Backup to Remote Server
Posted by jerrypenna NO[at]SPAM msn.com at 8/27/2004 2:40:24 PM
Hi all ~
I've been able to use the command line listed below to automate a
backup. One snag - I'm trying to backup to an alternate server. In
my case, my servers are grab-02 (database node) and grab-01 (location
of desired backup).
I do have shared folders for both folders.
How can I... more >>
SQL Server Express 2005 replication support
Posted by Brian Newtz at 8/27/2004 11:21:23 AM
Is it set it stone that Express does NOT support being a publisher in
replication? I've read that you can only be a subscriber with it now. If
this is the case, I won't be migrating... what the hell would be the
reasoning behind dropping this ability anyways? This makes Express useless
to me.
... more >>
Link Access to SQL via MSDE
Posted by Howard at 8/27/2004 10:47:22 AM
I have an MSDE database with a linked SQL server defined in it.
Is it possible to create a table in an Access database which is linked to a
table in the SQL server by going through the MSDE linked server.
I can easily create linked tables in Access to a db defined in MSDE, or SQL
Server, but... more >>
Free database like MSDE?
Posted by pnp at 8/26/2004 7:30:16 PM
Is there a cut down version of Oracle free for Linux like MSDE is for SQL
Server?
I'm looking for something better than MySQL and Postgres.
Thanks in advance,
Peter
... more >>
connections to MSDE with .net installed
Posted by Andrew at 8/26/2004 6:29:02 PM
Hi,
Does the .net framework take up a connection to MSDE when starting up? We
are experiencing the following scenario:
Start up computer
Start our program that uses MSDE and the .net framework
Runs very slow
Shut down program on all computers
Stop MSDE service and Start again and it runs... more >>
Query Timeout
Posted by Richard at 8/26/2004 5:09:02 PM
I have a query I run in MSDE that will give me a timeout error message. It
reads:
"Timeout expired. The time out period elapsed prior to completion of the
operation or the server is not responding."
I know the server is responding, because the query seems to run anyway,
though I'm not su... more >>
I got error when installing MSDE
Posted by Bill at 8/26/2004 11:37:17 AM
I got a message when I type in :
setup SAPWD=abc SECURITYCODE=SQL
and setup the MSDE, there is an error said
"Unable to determine system default collatution."
What can I do?... more >>
Import Excel table
Posted by Nikolay Petrov at 8/26/2004 10:35:34 AM
How to import Excel table to MSDE
... more >>
Truncate log not working ?
Posted by jlpraz NO[at]SPAM corobori.com at 8/25/2004 8:52:05 PM
I am using SQL.DMO with MSDE, I am trying to shrink and truncate the
log, the code works, no error message but the log seems to there and
didn't change its size
oSQLServer.Databases.Item(dbName).TransactionLog.Truncate()
oSQLServer.Databases.Item(dbName).Shrink(10,
SQLDMO_SHRINK_TYPE.SQLDMOS... more >>
connect database with localhost
Posted by Jerry at 8/25/2004 8:49:03 PM
Dear All,
I have installed MSDE2000sp3 on a XP Professional with the
default instance name equal to the computer name (e.g
COMP1). I have created a database in the local server. I
want to connect the database by using "localhost" in the
connection string(e.g. jdbc:inetdae7:localhost), bu... more >>
Can i install MSDE to an External Harddisk(USB) ?
Posted by Yan at 8/25/2004 8:14:13 PM
Distribute app/database with SQL or Windows security?
Posted by Jim K at 8/25/2004 4:03:05 PM
This question is for anybody who has created & sold/distributed an
application that uses MSDE as its backend database.
I am converting my application which currently uses Access 2000 to MSDE
SP3a.
I already have the install process together, but I an in a quandry as to
what security method to... more >>
MSDE Data Size
Posted by Michael French at 8/25/2004 3:46:29 PM
I am using MSDE. Currently the size of all the data and
system database is 5 gb. I want to know since this is
freeware from Microsoft - what is the size limit and how
is it enforced. The databases are currently working fine
in that they are tested on a remote machine - but I am
trying t... more >>
SQL Server Profiler
Posted by Nikolay Petrov at 8/25/2004 11:27:52 AM
Is there SQL Server Profiler in MSDE
and if yes, how can I start it
... more >>
MSDE SQL Service Manager is not installed
Posted by Rick at 8/24/2004 8:43:49 PM
I am installing MSDE from the SQL Server 2000 CD on a W2K
Pro environment. No errors in installation. There is no
service installed to start SQL Server. Any ideas?... more >>
Users on MSDE and XP?
Posted by pnp at 8/24/2004 1:35:25 PM
I've read that MSDE supports up to 8 concurrent users, while WinXP pro
supports up to 10 concurrent users. The question is if the limition of users
on the XP pc limits also the users logged in an MSDE database.
So if there are 8 users working on files on a XP pro pc can 5 more users
connect to... more >>
Is SQL Server 2005 Express the new version of MSDE?
Posted by Sam at 8/24/2004 10:57:25 AM
Hi,
Is SQL Server 2005 Express the new version of MSDE once it's final? I assume
it will have similar restrictions -- 10 connections, etc.
Thanks,
Sam
... more >>
SQL 7 to MSDE
Posted by Chris Caslow at 8/24/2004 8:28:21 AM
Does anyone have info on migrating from SQL server 7 to
MSDE.Issues concerns... more >>
Me too, one more to the list
Posted by Luis Fajardo at 8/23/2004 10:45:02 PM
I'm being working with the Deployment Tookit and experience all issues
mention above, I have multiple machines to test on, and every single one at
some point gets that behavior.
Please, to the authors of the Kit, provide an estimate time for the final
release, we need to know if we will n... more >>
MSDE and sql service manager
Posted by Burnsje at 8/23/2004 7:55:02 PM
I installed MSDE on my XP machine, no errors.
How do I connect the MSDE database with SQL Service Manger?
I'm not able to stop/start/pause the service, what path do in use in the
service manger?... more >>
MSDE and sql service manager
Posted by Jerry at 8/23/2004 7:53:02 PM
I installed MSDE on my XP machine, no errors.
How do I connect the MSDE database with SQL Service Manger?
I'm not able to stop/start/pause the service, what path do in use in the
service manger?... more >>
Security Help
Posted by Lance McGonigal at 8/23/2004 2:01:44 PM
Hi all. Thanks in advance for your help.
I've installed the MSDE using Mixed Mode Security. For some reason I can't
seem to find away to create users and force them to log in. I'm using
Access 2003 to create the database and admin it.
Success will look like individual accounts for each pe... more >>
I can't upgrade MSDE sp2 to sp3a
Posted by Richard Speiss at 8/23/2004 12:33:47 PM
I am trying to upgrade an instance of MSDE on my XP computer using
setup /upgradesp sqlrun SECURITYMODE=SQL UPGRADEUSER=AnAdminLogin
UPGRADEPWD=AdminPassword
It runs for a while and then looks like it rolls back the installation. I
check the event viewer and I see an entry that states
... more >>
How many concurrent user connect to msde
Posted by michael at 8/22/2004 9:44:54 PM
Which one can tell me how many user can access to msde
server in same time?... more >>
How many concurrent user of msde
Posted by michaelchann at 8/22/2004 9:35:12 PM
i want to know how many user can access to msde in same
time???? ... more >>
MSDE and the SQL Governor on Win2000 and Win2003 servers
Posted by Greg Chappell at 8/22/2004 12:01:01 AM
The governor appears to "kick-in" when the 9th or 10th workstation starts the
application.
Basically, performance problems come down to MSDE installed on:
Win2000 Server or Win2000 SBS Server - USER cals licencing
Win2003 Server or Win2003 SBS Server - SERVER cals licencing
The MSDE ... more >>
SQL2000 and MSDE2000 on the same machine
Posted by John Mas at 8/20/2004 4:31:45 PM
I am developing a vb.net app and want to distribute MSDE with the app so I
thought I'd load it onto my development machine which is running SQL2000
dev. BUT the install fails saying invalid instance name. I read a post
saying that you couldn't do this with sql7 because it only supports one
ins... more >>
removing index scan and table scan
Posted by Alok at 8/20/2004 2:30:02 PM
How can I remove index scan to occure in my SPROC's execution plan.
I would like to replace them with index seek.
~Alok.
... more >>
DBPROCESS is dead or not enabled - HELP!!!
Posted by Loz Moz at 8/20/2004 12:41:58 PM
I am using MSDE on a network with multiple PCs. One PC has the MSDE Database
and client applications connected to the database. The other PCs also have
Client applications connected to the database.
When one of the Client PCs is logged off and shut down, the Applications on
the Database's PC g... more >>
logins
Posted by Carol Carrot at 8/20/2004 10:04:38 AM
can i have more than 1 login ?
... more >>
MS Access Project & MSDE
Posted by SAC at 8/20/2004 9:12:26 AM
When I run the MS Access Project wizard I get a project but am unable to
make a new table or view, etc.
What gives?
Any books on this or a place to go read soemthing?
Thanks.
... more >>
Limited length of text data type
Posted by kwan at 8/19/2004 10:20:46 PM
I cannot put the very long long text into the fields that
have text data type how can I extends the length of this
data type?
Thanks... more >>
MSDE from remote computer: [Microsoft][ODBC SQL Server Driver]Client unable to establish connection
Posted by André Hartmann at 8/19/2004 3:25:20 PM
Hi,
I have MSDE installed on a Win2K workstation and MSSQL$<bla> and
SQLAgent$<bla> services are running fine. I established an ODBC data source
on that computer and I could successfully connect to the MSDE through the sa
account.
Howeverw hen I try the same thing from another computer ... more >>
default port of MSDE
Posted by Grey at 8/19/2004 2:46:49 PM
I know default port of MSSQL is 1433, but how about MSDE?? How to change the
port no (if any)??
Million Thanks
... more >>
MSDE SP3a and XP SP2
Posted by Tony Taylor at 8/19/2004 12:17:35 PM
Hi
According to various things I've read, XP SP2 will close off SQL Server
ports unless SQL/MSDE SP3 is installed.
However, I've installed MSDE 2000a (equivalent to MSDE 2000 SP3a) with
XP Pro SP2 and no network machine can see the DB server.
I uninstall XP SP2 and the network can see t... more >>
MSDE Service permissions
Posted by LM at 8/19/2004 11:57:00 AM
Hi All,
I'm installing MSDE 2000 with a custom application (launched using
setup.exe, not integrating merge modules) and am having a problem with the
service permissions for SQL services. The custom app installer is being
build with Installshield Pro 6.3.
Everything works fine for admin use... more >>
Really new at this
Posted by SAC at 8/18/2004 9:16:34 PM
I have MSDE running on my system and would like to make a new project or
import an mdb file.
When I attempt to make a new project, I enter the Administrator user name
and password and then after hitting next, I get the following error:
Connection failed:
SQLState:'28000'
SQL Server Error 1... more >>
MSDE Exorcism
Posted by Xavier Pacheco at 8/18/2004 8:50:00 PM
Got some problems installing the MSDE I downloaded it from
http://www.microsoft.com/sql/msde/downloads/download.asp
and ran the setup with the following command:
setup SAPWD="testpw" INSTANCENAME="test"
It installs, however, the server is never visible by the SQL Server
Service Manag... more >>
Query from Access 2000 won't work in MSDE 2000
Posted by alijsyed NO[at]SPAM hotmail.com at 8/18/2004 12:45:39 PM
I have the following SQL query which works great in MS Access 2000
SELECT DISTINCTROW [tbMenus].[MenuIndex], [tbKeymap].[Key],
[tbItems].[Item], [tbItems].[price], [tbKeymap].[ItemIndex],
[tbItems].[tax1], [tbItems].[tax2] FROM [tbItems] INNER JOIN
([tbMenus] INNER JOIN [tbKeymap] ON [tbMenu... more >>
SQL Server synchronization
Posted by Yair Sageev at 8/18/2004 10:30:01 AM
Greetings,
My question is this: We are running MSDE on one of the machines in the
office and using an Access MDB to work with it. We would like to install
the same setup on a laptop so people can work on the road, and then
synchronize the databases when they connect to our network. What is ... more >>
|