all groups > sql server clients > october 2003 > threads for october 15 - 21, 2003
Filter by week: 1 2 3 4 5
SQL Database
Posted by KhurshidK at 10/21/2003 1:09:11 PM
Hello All,
What is the best way to build an application that uses an
SQL server data base. I am trying to get something that
is similar to a ACCESS wizard application.. with a
switchboard or menus to add and view records and reports.
Thanks ... more >>
MDAC 2.8 : Ok ?
Posted by VUILLERMET Jacques at 10/21/2003 1:03:21 PM
I'm thinking about installing MDAC 2.8 (RTM) on client machine (Win2000Pro
SP3 ou SP4) and servers (Win2KSP3 + SQL Server 2000 SP3) (cause some
programs run on).
Is this version of MDAC stable ?
Or, migth I prefer 2.7 SP1a and wait for 2.8 SP1 ?
What is your experience ?
Thanks.
Jacques... more >>
Views help - Date in Where clause
Posted by Vlad Pronin at 10/21/2003 12:18:19 PM
Hi!
I have table with [EntryDate] field in it.
I have problem creating where clause with selection for last 30 days
starting from today's day.
Any help appreciated.
Thanks
... more >>
SQL Error
Posted by John at 10/21/2003 10:52:51 AM
I have a SQL server that is hosting 5 databases, when I
try and use Enterprise Manager running it from the server
its self and connect to one specific database I get
A runtime Error has occurred
Do you wish to debug?
Line 306
Error: Unspecified error
it only does it for one specific da... more >>
anyone heard of this
Posted by Peter at 10/20/2003 10:12:08 PM
Hi,
Recently, my manager has mentioned that there was a software called "Leeco"
or "Lecco", which is used for SQL administration. I was wondering has
anyone heard of this software?
Thanks.
Peter
... more >>
Newbie->ExecuteNonQuery hangs up
Posted by Luis E. Hernandez at 10/20/2003 7:19:23 PM
Hello,
I am developing a program using VS.NET 2002 and SQL Server 2000 to access
the database.
However, every time I write code to access the database using the command
"ExecuteNonQuery()" I get the following error message:
"unhandled exception of type "System.Data.SqlClient.SqlExceptio... more >>
NEWBIE Q re: sp_spaceused
Posted by Steve at 10/19/2003 4:32:24 PM
How do I interpret the results of the sp_spaceused proc?
I've got:
database_size: 51 MB
unallocated space: 7.70 MB
reserved: 35128 KB
data: 29504 KB
index_size: 5114 KB
unused: 480KB
How much total space do I have in this database?
How much is currently taken up?
What do reserved and... more >>
Access2002 report, data from SQL2000 Stored Proc
Posted by Jim at 10/19/2003 1:36:29 AM
Hi, all.
I have a SQL2000 Stored Procedure that accepts 2 input
parameters (works as designed, returns a small set of
records). I have an Access 2002 .adp with a simple form
(2 textboxes, 1 command button) for users to enter the 2
parameters and run a report.
I've created a report a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Ucase Howto
Posted by Sergi at 10/19/2003 12:52:11 AM
Hello,
Howto convert existing text in several columns to upper case? In other
words, I would like to convert to upper case the entire table.
TIA
Sergi
... more >>
Howto change datatype
Posted by Tom at 10/18/2003 11:11:06 PM
Hi,
I have a column (CustOrderNo) which is set to datatype int and IX_tbl. We
need to change the format of our Customer Order Number from 123456 (6 digit
#) to T123456 (alphanumeric) format.
1. Can the data type be changed w/o affecting the data?
2. If so which datatype would be more appropria... more >>
Wanna know the last access
Posted by Noorali Issani at 10/18/2003 12:37:41 PM
Dear Professional
I just wanna know the last access record like I have three records in one
table like
1 ABC Active
2 EFG NotActive
3 EDS Active
I just wanna know when the 1 record(ABC) last access date, in... more >>
Display of Crystal Reports
Posted by rutu1234 at 10/18/2003 1:25:05 AM
Hello,
I am using CRViewer to Dispaly the Reports.
I am using ADO & Access as Database.
The reports run Fine on the code machine.
But when Packaged and installed on th another machine without Crstal
reports, The CRViewer is Shown but no Report display.
I get the Message Physical Database not F... more >>
Is this possible? please help (MS access query of sql database)
Posted by anthonyberet at 10/18/2003 1:03:05 AM
I work for an organisation that uses a bespoke document imaging system, the
database of which is an MS sql server.
We have MS Access and already use it for some querying of the database.
The database comprises a large number of distinct cases, which are
differentiated by case reference numbers, ... more >>
Error Message: "cannot perform this operation on a closed dataset"
Posted by Eric Levinson at 10/17/2003 4:59:33 PM
We are trying to access a SQL server 7 database using an
application called "Saleslogix". We are connecting from
Windows 2000, and XP clients running the SQL Server 2000
client.
On all but one of the systems, we can access the database
great. On the last one, we keep getting the error ... more >>
programs remain in background
Posted by dvid at 10/17/2003 10:37:48 AM
We are running custom apps written in VB for SQL
when you close a program sometimes it remains open in
the background.You can go into task manager and the app
is still running,I am talking app not process but the app
is closed on the desktop.We use XP but had this happen
with both NT and W2k.... more >>
Client Running slow on Win XP
Posted by Howard at 10/17/2003 9:26:12 AM
I have multiple clients connected to my training SQL
Server 2000. All the machines are configured the same
they all have the same RAM, hard drive space and programs
installed. One machine is very slow responding when the
SQL (Windows NT) Icon, I am talking from 25 minutes to an
hour or lo... more >>
Converting julian date to date
Posted by Mayur Madoo at 10/17/2003 12:08:29 AM
I need to how to convert julian date to date... more >>
Indexing
Posted by Srilu at 10/16/2003 4:08:55 PM
I have a question.
For example I have a table called Customer, it has
the following structure.
>CustID PK - Clustered Index
>Last Name - NonClustered Index
>First Name
>Zip Code
Is the following Select query use indexes to retrieve data
or table scan as Zip Code is not part of non-clustere... more >>
SELECT on column containg XML string data
Posted by doug at 10/16/2003 10:34:30 AM
I am storing the request and response from a webservice on
a "log" table. The data is in as LogText Column varchar
(3000). The character data has all the XML tags and such.
We now want to display portions of the log table such as
the XML request and XML Response as character data to
incl... more >>
ms sql error 17
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 10/16/2003 10:29:39 AM
i can connect to my sql 2k using names pipe but is not
connecting using tcp/ip getting error 17... more >>
Need SQL query
Posted by Bola at 10/15/2003 5:10:56 PM
Hi there. U have table structure shown here:
category (Int - AutoIncrement) parent_category(Int) Title(string)
1 0
HOME PAGE
2 1
FIRST DEPTH 1
3 ... more >>
Oracle and SQL 2000 ODBC
Posted by johnh at 10/15/2003 9:18:32 AM
We are due to go into a meeting with a company who use
Oracle instead of SQL 2000. We have been playing with SQL
2000 for around a couple of months now, and the whole
point of this meeting is to find out how
effective/reliable SQL 2000 is over Oracle when it comes
to extracting data out o... more >>
Performance
Posted by scat at 10/15/2003 8:45:14 AM
I have sql server running an enterprise software with
several clients. After running for about a week sql server
increasingly uses all the available memory until
performace becomes unacceptable. Is this normal or is
there a configuration or patch that I need to apply?
thanks... more >>
Access2000 as client to SQL2000
Posted by skc at 10/15/2003 8:03:08 AM
We have two machines on a peer-to-peer:
MachineA: Office 2000
MachineB: SQL2000 Server, with 2 test tables called cust
and inv with 7m and 168m records respectively.
What I want to do on MachineA, is use an ODBC link to
extract data from SQL2000 on machine B.
Can someone give me some... more >>
|