all groups > sql server connect > january 2005 > threads for january 15 - 21, 2005
Filter by week: 1 2 3 4 5
Sql Conneciton Lifetime
Posted by Adrian Bezzina at 1/21/2005 1:24:56 PM
Hi,
I am asking a generic question about SQL server (or any type server
communication for that matter) and how one would keep the connection open
for the life time of the application, or should one close the connection for
each request (or set of related requests)?
Does SharePoint open / cl... more >>
"SQL Server does not exist or access denied" PPC
Posted by Antonio Prados at 1/21/2005 9:26:49 AM
Hi everybody,
I have a great problem with Sql Server connections in Pocket Pc. When I try
to create a connection with an Sql Server 2000 with Visual Basic.NET 2003 (I
have Windows XP), I receive the error : "SQL Server does not exist or access
denied".
My connection string is something like:
... more >>
Connecting from Windows (VB6.0) app to SQL on Internet
Posted by aglanz at 1/21/2005 1:17:02 AM
Hello,
We have a client-server application written in VB 6.0 that connects to a
SQL Server instance on the local network. We're interested to know if we are
able to use our same VB 6.0 application but connect to a SQL Server that is
hosted on a web domain. That is, if we have our SQL da... more >>
Win 98 Network wants to dial-up!
Posted by AL at 1/19/2005 3:57:01 PM
Have just changed over from Access to SQL server 2000.
Having connection difficulty at one client only!! 2 pcs on network - both
win 98.
Local machine connects to server fine, but when connecting to sql server via
network a dial up box appears. When I "cancel" I get the "access denied or
d... more >>
SQL Server trust connection failed in Windows 2003 for ASP.NET app
Posted by Charts at 1/19/2005 10:37:06 AM
The following message was posted on 17th, and I still have not received
response yet.
My registered alias is
Wcharts@newsgroups.nospam.
In Windows 2003, when I use ASP.NET page to make trust connection, I got
following error messages.
“Login failed for user ‘NT authority\Network Serv... more >>
connect using a non-interactive user
Posted by Marc Nemegeer at 1/19/2005 9:45:40 AM
Hi,
I've been searching the web for some time, without any luck ...
Is it possible to connect to a SQL Server using a domain account that is
marked as a non-interactive user ??
Thanks,
Marc
... more >>
SQL registration problem solved
Posted by Joseph Antonaccio at 1/18/2005 9:45:02 PM
I just installed SQL SP3 and it immediately solved the problem....
Thanks for the opportunity to post.
Joe
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
Unable to Register SQL server that is on xp SP2 installed
Posted by Joseph Antonaccio at 1/18/2005 9:15:46 PM
I installed SQL server 2000 on three different machines. A, B, C.
A is running XP Pro
B is running XP Pro with SP2
C is running Windows 2000 server
using the SQL Server Enterpize Manager tool i attempted to register each
of the Servers from each machine.
on machine A i registered local,... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MSDE 2000 Named instance in conjunction with SQL server 7
Posted by iranpessar NO[at]SPAM hotmail.com at 1/18/2005 12:47:06 PM
I have SQL server 7 running as a default instance and I'm trying to install
MSDE 2000. I was able to install it as a named instance by running the
following:
setup.exe SAPWD="password" INSTANCENAME="named_instance"
Now I can not connect to the named instance with OSQL. What do I need to do
... more >>
Passing "@" to SQL connection string
Posted by Sandy Beach at 1/18/2005 9:37:03 AM
Hi,
I'm using c# to connect to a sql database.
My dev work is fine and it connects; when deployed to the live environment,
it needs to have special chacters (@ and !) in it. The ! goes through fine,
but @ is removed. If I hard code the @, it's fine, but my setting is held in
a variable.... more >>
differences between ORACLE and MS SQL
Posted by evagelos at 1/18/2005 1:26:45 AM
i want to create some queerys in MS-SQL
1)
this queery in ORACLE-SQL works fine , in MS-SQL?
SELECT code_card, card_date + 31
FROM card
i searce and find out that i must use "DATEADD ( datepart , number, date )"
but how?
2)
this queery in ORACLE-SQL works fine , in MS-SQL?
... more >>
strange connection issue.
Posted by Rick at 1/17/2005 11:10:28 AM
Connecting with query analyzer to a local default instance. 127.0.0.1 works,
localhost fails, . works, and (local) works. Why would localhost fail?
TIA,
Rick.
... more >>
Only the newest articles
Posted by JJ at 1/16/2005 12:29:23 PM
Hi all,
I've created a database with 1 table, Articles. In that table, there are 4
colmns: ArticleID(autonumber), Title, XMLFile and Date(date/time).
I want to write an SQL command to get only the newest entries. How can I
solve this?
Thanks,
Vincent
... more >>
|