all groups > sql server clients > november 2003 > threads for november 1 - 7, 2003
Filter by week: 1 2 3 4 5
How to Install Client Tools for SQL Server 2000
Posted by Tod Meinke at 11/7/2003 11:24:15 AM
I'm running Small Business Server 2000 (upgrade from
NT4). I have a new XP Pro client that needs the SQL
Query Analyzer and Enterprise Manager. How can I install
these tools and where do I get them???
Thanks,
Tod... more >>
SQL Server Version
Posted by Sylvain at 11/7/2003 6:05:53 AM
Hi, i'm willing to upgrade from an Access to Sql Server.
I've been told that it is possible to install a free
version of Sql Server, not just a trial, but probably a
version with less features. I do not know if it true, but
if so, i'd like to know where i can get it.
Thanks
Sylvain... more >>
Cursor is not open error
Posted by WJ at 11/6/2003 8:42:54 PM
Sql Experts,
I use Sql/Analyzer (Developer edition) on my XP client to execute a
procedure on SQL/Server 2000 instance installed on Windows Server 2003
Standard Edition. I got the following error:
{
Server: Msg 16917, Level 16, State 1, Procedure MyProcedure, Line 591
Cursor is not ope... more >>
Using SQL 6.5 and 7.0 at the same time
Posted by Pat at 11/6/2003 7:20:12 AM
Are you able to have a sql 6.5 client and a sql 7.0
client on the same pc? Are their any compatibility
issues? If so, are you able to use them at
the same time? Can a VB app access both 6.5 and 7.0 at
the same time?
Also,can 6.5 and 7.0 reside on the same server? Are there
steps you ... more >>
ADO error -2147024769
Posted by Pat at 11/6/2003 7:05:36 AM
I have a VB 6.0 application that is accessing Sql 6.5 and
Sql 7.0. The application is returning a ADO error:"Error -
2147024769 Method '~' of object '~' failed". This is only
occurring on one machine. The machines is setup to be a
Terminal Server. Other clients in the enviroment are
working... more >>
What is the difference between MDAC 2.6 and sqlredis.exe
Posted by mynewsmail559 NO[at]SPAM yahoo.com at 11/5/2003 9:31:46 AM
According to the release manifest for the MDAC2.6
http://support.microsoft.com/default.aspx?scid=/support/servicepacks/MDAC/2.6/SP1manifest.asp
it already contains ODBC driver, network libraries, OLE DB provider
and even client configuration utility for the SQL Server.
The question is why shou... more >>
Help
Posted by Noorali Issani at 11/5/2003 9:24:10 AM
I have 100s of stored procedures and I wanna change that stored procedures
according to my changed naming convension.. Like one of my procedure is as
follow.
CREATE PROCEDURE [dbo].[CmsGetPatientMedicalHistory] (
@MedicalHistoryID INT,
@PatientID INT = NULL,
@IsActive... more >>
Sequel Enterprise Manager (SEM) losing Server Registrations.
Posted by John CArter at 11/5/2003 7:30:12 AM
When changing a domain password in XPsp1, after logging
off and back onto the PC Sequel Enterprise Manager loses
all of it's Server Registrations. How so I get them to
stay put?
Thank you,
John Carter... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
[DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not Exist or Access denied
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/4/2003 10:52:49 PM
Ladies and Gentlemen,
I am using a connection string like :
'Provider=SQLOLEDB.1;Password=password;Persist Security
Info=True;User ID=sa;Initial Catalog=DataDemo;Data
Source=SERVERNAME';Network Library=DBMSSOCN;Use Procedure
for Prepare=1;Auto Translate=True;Packet
Size=4096;Workstation ... more >>
Trying to buy additional CAL's
Posted by Mark Ward at 11/4/2003 10:34:44 PM
I am in the process of purchasing MS SQL Server 2000 Standard (Retail) with
10 Clients MS P/N (228-00691). I am now trying to find out how to purchase
additional CAL's for 5 extra clients (which will be per device) but am
unable to find these. Are they available for purchase,a nd if so what is th... more >>
SQL servers enumeration
Posted by Alexander Bach at 11/4/2003 7:21:09 PM
Hi all,
I use DBServerEnum function from ntwdblib.dll to get the list of SQL servers
on the network and it works perfectly unless there are secondary SQL server
instances. In this case it only lists the primary instances. Actually I
think it lists not the SQL server instances but the machines ... more >>
Network Error - Disconnect on Idle
Posted by TS at 11/4/2003 2:50:02 PM
Hi,
I run my .NET application For example, I keep a form that displays the
result of a query
open,and keep it idle for abt 30 - 40 minutes.
(My application connects to a server running SQL Server 2000)
Afterwards, when i try to requery data using that form, i get a network
error
stating t... more >>
Transact-SQL Update Question
Posted by Bill at 11/3/2003 4:25:15 PM
I am attempting to change the data in a description field
of our parts table. We are changing two words in the the
descriptions. For example, Description = '96 inch, blue
wood, 1/2 inch thick' to Description = '96 inch, walnut
red, 1/2 inch thick'.
The Description field has different de... more >>
70-228 exams
Posted by Daniel Caetano at 11/3/2003 4:17:08 PM
Can someboby helps me hows to find and download free 70-228 exams??
Thanks all.
... more >>
Active Directory Users
Posted by Brandon at 11/3/2003 11:23:38 AM
Hello,
Is there a way to get the username of the user connecting
to your database when you use active directory as your
authentication? I have VB desktop client.
Thank you,
Brandon... more >>
Query Processor Error
Posted by cj at 11/3/2003 10:06:26 AM
I get the following message when I'm inserting a row into a table. The
statement is very simple, but there is a large amount of data going into one
column.
Internal Query Processor Error: The query processor ran out of stack space
during query optimization
All the KB articles I've found so... more >>
Client tool files
Posted by Kurt at 11/3/2003 8:59:20 AM
Can someone point me to or Does Microsoft have an article
that lists the files installed when installing the Client
Tools only option? I have searched Microsoft's Knowledge
base but can seem to find any documentation.
Thanks
Kurt... more >>
Update Procedures
Posted by Noorali Issani at 11/1/2003 12:20:25 PM
Dear Prefessional
I just wanna ask one question to you is that I have 55 procedures and in
which I used PersonnelID, now I have updated my whole database structure and
changed PersonnelID to VPersonnelID through information_schema.columns
table but the problem is that I wanna update Personnel... more >>
|