all groups > sql server msde > march 2005 > threads for march 8 - 14, 2005
Filter by week: 1 2 3 4 5
BCP long filenames
Posted by Paul Aspinall at 3/14/2005 10:53:12 PM
Hi
I need to pass a long filename to a stored proc., which will then export a
file via BCP
How can I pass a file, which has:
c:\program files\blah blah etc
The proc seems to fail at the moment, due to the long filenames.
How can I force the BCP command to accept this?
Thanks
... more >>
internet connection to msde
Posted by TJS at 3/14/2005 10:46:00 PM
--msde instance with DISABLENETWORKPROTOCOLS=0 is installed and working.
--local connection works to confirm username and password
--firewall ports are configured correctly
--remote telnet connection works to confirm ip and port # , but tcp/ip does
not connect
any suggestions on how to fix/... more >>
How many recordset open ?
Posted by Sylvain Aufrère at 3/14/2005 8:01:06 AM
Hello,
I use VisualBasic 6, MSDE and ADO2.8.
I seek to know how many recordsets are open at the same time.
How much CPU (or memory) use they?
My goal is to know if all my recordset is well closed.
Thank you.... more >>
Cannot connect to MSDE
Posted by Tom at 3/14/2005 12:25:42 AM
Hello all,
I have two computers in LAN. Both computers are visible
one to another. First computer has MSDE installed on it.
Second cumputer runs application that needs to connect to
MSDE installed on the first computer. The problem is that
application installed on second computer cannot ... more >>
where to find instructions for ...
Posted by TJS at 3/12/2005 3:08:21 PM
MSDE instance is installed on windows server which operates as a webhost.
Now it needs to be enabled on the network/internet for access from websites
and remote connections.
1] what server name is used to access it over the local network ?
2] how does it get a server name accessible over th... more >>
SQLServer Error: 18456, Login failed for user 'sa'. [SQLSTATE 28000]
Posted by Shaju Devassy via SQLMonster.com at 3/12/2005 2:31:37 PM
Hallo everyone,
I have come across a pc where an administration package is installed. The
operating system is Windows ME. I belive the package uses MSDE 7. Is there
anyway i can check the MSDE Version. Further when i clik the service
manager console icon from task bar, i notice that the sql se... more >>
space unused vs "Primary Filegroup is full"
Posted by Thomas at 3/12/2005 12:01:40 PM
Dear Experts,
I have the well known "Primary Filegroup is full" error and I'm wondering
why.
sp_showUsage:
TABLE myTable
ROWS 19344740
RESERVED KB 2060520
DATA KB 821304
INDEX KB2640
UNUSED KB 123576
sp_spaceUsed:
database_name myDB
database_size M... more >>
Callback Function in C#
Posted by Jeff B. at 3/11/2005 11:44:06 PM
Hello,
Does anyone know if a C# (or other managed language) DLL can be used as a
callback library for the Callback parameter during setup? I have experience
writing C# applications/libraries but not C++. If it can't be done in C#
then does anyone know of any good C++ templates that I coul... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
External SQL functions exported by DLLs
Posted by Peter Sullvan at 3/11/2005 2:58:49 PM
We have a few rather advanced calculation routines
developed in C++. Currently we are using a Sybase ASA
database for our app. and these routines are accessible
by so called external functions exported by a DLL
(dynamic link library) that we wrote in C++. Sybase
supports this quite nicely.
T... more >>
msde memory setting
Posted by Keeper at 3/11/2005 12:31:12 PM
What memory settings should i configure to tune msde?
Sometimes it will be installed on a PC but at other times it will be an app
server. On the app server i want to take advantage of the increase in memory.... more >>
how to create filegroups
Posted by Keeper at 3/11/2005 12:29:02 PM
I was directed to create filegroups so that clients that install msde or sql
server would look the same Can anyone point me in the right direction on how
to
create the filegroups on msde.
I was thinking about just splitting up the indexes and tables at this
point. Is this what a sql se... more >>
Running MSDE in memory
Posted by Hari at 3/11/2005 9:53:06 AM
Hello,
Is there any way to run MSDE in memory (like SharpHSQL).
I am writing some unit tests that have database operations in them, and
having to access the disk everytime is very expensive.
Thanks,
Hari... more >>
newbie: True and False 0 and 1?
Posted by Baronne at 3/11/2005 7:56:29 AM
Hi,
I have an MSDE 2000 SP3a running on Win2k3, problem I have is that I am
writing a little basic web app. One of the fields I have set to bit
which I assumed I would use for True or False (1 or 0) - Using
Dreamweaver it seems that when I check a field in order to set it to
"true" it seems t... more >>
Trying to install HP SIM 4.2
Posted by Julie Williams at 3/11/2005 2:36:18 AM
Hi,
I have been trying to install HP SIM 4.2. In order for HP
SIM to work I also need to install MSDE.
MSDE starts to install and gets so far in, it stops with
the message "Setup failed to configure the server. Refer
to the server error logs and setup error logs for more
information... more >>
default date
Posted by TJS at 3/10/2005 11:07:48 PM
in DateTime column called ExpireDate, I have default value of (1/1/2020)
yet when data entry is made (without ExpireDate value) the value is always
set at 1/1/1900
why is default not entered as 1/1/2020 ?
... more >>
MSDE Install Question
Posted by Jeff B. at 3/10/2005 9:37:27 PM
I installed MSDE using Windows authentication and gave the SA logon ID a
"strong" password. However, when I attempt to logon to the MSDE database
(via OSQL) I get a message stating something to the effect of "the logon ID
is not associated with a trusted account". I realize what this means (... more >>
MSDE SP3 Instalation Succeeded but wrong binn files version
Posted by Patrick Simard via SQLMonster.com at 3/10/2005 6:53:00 PM
Hi!
I installed the MSDE SP3 upgrade with theses parameters (/upgradesp sqlrun
BLANKSAPWD=1) on differents computer with the previous version of MSDE 2K.
One of them had a bad result: The files in the binn folder kept the old
version 8.00.194 instead of 8.00.760. The interface told me that ... more >>
UPDATE with ORDER BY
Posted by Juxx at 3/10/2005 3:46:22 PM
Hi all,
I need to update a table using ORDER BY clause in order to write a sequence
number to a column.
I found a way myself, in MSSQL 2k 8.00.818 (SP3) works fine,
but in MSDE 8.00.818 (SP3) does'nt work at all!!!
Here is the statement:
DECLARE @NewNumber As SmallInt
SET @NewNumbe... more >>
Deployment of MSDE
Posted by Jon at 3/10/2005 3:11:09 PM
Is there a way to turn off System Administrators in Server Roles for the
Builtin\Administrators using the deployment toolkit?... more >>
When to use MSDE/Sql Server (when using VB.NET)
Posted by DraguVaso at 3/10/2005 2:56:35 PM
Hi,
I'm just wondering when I better should use an Sql Server or when a MSDE.
Whet are the advantages of one to another en the limits etc. And this
espacially when using them as databases for VB.NET-applications.
Any information would be great!
Thanks a lot in advance,
Pieter
... more >>
How to change table names (Table, Table1, Table2, etc.) returned from SP
Posted by Goran Djuranovic at 3/10/2005 12:48:24 PM
Hi all,
How do I customize table names returned from the stored procedure?
For example, I have a stored procedure that is something like this:
--------------------------------------
SELECT * FROM Employee
SELECT * FROM Employer
SELECT * FROM HealthInsurance
-----------------------------------... more >>
Could DTS running with MSDE
Posted by Abdul Darnis via SQLMonster.com at 3/10/2005 5:21:42 AM
Hello,
I'm new with SQL Server. Could Data Transformation package that made by DTC
in SQL Server running with MSDE...?
Thanks,
Abdul
--
Message posted via http://www.sqlmonster.com... more >>
MSDE 2000 - MBSA not reporting MSDE SP3a correctly
Posted by pete NO[at]SPAM trimblenetworks.com.au at 3/9/2005 6:38:37 PM
We have a windows 2003 box running a vendors version of MSDE 2000.
I recently upgraded the MSDE engine to Service pack 3a. However our
national counterparts (who run MBSA to scan the servers) believe the
patch has not been applied.
MBSA reports as follows;
- SQL SERVER 2000 GOLD
- The latest... more >>
user functions
Posted by Rich at 3/9/2005 2:19:01 PM
I am new to SQL Server. What would cause the User Defined Functions to not
appear in the EM on an MSDE installation of SQL Server? I can see the User
Defined Functions on my Standard installations...... more >>
Stop MSDE
Posted by Viktor Zadro at 3/9/2005 8:50:45 AM
How stop/start SQLSERVER (MSDE) on network with command prompt.
... more >>
@@SPID and ADODB.Connection
Posted by Sylvain Aufrère at 3/9/2005 7:49:09 AM
Hello,
I use Visual Basic 6 and MSDE.
I have a problem with @@SPID and my ADO connection :
Just after the connection:
Connection.Execute("Select @@SPID").Fields(0).Value = 52
SPID #52 is visible in the processes of MSDE. It's good
Just after ADODB.Recordset.open "Select ...." , Con... more >>
How to i get all the data from database within CD?
Posted by MOHAMED NASEER at 3/9/2005 1:05:02 AM
In my company i have one requirement.i have a database in sql server and i
have one report generation application to connect that database an it will
generate reports.for this client machine must have sql server.now my client
need data and application in one cd .he want to see the reports usin... more >>
how many concurrent users for client/server app?
Posted by Ron at 3/8/2005 3:41:04 PM
How many concurrent users will MSDE support in a client/server application?
I found 25 users for a website but I have an Access application that I wish
to connect to MSDE and wish to know how many users before having to upgrade
to the full blown version of SQL Server.... more >>
MSDE - should i use filegroups
Posted by Keeper at 3/8/2005 3:19:01 PM
To allow for a proper migration path to SQL Server should i create my MSDE db
with FileGroups or can this be done later when migrating to SQL Server
without causing issues?
Can anyone recommend a best practice on what should be in each group?
tables (this can be broken further for large/smal... more >>
|