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 > june 2005

Filter by week: 1 2 3 4 5

New SQL Database
Posted by bills249 at 6/30/2005 11:34:25 AM
I have set up applications in Access and am now starting in SQL Server. I have taken a SQL class, but it did not cover starting from scratch. Our IT dept set up a blank SQL database for me and gave me all permissions, but I'm unsure of how to proceed. Do I need some sort of an interface set...more >>


sql database security
Posted by Min at 6/30/2005 4:43:07 AM
This is the first time I use SQL server for my application. I need to set up 2 databases in the same server. 1. The first database need to be "hidden" hence no one else even SA should not be able to see the database except for my application. 2. The second database can be seen by SA Is t...more >>

error conection frm clients to the sqlserver
Posted by ahi at 6/30/2005 3:49:05 AM
hi dear members we have a program that its database is SQLserver2000 that installed on a computer with ' MIS' name.the type of SQLserver installation is mixed mode (not Authentication ). so , 2 weeks ago the program did run on all of the network clients without login to the SQlserver bes...more >>

login failed for user'(null)'
Posted by frank at 6/30/2005 12:00:00 AM
Sqlserver 2000/sp3a on Windows 2003 IIS 6.0 on Windows 2003 (seperate servers) I'm getting application eventlog error 17055 (mssqlserver) entries and also in the sqlserver log saying Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Generated by ...more >>

linked server
Posted by Luis Oliveira at 6/30/2005 12:00:00 AM
Hi, anyone knows how to verify if a linked server is active only using SQL code? This question is because I need to check if a created linked server is ok to perform actions on it. Many thanks, Luis ...more >>

Acess Denied SQL Server doesnot Exist
Posted by Shiv at 6/28/2005 4:43:03 PM
Hi I recently installed a copy of SQL Server 2000 and was unable to connect as my SQL server gives me the message "Acess Denied SQL Server doesnot Exist". I did use all the trouble shooting help but couldnot rectify it. The probelm seems to be with my logon. I am starting it with a single user...more >>

SQL Port Restriction
Posted by Wade Rocco at 6/28/2005 9:08:51 AM
Hello All, Which ports are necessary for SQL communication?? I have a test environment with a web server and a separate db server and I want to shut down any unnecessary ports on the web/SQL server. Any advice is appreciated. Thanks!! Wade ...more >>

how to determine the best timeout value
Posted by jalie at 6/28/2005 4:36:02 AM
Hi, I am trying to insert 75000+ records into a table via a stored procedure (the table is empty) - the information for all those records is contained in an xml document that is passed to the stored procedure in a string. I am using openxml to read the xml data and to insert the records int...more >>



Exchange Linked Server
Posted by Mike at 6/27/2005 12:00:00 AM
I'm trying to run a view that calls a table in a linked server (linked to Exchange on an SBS 03 box) The linked server shows the correct tables in the Exchange public folders. The query is; CREATE VIEW dbo.vw_Exchange_Contacts AS SELECT CONVERT(nvarchar(50), [DAV:id]) AS DAVUID, CONVE...more >>

Unable to connect to SQL Server Personal Edition
Posted by guian NO[at]SPAM att.net at 6/26/2005 1:42:18 PM
I'm trying to connect to a local SQL Server 2000 'Personal Edition' running on Windows XP Professional. I've tried everything, and searched the forums for similar problems, but I can't get the connection to work... :( Using jdbc, with the follwing URL jdbc:microsoft:sqlserver://localhost:14...more >>

Weird SQL behaviour
Posted by bthouin at 6/23/2005 11:54:46 PM
Hi guys, I have a simple problem, and on the paper I've solved it, but the results are absolutely baffling and inconsistent, hence my cry for help. My client has an SQLServer database (designed and fed by my software) at a hoster, with, for the sake of this exercise, 2 related tables, lets...more >>

Can no longer get dataset fill method to work after directory copy
Posted by HermanW at 6/23/2005 9:31:01 AM
I have been creating a small winforms app using VS 2005 and SQL Express. I create serveral tables in the database and added it as the datasource for the project. I created several forms, created several datagrids and regular design views. After I got several of the forms running, I decided to...more >>

Lost connection to sql server
Posted by JT at 6/22/2005 10:27:02 PM
Hi, I just installed a virtual sql server 2000 sp3a named instance on a MSCS cluster. I was trying to get the log files onto a separate LUN in my SAN. I changed the startup parameters in Enterprise manager to point to a new location for the -l parameter (log) and removed the previous -l par...more >>

Doubt about connections to sql server.
Posted by MariaGuzman at 6/22/2005 2:39:43 PM
Hi, i have some applications that use a sql server user to connect to databases. Sometimes i Check the las batch time in enterprise manager to see if the connection is active, and the date is expressed like this: "01/01/1900 12:00 am" Do somebody know why this happen?? Thanks a lot for your...more >>

SPIDs and processes
Posted by Jim at 6/22/2005 11:33:07 AM
Hello, I don't know much about SQL Server processes/SPIDs but everytime our web app creates a ADO.NET connection and closes it, the SPID is still hanging around in "sleeping status" well after it's closed in the ADO.NET code. Is this normal or I am making database calls inefficiently? I al...more >>

Unable to connect to sqlserver 2000 with SP4
Posted by ourspt at 6/22/2005 12:25:03 AM
Hi All, I am having my SQL Server 2000 with SP3 service pack on an Windows O/S 2003 server without any service pack. My client application was able to connect without any problems. Now recently I have upgraded my SQL Server 2000 with SP4 Service pack and also upgraded my Windows O/S 200...more >>

How to connect to a dedicated m/c
Posted by Lara at 6/22/2005 12:00:00 AM
Hi, Recently i installed SQL server 2000(EE)on my remote dedicated server( win 2003). I haven't installed ant Service packs. Now the problem is i am not able to connect to the SQL server either thru Query Analyzer or thru the application. I have disabled the firewall, still no use. Can anyone he...more >>

OLE DB MSOLAP
Posted by Jessica C at 6/21/2005 2:21:32 PM
Hi I have a stored proc that uses a linked server connection to a cube and after applying sp4 I get the following error when running the sproc: Server: Msg 7358, Level 16, State 1, Line 1 Could not execute query. The OLE DB provider 'MSOLAP' did not provide an appropriate interface to acc...more >>

SQL Server Ports
Posted by Trevor Daniel at 6/21/2005 10:25:36 AM
Hi, I am trying to get ISA2004 to allow my SQL Server installation to talk to a database on the outside world. I have had port 1433 TCP/IP opened and this allows me to see the database. The weird thing is that when I try and use the DTS Import/Export wizrd, it initially shows the list of...more >>

SQL Connection over VPN
Posted by Dan Slaby at 6/20/2005 5:38:48 PM
After I installed ISA 2004 SP1 and Windows 2003 SP1, I have not been able to make a connection to several SQL 2000 servers over VPN. I use Windows and tried SQL logon. When I removed the servers from Available Servers in the Register SQL Wizard, I see the servers duplicated. I've tried IP and ...more >>

Issues
Posted by Alex at 6/19/2005 6:52:01 PM
Hi, I've installed SQL Express as the default 'SQLExpress' install (windows authentication) and while I can connect fine to my created databases from VS Web Edition 2005 (using the test server) I cannot get access to the databases from IIS http://localhost/test.aspx for example. I've worke...more >>

Newbie Can't connect - Trusted Server issue.
Posted by Jozef at 6/18/2005 12:00:00 AM
Hello, I'm creating an application that will rely on a central SQL Server database for its help file. I'm a beginner with SQL Server really, and I keep getting the following error; "Login failed for use 'whateverUser'. Reason: Not associated with a trusted SQL Server connection" I ca...more >>

msde connection
Posted by sid_susan at 6/18/2005 12:00:00 AM
I installed Msde, the Sql server desktop engine in Windows 2003 server, then I am trying to connect it via enterprise manager, but failed, the msde instance do not show up in enterprise manager, but do show up in system service list, what can I do ? sid_susan ...more >>

Accessing SQL Server via TELNET?
Posted by Jeff Johnson [MVP: VB] at 6/17/2005 4:36:34 PM
Is the protocol for SQL Server available anywhere? In other words, if I TELNET to my server on port 1433, can I issue raw commands right there like I could with, say, SMTP or POP3? ...more >>

Is there any way to know any user Connect / Disconnect from the SQL Server?
Posted by SOHO at 6/16/2005 12:00:00 AM
Hi All, Is there any way to know any user Connect / Disconnect from the SQL Server? Such as: In any kind of "Method" OR "Event Log" -- Thanks ! ...more >>

How to control SQL Server 2000 login and logout Method / Event.
Posted by SOHO at 6/16/2005 12:00:00 AM
-- Thanks ! ...more >>

Can not connect to SQL Server database with http://Localhost
Posted by cjeffwang NO[at]SPAM gmail.com at 6/15/2005 12:40:57 AM
I followed an example from the Chap 12 of "Beginning Active Server Pages 3.0 (Wrox 1999)" to connect to my Access and SQL Server databases with the following Coonection Strings. objConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=G:\databases\Movie2000.mdb;" & _ ...more >>

ODBC Creation from commandline
Posted by Duane Haas at 6/14/2005 9:44:50 AM
I am trying to get an ODBC connection created from a commandline, I have created the ODBC connection, exported the registry key, and have tried doing regedit /s "regkey", problem is after I do that it never shows us in the ODBC manager, it shows up in the registry under ODBC.INI\Source, but I ...more >>

Odd Server Behavior
Posted by Dan at 6/14/2005 4:52:04 AM
I have a new SQL Server installation on a remote dedicated web server server hosting several websites. If I use Remote Desktop, I can log in on the server and perform any DB task, using any of the created logins without any problem. I can use Enterprise Manager & Query Analyzer without any...more >>

problem with sqlserver 2005 express
Posted by aa at 6/13/2005 12:00:00 AM
I am using VS2005 with sql server 2005 express. I have database with atached datafile. when I am using Select command from created table, there is not case sensitive in the result. I mean I have in the table the row with value "Disp1" in col1, and when I am selecting with filter Where col1="d...more >>

Is NTFS required?
Posted by Jim Richards at 6/12/2005 7:16:35 PM
Good day. I had my XP Pro PC hard drives formatted to NTFS but when I built the 98SE PC it could not read the shared files from the XP PC. I re-formatted the drives on the XP PC to FAT32. Does the PC on which SQL Server 2000 is installed require the NTFS formatted hard drives? TIA, Jim. ...more >>

Connection String
Posted by Jim Richards at 6/12/2005 2:15:42 PM
I have SQL Server 2000 installed on my XP Pro PC and the Client Tools (SQL Query Analyzer) installed on my 98SE PC. On the 98SE PC, when I start SQL Query Analyzer, I get a window titled "Connect to SQL Server" but the SQL Server line is blank and the drop-down arrow is also blank. How do I ge...more >>

SOS sql server do not connect
Posted by Cindy Sai at 6/10/2005 12:00:00 AM
I use enterprise to connect one SQL server from my pc, get the following errors: access deny and connection fail, but, I can use my another server to connect it, same setup, any suggestions? -- Cindy Sai Professional & Continuing Studies The University of Delaware http://www.udel.edu ht...more >>

IUSR Role in SQL Server Database
Posted by WC Justice at 6/9/2005 4:55:42 PM
Is it a security risk to have the IUSR account set up as a dbo, or is it better to give the IUSR account selected authority? I use the IUSR account to access SQL Server for ASP web pages. The connection string uses IUSR_<machine> with no password, but the password is stored within IIS. ...more >>

Connection from dts to MySql
Posted by Snake at 6/9/2005 3:50:08 PM
Two of our servers have a "MYSql OleDB Provider" Datasource. I have no idea where they came from but I would like to add this Datasource to my own PC. Is this something someone likely purchased? Does Microsoft provide it? Thanks...more >>

Clients connect via Named Pipes even though its disabled
Posted by Gary at 6/9/2005 2:21:24 PM
We've got SQL 2000 clients (standard install, no sp) who are connecting to our SQL 2000 Servers with Named Pipes even though we've disabled named pipes in the client network utility. They should be connecting via tcp/ip. Any ideas on what could be causing this? ...more >>

Connecting Sql Servers Seperated by a firewall
Posted by SteveB at 6/9/2005 5:03:03 AM
Hello, I have two sql servers that reside in seperate AD forests and that are separated by a firewall. I need to enalbe connectivity between the two sql servers. In addition to port 1433 are there any other ports that need to be opened...more >>

Unable to connect to server (msg 17, Level 16, State 1)
Posted by Michael Jervis at 6/9/2005 4:04:23 AM
Hi, I am unable to connect to a SQL Server on our network. I was able to connect to this server until recently. I am not /aware/ of any changes to the server or to the client that could have affected this, however, the server was not responding to pings this morning and had to be rebooted. ...more >>

Cannot See Database
Posted by HIK at 6/8/2005 12:00:00 AM
I have installed SQL Server 2005 Beta 2 and attached a database which was running on SQL Server 2000. On the local machine using server management studio I can see all databases including the one I attached. In SMS I have under Databases System Databases (containing Master tempdb etc.), Data...more >>

Problems linking up SQL Server and ADSI
Posted by Klaus Salchner at 6/7/2005 10:34:31 PM
Hi, I am trying to link up a SQL Server 2000 SP4 (or SP3a) with a ADAM (Active Directory Application Mode) on Windows 2003 SP1. Both SQL Server and ADAM are running on the local machine. The user I am logged on is a local Administrator account. Unfortunately with not much luck. I crea...more >>

critical issue with linked servers
Posted by Enric at 6/7/2005 8:29:12 AM
Dear gurus, I’ve created a link between an A server (sql2000k) and an B server (sql2000k). They belong to different NT domains as well as different countries. That link has been created from one third server-country but I think that doesn’t matter so that’s not strange at all but th...more >>

When does a connection close?
Posted by Geoff at 6/6/2005 1:46:10 PM
We are using SQL Server 2000 with ASP.Net. My manager noticed in Enterprise Manager (under Management | Current Activity | Process Info) that after a page had rendered, some database connections still show. We figured the code must not be closing the connections properly. We did some research...more >>

SQL User not found - 15401
Posted by Jonathan at 6/6/2005 6:08:03 AM
Hi, I am running Navision 3.10A with SQL Server. When I go into Navision and try Syncronise to SQL I receive the following: (Error Message 1) Click Ok if you want to revoke Windows login DOMAIN\User1 from Server SERVERNAME or click Cancel to allow login to remain granted. This message a...more >>

Permissions issue
Posted by WC Justice at 6/5/2005 4:27:38 PM
I have an ASP website that uses SQL Server 2000 as its back end. It is running successfully on SBS 2003--all on one machine. I am moving over to a new domain which has the web site on one server and SQL Server 2000 on another. I have progressed to the point where the web site comes up, but I ...more >>

Cant connect to sqlserver
Posted by Remis at 6/3/2005 2:58:25 PM
I use connection string like that: server=10.10.10.1;uid=xuser;pwd=xpasword;database=xdatabase;Connection Timeout=60;Pooling=True;Min Pool Size=1;Max Pool Size=50 And I can't connect to the server. when I connect to \\10.10.10.1\c$ with administrator rights then connection to sqlserver (1...more >>

Linkedservername variable
Posted by Pille at 6/2/2005 6:06:04 AM
We are calling stored procedures over a linkedserver from a client and we want to use these client stored procedures in a test and production system with different server names. Also we don' t want to have to kinds of sps (for the test and production system). Our Clients have a MSDE 7.0 and...more >>

Problems connecting to SQL server on W2K3 from Win 2000 workstatio
Posted by Mike Allen at 6/1/2005 9:06:04 AM
We are running SQL Server 2000 on Windows Server 2003 (SP1 not installed). We are trying to access our databases using Enterprise manager from our machines in the office using windows authentication. We have no problems from windows XP machines (using both TCP/IP and Named Pipes). I can con...more >>


DevelopmentNow Blog