all groups > sql server clients > december 2003 > threads for december 15 - 21, 2003
Filter by week: 1 2 3 4 5
Pre SP4 Hotfix.
Posted by Doug Heeren at 12/20/2003 7:29:33 AM
I need to obtain the hotfix in kb 830767 as I am having
quite a bit of trouble with Query Analyzer hanging.
Doug Heeren
... more >>
taking cubes offline
Posted by Sohi at 12/19/2003 7:14:14 AM
Hi,
I have developed some cubes on my local machine with SQL
analysis server. Now I want to take them offline and
send them to the client to see them. I read on the
miscrosoft website that I can do that through client
services, but I don't know how to install that and how to
work wi... more >>
ISQL, OSQL connects to different database!
Posted by Steve at 12/19/2003 6:37:19 AM
Hello, we have a problem on one of our SQL servers.
When I execute the ISQL command on SERVER1
ISQL -S SERVER2-E -Q"select @@servername"
it returns not SERVER2, but SERVER3, the name of yet
another SQL server on our network!!! How on earth is this
happening?
The IP addresses of all S... more >>
Error 21776: [SQL-DMO] The name 'XXXX' was not found in the Users collection
Posted by DavidM at 12/18/2003 5:39:05 PM
Hello --
We have a SQL Server 2000 machine that has approximately 500 user databases.
Don't ask why -- I did not create this mess.
Anyway, we have about 200 users access the SQL Server as a DSS machine
using SA. We've finally weaned all users off of SA and each have their on
ID per custo... more >>
Problem creating ODBC connection using VPN client
Posted by Larry Kinnicutt at 12/18/2003 10:06:08 AM
Using Secure Remote VPN from Checkpoint, on Windows XP Client. Trying to create ODBC connection to SQL 2000, on Windows 2000 server. Kerberos Key Distribution service is disable on SQL Server.
I Can create ODBC connection using SQL Authentication, but not NT Authentication. Error message is "Cann... more >>
MSSQL Client and sleep mode
Posted by Craig at 12/18/2003 4:59:55 AM
We have had issues with letting users put thier notebooks
into sleep / hibernate mode with MSSQL server service
running. Is this a known issue? Thanks.... more >>
SQL-DMO .NET native version
Posted by Teeravee Sirinapasawasdee at 12/17/2003 11:07:29 AM
Are there any SQL-DMO .NET native version available for
download? Does Microsoft provides it for development?... more >>
Return Number
Posted by Rahool at 12/16/2003 1:43:17 PM
Dear Professional
I have one question regarding the Return 0 or Return 1 like I have the
following procedure.
CREATE PROCEDURE [dbo].[AspUpdateVPersonnelLogin]
(
@VPEL_VPersonnelID INT,
@VPEL_LoginName NVARCHAR(20),
@VPEL_LoginPassword NVARCHAR(20)=NUL... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Req: how to deploy a SQL Client Alias to multiple clients
Posted by Silvio Accomando at 12/15/2003 8:51:15 PM
Hi there,
I'm looking for a quick way to setup/deploy an SQL alias on multiple
clients?
Due to an hw upgrade, we are moving our cluster to a new server, and we need
to setup on multiple clients a new SQL Client Alias and an ODBC System DSN.
I found that Sql Client Alias configuration are st... more >>
sql connections
Posted by Laurent D. at 12/15/2003 3:55:22 PM
Hi
After using a sql database, I want to detach it .
But some connection are still openned from the application.
My question:
How can I stop those connections ?
... more >>
SQL connection problem
Posted by Leo Lau at 12/15/2003 2:14:43 PM
I have two subnet on my company. The connection is a 256K Lease line.
Subnet A cannot use the enterprise manger (and other SQL tool) to connect
the SQL server in subnet B. And got a "SQL Server Does Not Exist or Access
Denied" message.
But in Subnet B, I could contact all SQL server in Subnect A... more >>
transactions and losing ethernet connection
Posted by Dean at 12/15/2003 1:10:06 PM
How do you recover from a condition where
you begin a transaction, then modify half
of the data you want to. Then somehow
the connection to the database is broken
such as an ethernet wire is unplugged.
I am working on a "shaky" ethernet.
I am connected across to a different machine.
The et... more >>
|