Forum Replies Created

Viewing 15 posts - 4,471 through 4,485 (of 6,104 total)

  • RE: SQL Server 2000 Trial Version

    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....

  • RE: Permissions needed to execute SP's

    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...

  • RE: Blade Servers

    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...

  • RE: Access Restrictation with IP address

    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,...

  • RE: Can't insert into table from OPENDATASOURCE

    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...

  • RE: A Normalization Primer

    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...

  • RE: Access Restrictation with IP address

    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...

  • RE: Removing the BUILTIN\Administrators Login

    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...

  • RE: Installing Sql2000 on windows xp

    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...

  • RE: A Normalization Primer

    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..."...

  • RE: A Normalization Primer

    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

  • RE: Slammer virus question

    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...

  • RE: Favourite Tools?

    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...

  • RE: Access Restrictation with IP address

    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...

  • RE: Triggers in SQL Server 7.0 and 2000 - The Common Ground

    It would have basically the same effect as a cursor in a stored procedure. The difference is, the trigger fires every time the specified database operation (INSERT, UPDATE, or DELETE)...

Viewing 15 posts - 4,471 through 4,485 (of 6,104 total)