all groups > sql server msde > september 2006
MSDE not keeping an ALTER modifcation
Posted by Frogbeef at 9/29/2006 8:36:51 AM
Hi Everyone,
Today i faced the following issue : An MSDE Database I had been working
on in the morning in order to be able to upgrade our software, with
the statement:
Through Osql :
1)IF ( (SELECT currentSize= (size /128) FROM
PMI_Operations.dbo.sysfiles WHERE groupid = 1) < 200)
2... more >>
SQL Express 2005
Posted by at 9/27/2006 12:00:00 AM
I have downloaded SQL Server 2005 Express edition, freeware.
I'm not able to see DTS/OSQL Components getting installed. Pl. help in
installing these components
Thanks
KRV
... more >>
SQL 2005 express and MSDE
Posted by Arne Rasmussen at 9/27/2006 12:00:00 AM
Hi there
Have a question - is SQL server 2005 express and MSDE coexist on the same
computer, seems like i have some trouble accessing 2005 in the right way
from VS 2003, and if not - any recommandations around management software
for MSDE?
Regards
Arne Rasmussen
... more >>
msde development
Posted by JB at 9/26/2006 9:58:02 AM
I am developing an app that uses a sql server backend but also need to run
queries on temporary data tables. In order to reduce network traffice, I
want to do this on the workstations rather than passing all the work over
the net. Since msde does not come with development tools and also sin... more >>
MSDE 2000 database setup trouble
Posted by APB at 9/25/2006 8:27:03 AM
Hello
I am running a stand-alone test environment for an application in XP Pro
which I can only use MSDE to manage my databases.
I've successfully installed msde and am finally able to connect using 'osql
-Usa -Ppassword -S (local)\testmachine' , because I can get the '1>' command
promp... more >>
MSDE SP4 Upgrade problem
Posted by chicken at 9/24/2006 11:36:01 PM
Recently when I try to upgrade my current MSDE2000 (SP3a) to SP4 in Windows
XP – SP2, the system just keep on failing me. He is the scenario:
1. Download the MSDE 2000 SP4 from Microsoft site
2. Extract the MSDE SP4
3. Run the following command via command prompt or ba... more >>
Failed to install MSDE 2000a
Posted by Tino at 9/22/2006 4:23:25 AM
I have been tring to install the MSDE 200Aon my marchine that is using
the command prompt.
this is the command that i was using:
(setup INSTANCENAME="SA" SECURITYMODE=SQL SAPWD="SqlAdmin1"
TARGETDIR="C:\" )
but it gave me the following error message;
(Go to the control panel to install ... more >>
SQL Server and MSDE in same box
Posted by June at 9/22/2006 12:00:00 AM
Hi all,
I'm just curious, can MSDE and SQL Server exist together on the same box?
I'm using MSDE now and want to add a SQL Server onto that same box. MSDE db
is in use.
Many thanks,
Cheers.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Import Excel Spreadsheet
Posted by JerryWendell at 9/20/2006 7:17:01 AM
What is the recommended method to import an Excel spreadsheet into a
SQLServer table. I'd like to write a VB function activated by a button press
by the user to perform the import operation.
Thanks!
Jerry... more >>
Cannot remotely connect on SQL Server Instances by name
Posted by Stavros Makridis at 9/20/2006 4:15:02 AM
Hi all,
On my computer I have installed two instances of SQL Server 2000. The first
one is the default instance of SQL Server Personal Edition and the second one
is an MSDE instance.
From other PCs on the company LAN I can connect, by name, only to the first
one and not to the MSDE insta... more >>
Failed installing MSDE
Posted by Peter at 9/20/2006 12:07:02 AM
Hello everyone,
i have problem installing MSDE 2000a on server 2003 R2. The problem is that
installation is starting but then at the end just roll back and get this two
event log:
Event Type: Error
Event Source: LoadPerf
Event Category: None
Event ID: 3001
Date: 20.9.2006
Time: 8:30... more >>
Enterprise Manager
Posted by Mac Davis at 9/19/2006 6:51:55 PM
May I install Enterprise Manager on an MSDE Machine with no licensing
issues?
Thanks,
Mac
... more >>
FTP Backup of MSDE
Posted by Mac Davis at 9/19/2006 6:51:06 PM
If the only application using MSDE on a give machine is closed, can I simply
FTP the *.mdb and *.ldb files to a remote location for backup?
Thanks ,
Mac
... more >>
antivirus software question
Posted by djc at 9/19/2006 2:14:13 PM
I currently exclude the directories that contain the sql database files
(mdf, ldf) from my antivirus 'real time protection' and scheduled sweep
scans. Actually I do this for any database files (act, quickbooks, ms
access) but I was recently thinking about this and I realized that I'm not
rea... more >>
Can't connect to MSDE on SBS 2003
Posted by Kerry Brown at 9/18/2006 5:22:56 PM
I'm trying to install Great Plains 9.0 on a SBS 2003 Standard Edition server
with SP1. I can create an MSDE instance and connect to it with SQL or
Windows authentication on the server. From client workstations I can connect
with Windows authentication but not SQL authentication. I can install ... more >>
ODBC error during link creation a MSDE 2000 db
Posted by Pasquale at 9/18/2006 4:47:35 PM
I have installed MSDE 2000 (with SP3a) on server with Windows Server 2003: I
have executed simply a double-click on setup.exe ("sa" without password).
Then I have created my db with a comand via osql and then I have attached it.
When I try to create an ODBC link (from Control Panel) on a client a... more >>
SQL 2000 to SQL Everywhere
Posted by catsailor at 9/18/2006 9:54:54 AM
I'm taking a web application that was connected to SQL 2000 Std Ed and
making a desktop version out of it. It will be Windows forms connected to
local databases created on the fly. Does anyone have advice for the best
way to replace the stored procs?
SC
... more >>
Backup Scripts not working properly
Posted by musosdev at 9/18/2006 1:47:02 AM
Hi peeps,
I created a couple of backup scripts using the jobscheduler stuff.
It works, but it keeps appending all the data to the backup everytime into
the same file, not OVER it. So the backup files are growing in size, now at
about 300mb (the actual db is about 15mb).
I'm not quite su... more >>
MSDE database size limitation
Posted by Stu at 9/14/2006 9:41:01 PM
I understand that the max size for a db in MSDE is 2GB.
My question is does this 2GB limit just include the actual data or is it the
total size of the mdf file which includes data and "empty" space?
I need to set up some monitoring which monitors when the MSDE databases are
approaching th... more >>
how to Restore a database in sql express 2005
Posted by pmud at 9/14/2006 9:07:01 AM
Hi,
I have SQL Express 2005 installed on my machine. Now I want to restore a
database to this SQL express. How to do this?
Thanks
--
pmud... more >>
Jobs in SQLExpress 2005
Posted by jmeykos at 9/13/2006 3:30:01 PM
I have installed SQLExpress2005 and I need to make my jobs like backups
schedules but SQLExpress don't have SQLAgent how I can do this?... more >>
MSDE 2000 on WIndows XP Tablet PC 2005?
Posted by pmud at 9/13/2006 9:55:02 AM
Hi,
Doesn SQL Desktop engine or SQL Express support the WIndows XP Tablet PC
edition 2005 ??
Thanks
--
pmud... more >>
Cant see Enterprise Manager with MSDE 2000
Posted by pmud at 9/13/2006 9:42:01 AM
Hi
I installed MSDE 2000. I dont see the enterprise manager though? How to I
restore 2 databases which I need to. I know we can do this with enterprise
manager in sql server 2000. How do I restore and see the database with MSDE
2000??
Also, how can I see Enterprise Manager in SQL Express 2... more >>
dump msde database
Posted by bisi at 9/13/2006 2:34:25 AM
Hello,
I am using an MSDE database for an archiving software.
Is there any possibility to create an dump of the MSDE-database, since
I am having problems and the support-team needs the dump of the
database.
Best regards.
C.B.
... more >>
MSDE now called sqlexpress for 2005 version?
Posted by djc at 9/11/2006 12:38:44 PM
I have used sql server 2000 (not MSDE) for some development projects for
myself (not professionally). I am looking to start a new project and would
like to use sql server 2005 technology. This time I don't have the full
blown server (and don't need it) so I will use the free version. I know fo... more >>
Upgrading MSDE 2000 to SQL 2000 Standered
Posted by vinu thomas at 9/11/2006 1:32:01 AM
Hi,
is it possible to upgrade MSDE 2000 to SQL 2000 Standered. If so what is the
simplest and easist way
Thanks
b... more >>
SQL enterprise
Posted by Qnguyen at 9/8/2006 5:41:02 PM
If we only have MSDE can we run SQL profiler or SQL Manager to keep track of
the connections of data base?
Thank you for any help
QN... more >>
Idenifying MSDE and MSDE Version via Registry
Posted by Pete Zerger at 9/8/2006 3:32:17 PM
Good Day All,
I need some MSDE assistance. MOM 2005 does not detect MSDE by default, and
I am attempting to create some custom discovery rules to change that. What
I need to know to make this happen in the most effective way possible is
what registry key(s) can I look at to 1) positively i... more >>
Does MSDE support making queries over HTTP
Posted by Vaughn Haybittle at 9/8/2006 1:40:43 PM
Hi,
Can anyone tell me if MSDE 2000 suppports the making of queries using http?
If so is there anything spoecial I need to install or do to set this
functionality up? How would I go about setting up a virtual directory?
Any information would be welcome!
Regards,
Vaughn
... more >>
How to know if a table exist in a Stored Procedure?
Posted by Grupo ESI at 9/8/2006 9:43:52 AM
Hi,
Can anybody please tell me How to know if a table exist in a Stored
Procedure?
Thanks in advance,
--
Jorge L. Cotarelo
... more >>
MSDE and DTS
Posted by Vaughn Haybittle at 9/8/2006 8:01:24 AM
Hi,
Can anyone tell me if MSDE supports DTS or can run a DTS package. I have a
small client who wants to use MSDE to record some data and then upload the
data to a web server that supports SQL Server 2000 via a DTS package if
possible.
I have also been told that it is possible to save a... more >>
Check Setup And Change DISABLENETWORKPROTOCOLS
Posted by moongirl at 9/8/2006 3:57:22 AM
I am working on a server which has MSDE installed, but currently we
cannot connect to this instance using Enterprise Manager, and I'm
trying to establish whether it's because DISABLENETWORKPROTOCOLS=1 or
if it might be a firewall issue. I am trying to find out how to do two
things:
1. How can... more >>
login fails
Posted by Koert at 9/7/2006 11:15:01 PM
Hi,
We developped an application with several services which have to start
automatically after startup of the computer. These services are dependent of
each other. The first service, 'FCHost', is dependent of the MSDE. So the
dependency of 'FCHost' is set to MSQLServer. 'FCHost' has to conn... more >>
Linked Server sqlexpress2005
Posted by jmeykos at 9/7/2006 8:19:02 AM
I need to know how use Linked Server, I try in the Management Studio Express
and do it but when my aplication try to use give error.
Please Help Me... more >>
MSDE Backup
Posted by George Schneider at 9/6/2006 12:50:02 PM
I'm trying to backup up my MSDE database called db1. I run the following
command from a command promt.
osql -E -n -Q "Backup Database db1 to disk='c:\backup\db1.bak'"
The command completed successfuly. I notice that the BAK file is smaller
than the mdf file. Is this normal?... more >>
Checkpoints
Posted by alex at 9/5/2006 5:51:26 AM
Hi,
i have a complex database. If a user (database is set to single user)
make changes, and the user want do redo these changes, i need a kind of
manual setted checkpoints. Such a checkpoint is set before changes
made.
The idea is, to set a checkpoint, (store all checkpoints), and when its
... more >>
Databases SQL 2005 Express
Posted by Dennis van Leur at 9/5/2006 12:00:00 AM
Hello,
Does anyone know how many databases i can create on SQL 2005 Express,
and how many connection SQL 2005 Express at the same time supports?
Thanks.
Dennis... more >>
SQL Express - something went t'up at 6:01 am :/
Posted by Robinson at 9/5/2006 12:00:00 AM
Hi,
Where can I find event logs for SQL Server 2005 (ie. not the transaction
log, or is that the only log I need?). My test PC suddenly became
incredibly slow at 6:01am, kicking off the 12 connected clients (they timed
out), so I'm looking to investigate why it suddenly slowed down, when i... more >>
Installing MSDE alongside QLServer2005 Express
Posted by BadHead at 9/3/2006 4:29:43 AM
Hi,
Simple question - Is it possible to install MSDE2000 (Release A) alongside
SQLServer2005 Express?
Thanks.
--
BadHead :)
---
OS: Windows XP Professional SP2 (32-bit)
Office Suite: Microsoft Office 2003 Professional SP2
Motherboard: Abit AN8 Fatal1ty
CPU: AMD64x2 4600+
RAM: ... more >>
can't insatt using setup.exe
Posted by Kevin at 9/1/2006 4:37:23 PM
I have a windows xp pro version 5.1 sp2
I run the setup.exe and get this message:
"A strong SA password is required for security reasons. Please use SAPWD
switch to supply the same. Refer to the readme ...."
I don't see in the readme how to attach the switch to the setup.exe? -- if
that... more >>
Install sql express 2005 collation specific
Posted by jmeykos at 9/1/2006 11:02:01 AM
I want to install sqlexpress 2005 with collate SQL_Latin1_General_CP1_CI_AS
because my database have it an when I use tempdb
... more >>
|