Forum Replies Created

Viewing 15 posts - 30,061 through 30,075 (of 39,763 total)

  • RE: Security Problem with UDP port

    SQL Slammer used 1434 and it can be a problem. This port is used to discover other SQL Server instances and is a pain if it's not open, but you...

  • RE: stored procedure Date/Time last accessed

    The DMV for plans shows what's in cached, but that doesn't tell you what's been run recently. If you had lots of different procs run, you might see them getting...

  • RE: Administering large Databases

    I don't know that there's a good collection anywhere that you can reference. Lots of blogs and short notes/articles around. Search "VLDB SQL Server".

    You will probably have to consider filegroups...

  • RE: What does this return?

    Question has been changed to say 2005. Thanks for the comments.

  • RE: Protocols

    All answers have been marked correct.

  • RE: Evaluate a resume

    Having both looked for lots of jobs and gotten a dozen, and hired people before, I'll say that the ad usually asks for more than we'd accept. Often every possibility...

  • RE: Free Training

    We gave away the free admission to someone local. It's a promotion, not really a money maker, so we didn't want to sell it here.

    Too often I see companies still...

  • RE: Help w/ Automated vbs - Stored Procedure Output....

    If you're trying to check for success, then you can execute the batch as

    sp_adduser 'aaa' ; select @@error 'error'

    and that would return the error level. 0 would indicate no error.

  • RE: Help w/ Automated vbs - Stored Procedure Output....

    In the example above, if there was an error, a one row, one column result set would be returned. The column would be named "returnval" and would have a 1....

  • RE: John is a SQL Server developer who is...

    Good thing John doesn't work for Jeff 😉

  • RE: About Indexes?

    Your question is too open ended. Go read the index section in Books Online and then come back with more specific questions.

  • RE: What do these Maintenance Plans icons mean ?

    They are probably based on the plan contents or possibly could these be master/target plans? Maybe one's a subplan?

    Is there something different about the plans?

  • RE: SPID hang indefinitely

    I've had linked servers flake like this in 2000, but haven't seen it in 2005 (much less experience also).

    What type of server is this? I've seen issues with DB2 where...

  • RE: I need serious help with the Transaction Log

    Enterprise Manager/ SQL Server logs shows the instance error log. NOT the transaction logs.

    Log Rescue reads logs from the transaction logs. I'll have to pass your question along as I'm...

  • RE: diff between varbinary(max) and image

    The text/image types put stuff in separate extents by default. You can change with the text in row option and if you do, I don't think there's a difference with...

Viewing 15 posts - 30,061 through 30,075 (of 39,763 total)