Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
August 2008
all groups > sql server connect > june 2004 > threads for june 1 - 7, 2004

Filter by week: 1 2 3 4 5

Linked server for ODBC data source
Posted by CCA Dave at 6/7/2004 12:12:03 PM
Hope someone can help with this: I have an Alpha box running open VMS which has an ODBC client from easysoft set up as a system dsn in ODBC data sources. I can select the data source from Excel/Access/VB asp etc with a connection string of "dsn=dsnname" How can I set this up as a linked serv...more >>


Getting NT users
Posted by ChuckRoddy at 6/7/2004 10:51:02 AM
Hello Is there any way to get a list of NT logins (not just SQL logins) ? I have a form that adds logins to a database. Since user's don't have access to create logins, we have a store procedure that does this as a job. I want to be able to check if a username is a valid NT login before allowin...more >>

SQL2000 / WINDOWS 98 connectivity.
Posted by Deepak Nayak at 6/7/2004 4:43:51 AM
Any body have faced this problem? I am using SQL2000 server resided on WIN2000 Professional Server. I have loaded SQL2000 client on a WIN98 PC. Through Enterprize Manager I am able to connect to the SQL Server. I have created the local dsn . But while running the software developed in V...more >>

trying to link replicated servers
Posted by john celery at 6/5/2004 8:06:01 AM
SQL 2000 Servers: DB1 & DB DB1 --> replicates a database to DB DB1 has DB2 as a remote server (not a linked server I need to run a query on DB1 that references a db table in DB Adding DB2 on DB1 as a linked server fails because it say's it's already there what do I have to do to make this w...more >>

adding CAL for sql server on cluster
Posted by biju george at 6/5/2004 1:03:20 AM
Hi Guys, i am using sql server 2000 on windows 2000 cluster with 150 concurrent license . now i want to add 50 more licence. do i have to add this for both nodes? what is the procedure to do this ? is it using licensing manager in control panel? PLS advice me ...more >>

adding sql server CAL on cluster
Posted by bijugeorge at 6/5/2004 1:02:34 AM
Hi Guys, i am using sql server 2000 on windows 2000 cluster with 150 concurrent license . now i want to add 50 more licence. do i have to add this for both nodes? what is the procedure to do this ? is it using licensing manager in control panel? PLS advice me ...more >>

sqldmo failed to register
Posted by Michael Tissington at 6/4/2004 4:01:45 PM
I have an install which works on 99.9% of machines (98, 2000, XP) On one Windows 2000 (SP4) machine my install gets an error when trying to register sqldmo.dll the error is 0x80040154 (Class Not Registered). I run depends on the machine and everything is in place. Obviously I'm installing...more >>

Help:how can i use sql server 2000 in Windows 2003
Posted by gouki at 6/4/2004 11:06:58 AM
Windows 2003,sql server How can i connect sql server 2000? Unable to get a linked server working. Please help me,thanks gouki...more >>



Error 7391
Posted by David at 6/4/2004 10:41:40 AM
Brief background... I have basically the same sql/db at each of my locations and once a week I try to merge all of the db into one corporate db. I have several queries that are in a stored procedure that seem to be working just fine but there is one query that just does not want to work. ...more >>

SSL encrypt connection without cert server
Posted by GBlack at 6/4/2004 8:02:09 AM
How do I generate a certificate request for SQL Server without using a certificate server? I want to encrypt my DB traffic but I don't have a certificate server....more >>

Environmental Variable
Posted by Victor at 6/3/2004 8:57:56 PM
Does the setup for SQL also set the corresponding environmental variable, or is this something that has to be done separately? If separately, which environmental variable and how? Thanks, Victor ...more >>

Multiple IP's. Only want 1 for SQL 1433
Posted by Jeremy at 6/3/2004 8:01:07 PM
Hi I've got an SQL server 2000 (sp3) This box has multiple IP addresses. These are for web page But i only want the SQL server (port 1433) to listen on one of these addressses It seems to listen on all the addresses which i don't want it to. for sercuirty reasons as wel as for it's resource sa...more >>

Oracle 8.1.7, Win2003, SQL2000
Posted by Sunil K at 6/3/2004 4:46:01 PM
Oracle 8.1.7 and SQL 2000 (with SP3) are on a Win2003 server. We have MDAC 2.8 installed. Unable to get a linked server (to Oracle) working. We get the erro Error 7399: OLE DB provider 'MSDAORA' reported an error OLE DB error trace [OLE/DB Provider 'MSDAORA' IDBInitialize::Initialize returned 0...more >>

prepexec and Linked Server
Posted by Beerboy at 6/3/2004 3:40:06 PM
I am trying to track down a blocking issue. Part of the blocking issue is with a cross-database query. The problem I am having is attempting to find the query causing the blocking. I can see the blocking event, but when I look at the command that is running through the DBCC inputbuffer com...more >>

connection problem
Posted by hawk at 6/3/2004 10:39:35 AM
Hi, All, SQL7.0, SP3 on Win2000 server+ sp1 I remote access our client in FL, recently I get error message [DBNMPNTW] Connection write(writefile()) message then the connection failed. What's cause the problem how can I fix it. Thanks and have a nice day Hawk ...more >>

Suddenly can no longer connect
Posted by SteveP at 6/3/2004 3:36:02 AM
We have an ASP web site driven by a SQL 2000. For several months I have satisfactorily been able to view and edit the database using a) Access 2000 project and b) Excel with an ODBC link Suddenly we started getting messages such a connection failed: SQLState '01000' SQL Sever Error 10060 [Mi...more >>

Executing SQL command when user is connecting
Posted by Ole Wissing at 6/2/2004 10:20:23 PM
I would like to be able to limit users from connecting to the database using other than the dedicated application. Of course it could be done using application role, but the applicationd does not support this. Therefore I have been writing some code to catch the bad guys, but how should I trig...more >>

[Named Pipes]Specified Sql server not found]
Posted by Ashish Kanoongo at 6/2/2004 1:29:57 PM
I am trying to create Sql Server 2000 remotely using and getting = following error on some of the machine, but on some of the machine it is = working fine. All client machine having W2K Prof. "[Microsoft[[ODBC Sql Server Driver][Named Pipes]Specified Sql server = not found" Server alias/cli...more >>

Linked Server alias/synonym
Posted by Emil at 6/2/2004 9:33:03 AM
Good morning, In sql-server(7 or 2k)can a linked server have an alies or a synonym? I need to avoid the 4 part naming convention (linkedserver.dbname.owner.object)when I refer to an object on a liked server and use an alies/synynom for the "linkedserver.dbname.owner" portion. Is this d...more >>

Problem connecting from Enterprise Manager
Posted by Elie Grouchko at 6/2/2004 2:09:49 AM
Hi All I hope I'm on the right NewsGroup, please let me know if I should post that elsewhere. I am runing the Developer edition of SQL Server 2000 SP3 on a Windows 2000 OS, All the latest updates to the OS, IE and Office are installed. I recently upgraded to MDAC 2.8 and since doing that ...more >>

timeout
Posted by Marianne at 6/1/2004 6:17:25 PM
I am getting a random timeout when calling a stored procedure from c## / asp.net and using an SqlDataReader to access the data. Also get same results if using sql in-line rather than a stored procedure. However, the query runs great and never has a timeout from the Query Analyzer. Any ideas o...more >>


DevelopmentNow Blog