| Thread | Last Post | Replies |
|
| Linked server strangeness in SQL 2005 Mgmt Studio | 16 Aug 2007 11:20 GMT | 10 |
The user interface for SQL 2005 Management Studio is strange when you're messing with a linked 2000 server default instance. Maybe this isn't supported. :-) In the Object Explorer, go to the Linked Servers item, right-click and
|
| Problem Connecting to Sql Server 2005 locally by Name | 15 Aug 2007 16:51 GMT | 4 |
Configuration: Sql server running on a test machine with mirrored drive for OS and SAN for data. Problem:
|
| MS Active Sync 4.5 killing my ADO connection | 15 Aug 2007 14:48 GMT | 2 |
After months of frustration, not knowing what was causing the disruptions, I caught the culprit live, in its tracks. And that beast is Active Sync. I was running a long process, generating test data, and when I pulled my PDA out of the cradle, I heard the normal "ding", signifying ...
|
| Can't connect to SQL Server 2000 with Visual Studio 2005 | 15 Aug 2007 14:09 GMT | 2 |
I've been using Delphi for years (Win 32) and connecting to my SQL Server databases with no problem. I am now trying to learn both VB and C#. (Visual studio 2005) From the Data menu, I select Add New Data Source
|
| Shared Memory from older app SQL Server 2005 | 14 Aug 2007 17:06 GMT | 9 |
We have an application that we run at our business that takes a long time to run on our old server. We purchased a new server and I have been told we are going to run SQL Server 2005 STD x64. When I ran the program as a test on our new server it took twice as long as the older
|
| Cannot login to SQL Server 2005 using SQL Server Authentication | 14 Aug 2007 05:12 GMT | 2 |
I am unable to login to Server Management Express using Server Authentication. I am able to login using Windows Authentication though. I setup a new logic using Server Authentication but get the following message:
|
| How to connect test to production system | 14 Aug 2007 02:40 GMT | 6 |
I am looking for guidance. I do SQL and other development on 2 computers, and I work remotely from my company's home office. (We use SQL 2000 and 2005 both.) My "main" computer has a VPN to the home office. Outside of that, and
|
| Can't Connect | 13 Aug 2007 23:45 GMT | 2 |
I have just installed Sql server 2005 on my Win XP Pro machine. When I go into the sql server management studio, there is only one entry under the "database engine" entry in the registered servers' panel on the left. It is MyServerName\SQLEXPRESS.
|
| SQL 2005 + Vista Ultimate Can not connect to local DB | 13 Aug 2007 16:59 GMT | 1 |
I have just reloaded my PC with Vista Ultimate. I have installed SQL 2005 and I can not connect to the local DB. I can connect to remote DBs no problems. I have installed sp2 and had no issues. The error message I am getting is. TITLE: Connect to Server
|
| Connecting to a Named Instance of SQL Server from ASP.Net | 09 Aug 2007 22:06 GMT | 1 |
I have a named instance of SQL Server 2000 called VTMS on a server called VTMS which resides on a cluster. I am trying to connect to a database on VTMS from a webapp (URL http://reports) hosted on a server called RPT (ASP.Net 2.0) using Windows
|
| Type Mismatch in JDBC parameterized queries | 09 Aug 2007 20:34 GMT | 3 |
We are using Hibernate 2.0 with MS 2005 JDBC Driver 1.1 For character based parameter fields, JDBC seesm to force one of two types: nvarchar(4000) or varchar(8000). This difference is if we set the connection property SendStringParametersasUnicode.
|
| SQL Server Specific Windows Firewall Exception | 08 Aug 2007 11:50 GMT | 6 |
If you edit File and Print Sharing in Windows Firewall, you'll see that it lists 2 UDP ports and 2 TCP ports. This is something that cannot be done normally but is offered through the XPSP2 resource DLL. You can see this by looking at the registry entry for
|
| SQL 2005 Express | 08 Aug 2007 02:52 GMT | 3 |
I am new to SQL Server, and using the Express edition. I can't seem to find the way to create relationships between tables. Any reference info will be appreciated.
|
| Pay Attention Please... | 07 Aug 2007 19:37 GMT | 1 |
Dear Sir, Actually i want to ask, how to install the SQL Server Desktop Edition 2000 Client Tools only from the Command Prompt ? i have gone through the internet but all the responds were about SQL Server Desktop Edition
|
| How to specify an instance name in a SQL statement | 06 Aug 2007 20:24 GMT | 1 |
I am trying to get info from a linked server, but the instance is not the default instance. I have tried: select *from myserver\myinstance.mydb.dbo.mytable but get a syntax error due to the backslash.
|