Viewing 15 posts - 4,471 through 4,485 (of 6,105 total)
This reminds me of something I read on James Gosling's site:
http://java.sun.com/people/jag/Fallacies.html
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
March 14, 2003 at 7:04 am
They had the tools out to keep the trial version patched out for beta testing, and they were supposed to make a final decision on what to do with them....
March 14, 2003 at 6:59 am
No. You can create a role called db_executor or something of that sort and then run jobs to continually update that role's permissions as new stored procedures are created. Put...
March 14, 2003 at 1:44 am
We took a look at Compaq's as we are a Compaq shop. The idea that Altiris has to be leveraged heavily in order to use their blade solutions isn't a...
March 14, 2003 at 1:09 am
Net send can be TCP directed to port 139. If you specify the hostname, the system wanting to send will try to resolve the name, establish a normal TCP connection,...
March 14, 2003 at 12:58 am
Thanks, Tim, for the catch on the connection string. I've edited the post accordingly. Just as an FYI to anyone who might post, if you post a question and use...
March 13, 2003 at 11:12 pm
That's a good idea. I'll have to add it to the list of articles I need to write. Of course, if someone is a hardcore data warehousing DBA (I know...
March 13, 2003 at 11:08 pm
UDP is on top of IP. It can cross subnetworks (recall SQL Slammer used UDP to port 1434 since it was an attack on the listener service) if it is...
March 13, 2003 at 11:05 pm
There are some cases where you can't without some prior steps:
Full-text indexing - Add NT Authority\System and make it a sysadmin
Clustered Instance - Add the Cluster servic account and make...
March 13, 2003 at 3:29 pm
Or Windows 2000/2003 Advanced Server. As Tim has said, you may install Personal Edition. Also, if you have an MSDN subscription of the appropriate level and you aren't going to...
March 13, 2003 at 1:10 pm
mdhealy, I'd agree with you, but unfortunately, it's the reality of the situation. I've been in the position where I've said, "I would prefer you build your database this way..."...
March 13, 2003 at 10:22 am
Hi jrobertsteg,
Can you elaborate more on your concerns and perhaps discuss how you'd present it?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
March 13, 2003 at 10:20 am
Be sure that when you install MS02-061, that should you install the HotFix that comes after it (dealing with a handle leak... article 317748), don't overwrite any files. It'll overwrite...
March 12, 2003 at 10:43 am
Must have tool? Caffeine, lots of it.
But seriously, I make heavy use of Query Analyzer and Profiler, though these are the standard tools that come in the box. I can't...
March 7, 2003 at 3:08 am
Alternately, if you're running all Win2K or higher systems for the client(s) (WinXP/2003), you can use IPSec policies to restrict what IP addresses may access the server. Keep in mind...
March 7, 2003 at 3:04 am
Viewing 15 posts - 4,471 through 4,485 (of 6,105 total)