all groups > sql server connect > november 2006 > threads for november 15 - 21, 2006
Filter by week: 1 2 3 4 5
How can I count SQL CAL on the servers
Posted by olc NO[at]SPAM online.nospam at 11/21/2006 11:13:02 PM
I would like to know how can I count SQL CAL on the servers
I mean i.e. if I assign 50 CALs to a SQL server 2005, how can I know how
many users connect to the server in order to compliance licensing
I know the SQL license model. I do not care Processor license because I can
know how many serve... more >>
3 server scenario problem
Posted by musosdev at 11/20/2006 4:51:03 AM
Hi
I'm having trouble connecting to an instance of SQL Server 2005 (Express)
from 2 individual Windows Server 2003 machines running IIS (asp.net 2.0)
I have an IIS on each 2k3 machine, both with identical sites. The idea is
simply that we have a third sql server which is accessed by these ... more >>
Start server
Posted by Bill O'NEILL at 11/18/2006 4:03:01 PM
Just installed the eval edition of 2005, and when I went to make a
connection, was told that the engine wasn't started. How do I start the db
engine???... more >>
"The user is not associated with a trusted SQL Server connection."
Posted by R.A.M. at 11/18/2006 12:00:00 AM
Hello,
I have some application that fails to connect to my SQL Server 2005 Express
Edition (PC\SQLEXPRESS).
The application configuartion required providing connection string. I have
written:
Server=localhost,1037;Database=MIMProjekty;User ID=;Password=
But I receive error:
Test .NET ... more >>
i have two inserts and one delete i want in one transaction, is there any issue with this tsql strategy: http://rafb.net/paste/results/uY2KYP16.html
Posted by Daniel at 11/16/2006 5:34:12 PM
i have two inserts and one delete i want in one transaction, is there any
issue with this tsql strategy: http://rafb.net/paste/results/uY2KYP16.html
... more >>
How to determine server size!
Posted by Jenny at 11/16/2006 1:11:08 PM
Hi!
How can I determine the size of my server in sql server? Please help!
Thanks!
... more >>
2005: problem with SSPI libarary
Posted by R.A.M. at 11/16/2006 7:14:45 AM
Some application I need cannot connect to my SQL Server 2005 Express Edition
because of the following problem:
java.sql.SQLException: I/O Error: SSO Failed: Native SSPI library not
loaded. Check the java.library.path system property.
I am beginner. Could you help me please? I don't know wh... more >>
Could Not Find Row In Sysindexes
Posted by Bob Sullentrup at 11/15/2006 1:20:01 PM
Folks,
I have an MDF and LDF file which I am attempting to attach as a SQL db. I
keep getting the error 602 that begins with "could not find row in sysindexes
for database ID 13, object id 1, index id 1".
I think MDF and LDF files are SQL 2000, but I'm having my doubts. If I tried
to lo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can't connect to SQL Server Express 2005 using localhost in the connection string.
Posted by Vlad Kryvokobylsky at 11/15/2006 10:35:57 AM
However it works perfectly if I specify the full server name like this
192-55-55-55\SQLEXPRESS.
Is there any way to configure it so I would be able to connect to it using
localhost?
Thank you,
Vlad
... more >>
|