Viewing 15 posts - 931 through 945 (of 1,884 total)
Hello,
1. Did you create a connection object before trying to open it?
2. Try the connection string from VBscript to make sure connection string works independently from you .NET application. let us...
March 31, 2006 at 8:24 am
Steve,
good article.
One comment for everyone:
Many of us install SQL Server as a database server for the third-party applications. Application vendors mostly develop when running SQL Server on Local...
March 30, 2006 at 10:25 am
You have to find out how they can automatically send pages if it is could be done automatically. If this is the case you can output messages into text files...
March 30, 2006 at 10:04 am
This is what I found so far except for Impersonate advice:
this is from
http://www.talkaboutsoftware.com/group/microsoft.public.sqlserver.connect/messages/41047.html
who is replying to her own question:
Re: Login failed for user 'NT AUTHORITY\ANONYMOUS... |
March 30, 2006 at 9:59 am
Very Good!
Do you use HOUDBSQL01P\HOUDBSQL01P as a server name when trying to connect or in the Client / network utility? It is obvious that you have installed Named Instance so...
March 30, 2006 at 9:07 am
Hi,
I always make the following error:
I do have good user mappings. Say, mylogin to mylogin, or mylogin - impersonate etc. in the Linked Server Properties. BUT... I have a server...
March 30, 2006 at 8:51 am
Les,
In addition to posting here several entries for the port and protocol from the SQL Server Error log from the startup part of the log as Balmukund asked you may...
March 30, 2006 at 8:39 am
Rudy,
Changing the port is cool!
I also had cases not upgrade related but requiring Single User like for database restore: the single user condition could not be reached because the web...
March 29, 2006 at 4:05 pm
If it is MSDE than you have to enable network protocols first. If it is not MSDE, use Server Network utility and check the port. After that create an entry...
March 29, 2006 at 3:53 pm
Did you try to move data from your secured database into a new MS ACCESS database without any security on the machine with the MDW file? Then move this new...
March 29, 2006 at 3:50 pm
You may use
sp_MSforeachdb
to perform tasks on each database. See
http://www.sqlservercentral.com/columnists/achigrik/sql2000.asp
SQL Server 2000 Useful Undocumented Stored Procedures
by Alexander Chigrik here on this site
March 29, 2006 at 10:00 am
This is a good plan to add entries to DNS to point the new server. Is the IP address changing? You have to account for the users who connect by...
March 29, 2006 at 9:50 am
I assume that you can use new environmental variable or a UDF function to define a long path string depending on what you are doing This is an example with...
March 29, 2006 at 9:40 am
I would not recommend doing that.
First, you don't know how Microsoft programmers coded changing collation
Second, you may change data by changing collation
I would recommend to create another column withthe correct...
March 29, 2006 at 9:26 am
Theoretically, there is no Correct Answer in the selection:
BOL for SQL Server 2005 says:
" 1Important Microsoft recommends that you not use the ......... account for the SQL Server or the...
March 29, 2006 at 9:15 am
Viewing 15 posts - 931 through 945 (of 1,884 total)