Viewing 12 posts - 6,091 through 6,102 (of 6,102 total)
July 10, 2001 at 9:06 pm
If you separate your web application and SQL Server onto different systems, you'll most likely need to go to a domain account. In that case, you can configure your...
July 10, 2001 at 8:54 pm
I think I faced a similar issue, though I'm not sure why it is a problem.
Make sure your field in SQL Server allows Nulls. Then, in your ActiveX script...
July 10, 2001 at 8:50 pm
I may be mistaken, but doesn't this put the NIC in promiscuous mode? If so, and if the network engineers have intrusion detection software running, they'll see the NIC...
July 10, 2001 at 11:15 am
If the network people are so concerned, why don't you agree to do the following, because I am doubtful they'll take your word on it:
1) Create a much smaller database
2)...
July 10, 2001 at 9:41 am
Does the following user:
<COMPUTERNAME>\IWAM_<COMPUTERNAME>
Have access to SQL Server?
If not, that login needs to, and have access to the database with the appropriate permissions. Unless you specify otherwise, when you...
July 10, 2001 at 9:33 am
Burthold is right, you can set the memory usage for SQL Server.
The first thing to remember is Microsoft doesn't recommend any memory intensive apps running on a DC....
July 9, 2001 at 11:15 am
We do both. Our SQL Servers are backed up by ArcServeIT 2000 (don't get me started with the problems we had with the 6.1 client) once a night. ...
July 6, 2001 at 3:12 pm
Hi Jay,
This is in the readme.txt file for SP2. Here's the link (it may wrap):
http://support.microsoft.com/support/kb/articles/Q254/5/55.ASP
Scroll down to Section 5.10.6 Changes in DTS Packages. There...
July 6, 2001 at 9:58 am
Ok, port 1434 for UDP is what the client is using to try and determine what ports SQL Server is listening on, what instances are available (if SQL2K), whether it's...
July 5, 2001 at 4:20 pm
Check your Network Client Utility settings. Make sure TCP/IP is the preferred network library. You can even disable Named Pipes altogether. One other thing you might want...
July 5, 2001 at 1:37 pm
You mentioned that you are seeing users logins in the event viewer for one system (prod) and not the other (test). I'm assuming you mean NT logins? Also,...
July 5, 2001 at 12:57 pm
Viewing 12 posts - 6,091 through 6,102 (of 6,102 total)