Forum Replies Created

Viewing 15 posts - 8,476 through 8,490 (of 9,707 total)

  • RE: Code to add domain user account and password to SQL 2005 server

    Chandu,

    Ditto on the password comment of the previous poster. As far as adding a user to the server via VB, all you have to do is use VB to run...

  • RE: SQL Server 2005 running progressively slower

    In addition to the above, you'll want to check the Activity Monitor in the GUI as well as employ Profiler to see if there is a specific process or query...

  • RE: sp_MSforEachDb gives weard output

    Nikhil (2/13/2009)


    Hi Friends,

    When i execute following statement through query analyser it works fine.

    its gives out put for all databases. but when i run this through Excel sheet

    from Data>>New database query

    it...

  • RE: SQL 2005 DBmail via SMTP server

    Ah. Third party vendors. HappyHappyJoyJoy. @=)

    I'd get mailtrust.com involved in this. It could be a domain trust issue or an error on their side or a firewall issue.

    Also, check with...

  • RE: I'm on LiveJournal!

    I've heard those too. I certainly will. @=)

    Hmm. I also need to write another article for the site. I wonder what I shall compose...

  • RE: RAID 5 vs RAID10

    I don't like your setup. Mirror the transaction files, by all means, but I don't see a reason to stripe them across multiple disks. That seems like a waste of...

  • RE: Rollback the job running very long time

    Ditto to the last post. Don't kill a rollback unless you have extenuating circumstances and don't care about possible data / log file corruption. By extenuating circumstances, I'm talking about...

  • RE: Read Committed Snapshot Isolation

    It does affect read performance pretty heavily. As Gail said, test this first before pushing it into Production. And when you do, put as full a load on your test...

  • RE: SQL 2005 DBmail via SMTP server

    A couple of questions:

    1) Are you absolutely SURE that the mail server you're trying to use supports SMTP mail and isn't just an exchange server?

    2) Are you using the actual...

  • RE: System Center Operations Manager(SCOM)

    Check out this topic in BOL:

    database mirroring [SQL Server]

    It should give you all the details.

    But don't enable it just to get rid of the message. That's bad practice. Only enable...

  • RE: dtsrun failed

    I don't remember what they are off the top of my head, but there are specific things you need to do before you can run DTS packages from SQL 2k5....

  • RE: Query Timed out error

    When running the query, there are other things you can do too.

    1) Use Profiler on the destination server to see if anything's actually making it to the server

    2) Use sp_who2...

  • RE: SQL 2005 DBmail via SMTP server

    And also let us know what the format of your SMTP address is, please. Or give us a dummy value which represents the name of your SMTP address.

  • RE: sql 2005 Table limit

    GilaMonster (2/11/2009)


    Krishna (2/11/2009)


    Partition could be benefited if the table is queried heavily for performance reasons

    If can, but the partition function must be chosen very carefully, considering how the table...

  • RE: Problem with adding datafile, error 1105

    Silly question.

    Have you checked your hard drive available space yet?

    The biggest problem I see regarding this, especially when the error concerns the PRIMARY filegroup, is that either the logical drive...

Viewing 15 posts - 8,476 through 8,490 (of 9,707 total)