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


all groups > sql server connect > august 2006

Filter by week: 1 2 3 4 5

DBLIB
Posted by ggeshev at 8/29/2006 5:53:15 PM
Hello! I have developed a software which uses DBLib to access SQLServer 2000. I tried if the same software will work with 32 bit version of SQLServer 2005 - there was no problem. But now I have a customer who has a 64 bit version of SQLServer 2005 and I urgently need to find solution for us...more >>

Using a variable to access a database
Posted by J_Jones at 8/29/2006 11:04:02 AM
I would like to be able to perform a query where the database to query is a parameter. Can this be accomplished? I have tried various methods but none seem to work. Thank's Everybody...more >>

Connect to SQL2000 & SQL 2005
Posted by Ivan at 8/29/2006 12:00:00 AM
Our current program use ADO to connect oto SQL2000 and run fine. We are planning to migrate to SQL2005. When we clean install the SQL2005, create the database, set compatibility level to 80 and generate the db structure, and migrate data. When everything is done, we try to use our program...more >>

The instance probrom
Posted by xxw_come at 8/29/2006 12:00:00 AM
My sql server 2000 has install two instance,one is a named,some days before it can work well when connect to the database,but as the DBA has change the instance environment and I can't conncet to the named instance as follow instruction: "[Microsoft][ODBC SQL Server Driver][DBMSLPCN]δÕÒµ½Ö¸¶...more >>

Connect to DB using another TCP port from SQL management Studio
Posted by walanta at 8/24/2006 12:16:55 PM
Hi, The DBA set database on server to a high TCP port number. How can I connect to it from Microsoft SQL2005 management Studio. I can't find the option to set TCP port number in there. Thanks!...more >>

Max Connections
Posted by robin9876 NO[at]SPAM hotmail.com at 8/24/2006 6:44:11 AM
On a SQL 2005 server I have set the max user connections to 500 and restarted the SQL Services. The server is showing this as the current running value. However the user connections is reporting over 30,000 and sp_who returns over 150 with the majority of these listed as sleeping. Why is th...more >>

in sql server 2000 when you issue a alter table to add new column, can you specifiy the order? meaning i want that column to be between existing colum
Posted by Daniel at 8/22/2006 12:45:31 PM
in sql server 2000 when you issue a alter table to add new column, can you specifiy the order? meaning i want that column to be between existing columns, not at the last ...more >>

Unable to Connect w/Native Client
Posted by StevenBr at 8/22/2006 12:19:02 PM
I have a SQL 2000/2005 server (2005 is a named instance, 2000 is the default) which I can no longer connect to from remote machines using Management Studio (or any app that uses the Native Client). Further, I can connect to the 2000 instance using Enterprise Manager or Query Analyzer. O...more >>



OSQL Batch File Problem
Posted by J. Baez at 8/22/2006 5:26:02 AM
I have a scheduled task that runs a batch file in windows 2003 server which is running SQL Server 2000 Enterprise. The batch file contains the line: OSQL -i myscript.sql -Umyuser -Pmypassword -Slocalhost -o mytrans.log the 'myscript.sql' file updates a table with another table of the exac...more >>

tracking SPID back to the user or client
Posted by Therat at 8/22/2006 2:48:02 AM
Here's a problem that I can't fix. I have an application that uses a SQL database. The connection is made through ODBC. Also this application uses the same username for all the connections; yes it's one of those. Now this application generates a blocking in witch one spid is in the head of t...more >>

(local)
Posted by Alberto Brivio at 8/21/2006 5:23:55 PM
Dear ALL, my environment is SQL 2000 SP4 on WIN2003 Server Standard. In enterprise manager, when I have to create a new sql registration, on a server I can see (local) instance, on the other one NO !! Server are the same, (HP Proliant DL380) , please could anyone of you give me an he...more >>

SharePoint Transaction Logs - switched to simple, now what?
Posted by Donavon at 8/21/2006 6:59:02 AM
Well like everyone else, I see folks moving to simple recovery mode for their SQL databases and making more daily "full" dB backups. So now that I have moved from full to simple recovery mode. I still have all these transaction files killing me in space. Like 77GB! I don't think I can dele...more >>

Urgent: Connection between SQL 2005 SP1 - IIS on AMD 64bit
Posted by Mert Sakarya at 8/19/2006 12:12:31 AM
Hi, We have a 33GB database on Windows 2003 RC2, SQL Server 2005 SP1 on HP585 AMD64 bit with 4 CPUs, 16GB RAM and 3 disks on storage array. Our five web server connects to database and queries database. The problem is when we make a request on a web server, it generates a query and execut...more >>

browsing for server
Posted by badazizi at 8/18/2006 10:02:02 AM
I have placed a Windows 2003 server, running SQL Server 2000 on a DMZ that is on my internal network. I understand that as a Windows system starts, it advertises its services through Service Advertising Protocol, which allows client computers to browse and select servers of a particular type ...more >>

Calling an Oracle Stored Procedure from a Sql Server 2000 Stored Procedure using a Linked Server
Posted by Richard Urrutia at 8/17/2006 3:03:18 PM
Hi, I'm trying to call an Oracle stored procedure from Sql server and I have this error message Could not execute procedure 'INTEGRE_INTERNET' on remote server 'ORA_DEV1'. [OLE/DB provider returned message: One or more errors occurred during processing of command.] [OLE/DB provider returned...more >>

Server: Msg 8115
Posted by at 8/16/2006 3:57:56 PM
I am experiencing an error message when I run a TSQL and I don't know how to correct it. Server: Msg 8115, Level 16, State 8, Line 38 Arithmetic overflow error converting numeric to data type numeric. In this code I am extracting hierarchical information. I am going 6 levels deep. The s...more >>

Running a package from another computer with DTSRunUI
Posted by rmcompute at 8/16/2006 10:12:02 AM
I set up a package with runs from a batch file on my computer after creating the script with DTSRunUI. I cannot run it on another computer. Do I have to copy DTSRun.exe to the other computer with the related rll files to get it to run ? Is there a recommended way to do this ?...more >>

Not able to register server name using windows authentication - Ur
Posted by Rajeshpillai at 8/16/2006 12:07:01 AM
Hi All, My issue like that.... I have SQL Server 2000 enterprise edition installed as named instance. I have configured mixed mode authentication also. But the problem is whne i try to register my sql server usuing windows authentication i get the following error message " Login failed f...more >>

Cannot Connect to SQL instance on SBS 2003
Posted by Rick Barwig at 8/16/2006 12:04:43 AM
I have a SBS2003 server that required a re-install of Sharepoint. I had 2 databases that are part of a document locator application, the application made its' connection using sa and the associated password. I removed and reinstalled Sharepoint and upgraded the sharepoint instance to SQL std ...more >>

Performing query 10 times faster over internet
Posted by Ronald at 8/12/2006 8:45:30 PM
Hi there! I have a Sql Server 7 running on a webserver. Now I have a quite complicated query that I run on 4 ways. 1: Using ODBC-driver directly on the Sql Server. time to execute: 12 seconds (done this about 10 times) 2. Using OLEDB-driver directly on the Sql Server. time to execute: 12 ...more >>

SQL difference - mySQL and MS SQL
Posted by Victor at 8/12/2006 6:36:51 PM
I just bought a book that I thought was about the SQL query language. Turns out it's really about mySQL. Uh. What is the difference between query language for mySQL and MS SQL? Is there a good reference? Vic ...more >>

Connecting legacy application to remote instance of SQL 2005 Express
Posted by Glenn Adams [MVP - Retail Mgmt] at 8/11/2006 3:40:13 PM
Hi, I've just done my first install of SQL 2005 Express and am having problems connecting from a remote workstation using a VB6 application that I believe used OLE DB/ADO. I did get the application to connect, but only by installing an instance on SQL Express on the remote workstation. I r...more >>

Service not starting
Posted by Piku at 8/11/2006 6:55:02 AM
SQL 2005, sp1 on win 2003, sp1. while starting a named instance, getting error : ERROR : The Service did not respond to start or control request in a timely fashion. I can NOT see those new ( 2#) named instances in "surface area config" where as I CAN see them in "surface area configfor...more >>

Cannot connect to Query Analyzer
Posted by Mike Collins at 8/11/2006 5:32:02 AM
Just a few days ago, we changed the password on our server. After that, I noticed that I could not open Query Analyzer from within Enterprise Manager. I can open Query Analyzer from the start menu and login that way, but can someone help in where to look to make it be able to open from with in...more >>

how to disable sql server login ??
Posted by calvin at 8/11/2006 12:00:00 AM
e.g. in an local area network.. server = 192.168.0.1 me = 192.168.0.2 i just simply using Windows Authorization, then it could be abled to login as an admin through the Studio Express.. ( do anything i want) how can i setted it to disable those login from network ? a bugs ? i have ju...more >>

Complex Query (atleast I think so)
Posted by at 8/10/2006 2:43:06 PM
We have a couple of Bill of Material tables in our SQL 2000 database and I need to extract information. The first table is the master table and the only relevant field is fpartno. Table two is the child table, and it contains all of the parts that make up the fpartno in the master table. Th...more >>

combining data on different sevvers
Posted by Charles MacLean at 8/10/2006 1:42:15 PM
I need to combine data from two different tables on two MS SQL servers running on the same LAN into a single SELECT or VIEW. Is this possible and what would the syntax look like? Thanks, Charles MTS, Inc. ...more >>

Connect to MSAccess on server X from SQL on server Y
Posted by Chris at 8/10/2006 1:16:02 PM
I would like to connect to MSAccess 2003 database from a SQL 2005 database. I tried using Linked Server but it will not work as my MSAccess database is on a different server. I am also trying to use OpenDataSource but I am getting an error. SELECT top 100 * FROM OPENDATASOURCE('Microsoft...more >>

NIC settings for SQL 2005 and windows 2003?
Posted by DBA Dude at 8/10/2006 11:54:57 AM
All Anyone know what is truly recommended for the NIC settings for SQL 2005 when installed on Windows 2003? Microsoft SQL MVP and SQL author: Mark L. states that the NIC should be set to: "Maximize date throughput for file sharing." However, MSDN article states that the setting shoul...more >>

Cannot connect to Remote SQL Server Named Instance
Posted by Forch at 8/10/2006 9:06:01 AM
Hi... On a remote server, I have SQL 2005 installed as the default instance as well as a new named instance. From SQLCMD, I can connect to both instances. However, from Management Studio, I can only connect to the default instance. Is there something special I have to do to connect to ...more >>

Can't get linked servers to work
Posted by dj at 8/10/2006 6:40:02 AM
I'm having trouble getting a new linked server to work. Server Mfr is 2005 Dev (sp1) and is the 'local' server. Server Krypton is 2000 EE sp3 and is the target server I need to link to and query. I have a valid Windows login on both systems and I'm in the sysadmin group on both servers. Af...more >>

Conncting to SQL Server 2005 database
Posted by saurabh.sarode NO[at]SPAM gmail.com at 8/10/2006 4:25:23 AM
Hi, I have SQL Server 2000 Client installed on Windows XP and SQL Server 2005 Database on Windows 2003 which is not on domain. I want to access SQL Server 2005 database from SQL Server2000 Client. When i am trying to connect it, i get access denied error. Is it possible to connect...? ...more >>

SQLServer Connection Problems...
Posted by Jon at 8/9/2006 5:12:32 PM
I have read all I can find and am just frustrated... Our system uses SBS on a company network and Server 2003 for our web server that is not in the company domain. I am developing a web based system with VS2005 Pro. I can connect to SQLServer Express on my computer running on localhost. ...more >>

Connection lost
Posted by Stephen at 8/9/2006 10:27:47 AM
I'm running an access application on my local server (SQL Server 2000) On my win 2000 it worked perfectly. On my win XP, I always get this error message : 3151: ODBC--Connection to 'MyODBC' Failed. This happens when I want to run a procedure that fills a table with records from other tables....more >>

2005 cluster can't find Oracle client or local system OOBC
Posted by FidelR at 8/9/2006 8:45:02 AM
Hi, I have 2 nodes SQL Server 2005 Ent. 64 bit SP1 cluster on Win2003 R2 Ent. I would like to connect via SSIS to an Oracle DB. I don't get any Oracle data providers on the list of providers. When I try to use one of the MS providers like MS OLE DB for Oracle I get "Oracle client and networ...more >>

Query Analyzer. What settings to see the data output again?
Posted by dba_222 NO[at]SPAM yahoo.com at 8/8/2006 3:08:33 PM
Dear experts, I hate to ask such a seemingly dumb question. But I have spent some time trying to solve this already to no avail. When I was using my query analyzer last, a few months ago, I was tuning some strange code. I changed some settings to see what was going on. Now, when I logi...more >>

Connecting to another SQL Server
Posted by Chamark via SQLMonster.com at 8/7/2006 8:54:04 PM
I think I have done my homework and research on this. I'm in a company Intranet and through Enterprise Manager, I have added the server I want to access (FES89TXNCEV501) in my server group. I can access the that server and open a view on that server (read only). I want to write a query (see be...more >>

sql 2000 vs slq2005
Posted by ginger8990 at 8/7/2006 9:47:01 AM
I am not a programmer nor a developer. I just want to get familair with SQL administration stuff. I knew there is no enterprise manager in SQL 2005. Which new tool did replace the enterprise manager?...more >>

Unix applications and supported MSSQL driver
Posted by Mo at 8/7/2006 8:47:02 AM
Dear experts I have a customer requirement. App is a C application deployed on Solaris. The database is inteded to be MS SQL SERVER 2000 or 2005. Before I even get started, will Microsoft support such a mix - i.e., connecting to SQL Server from unix. Does a supported driver exist? ...more >>

SQL Server broadcasting
Posted by Mark B at 8/7/2006 12:00:00 AM
Hi, Is it possible to have an SQL Server NOT broadcast the fact it's an SQL Server? In a school environment, with Visual Studio 2005, this product gives the students a mite too much connectability to network resources. Would it be possible to have a 'passive' SQL server? One that doesn't ap...more >>

ASP.NET 2.0 and connection to remote SQL 2000 server
Posted by Mitya Mitriev at 8/5/2006 11:06:33 PM
Hi I created ASP.NET 2.0 web application that uses SQL Server 2000 database and it works perfectly when website and Sql server were on local machine. Then I installed application on production server. Database is placed on another server. I received the error: An error has occurred while e...more >>

connection problem
Posted by Krzysztof at 8/4/2006 10:17:40 PM
Hi. I have installed Microsoft SQL Server Desktop on Windows Xp Pro. I can connect to database from remote machines with Windows 98Se, but i can't connect from machines with Windows XP. Chris ...more >>

sql 2005 problem connecting in vb2005
Posted by Jeremy at 8/4/2006 5:55:23 PM
I have sql 2k5 installed (developer ed) on my advanced server 2000. It allows remote connections. I'm trying to connect using sql authentication. The server is not a member of a domain. I try to connect from an XP system using an IP number, sql user and password. The attempt fails and the e...more >>

Cannot connect to server
Posted by childothe1980s at 8/4/2006 8:16:02 AM
Hello: When I try to connect to an instance of SQL 2005 in Management Studio on my laptop, I get the following error message: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the de...more >>

How to Enable Connection Pooling
Posted by robin9876 NO[at]SPAM hotmail.com at 8/3/2006 3:12:43 AM
How can you enable connection pooling from an application server that connects to a SQL server on a different server? ...more >>

command line local login to SQL failed
Posted by light_wt at 8/2/2006 5:53:01 PM
Pardon if this has been asked before. If so, please post the URL. Could someone please tell me how to fix this login/pipe? Notice the 3rd login is fine with "/E". It is a SQL2005 Enterprise on Win2003 Server Ent. C:\Program Files\Microsoft SQL Server\90\NotificationServices\9.0.242\Bin>...more >>

SQL Server Management Studio Express
Posted by Victor at 8/2/2006 2:41:41 PM
Just downloaded & installed SQL Server Management Studio Express on my desktop as part of SQL Server 2005. I can see how I can view my database tables, and columns in the tables. But is there a GUI-type interface to view the data database, like Access has? Vic ...more >>

Errors collection in connection object disapearing
Posted by Larry at 8/1/2006 7:40:35 PM
In VB 6.0, (sp6), using sql server 2000 (sp2), and ADO 2.8 the following code keeps crashing when I get an error. If mconTheConnection.State = 0 Then strEmailBody = strEmailBody & "The program was unable to establish a connection to the database " & mstrDataBase strEmail...more >>

import data from excel sheet to sql server
Posted by shybi at 8/1/2006 3:19:53 AM
i am using an OPENROWSET method to import from excel data to sql server. i am getting an error like ADO error:[OLE/DB provider returned message: Operation wa canceled.] OLE DB error trace [OLE/DB Provider 'MSDASQL' IDBInitializ Initialize returned 0x80040e4e Could not initialize data source ...more >>


DevelopmentNow Blog