all groups > sql server connect > june 2005 > threads for june 15 - 21, 2005
Filter by week: 1 2 3 4 5
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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to control SQL Server 2000 login and logout Method / Event.
Posted by SOHO at 6/16/2005 12:00:00 AM
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 >>
|