Forum Replies Created

Viewing 15 posts - 151 through 165 (of 332 total)

  • RE: NTEXT data truncated when run from an Server Agent Job

    Hi Ramesh,

    First off, thanks very much for investigating! And you are exactly right, specifying

    SET TEXTSIZE { number }

    within the Step of the Agent Job solves the problem....

  • RE: SQL mirroring. Both servers In Recovery

    The simple answer to your questions is to run:

    RESTORE DATABASE db_name WITH RECOVERY

    However, it is likely that you have other problems occurring here (if the mirroring worked correctly, then the...

  • RE: What is 'i' in Oracle 9i

    Wikipedia seems to agree with this summary too:

    http://en.wikipedia.org/wiki/Oracle_database

  • RE: SP3

    So far I have installed SP3 on 2 (non-critical) instances, each running on different Windows 2003 servers. One was Standard Edition, the other Enterprise Edition. Both were previously at SP2...

  • RE: Image is Everything

    Well, ladies never suffer flatulence, at least in public.... OK, point taken.

    And a nice bit of management-speak too. Obviously everyone modifies their behaviour depending on circumstance, surroundings, situation, etc....

  • RE: Image is Everything

    I am surprised at several posts here which admit that they "dress-up" when they, or their boss, deem the situation requires it. This to me is disingenuous. Your presentation, including...

  • RE: sysname Data Type cannot be used in SSMS

    Interesting, thanks for the info.

    For the moment, I think I will carry on using the datatype sysname. This does mean I cannot use the GUI of SSMS, but I rarely...

  • RE: How data can remove automatic from tempdb after some task

    I dont want to delete data from table but move into another table so we can verify in future if requires.

    Then I suggest you do not use tempdb to start...

  • RE: mirror failover

    I would hazard a guess that the transactions have been committed on the Mirror, but not yet committed on the Principal. When the Principal database is brought back online, I...

  • RE: The Best Computer

    blandry (12/19/2008)


    (First - a correction for AndyD... Holly is NOT the female computer in Red Dwarf - that is Hilly. Holly is the actor Norman Lovett, a male...

  • RE: The Best Computer

    HOLLY from Red Dwarf (TV series). A computer so stupid, but with a human face, that you just had to love it/her.

  • RE: Making text UTF-8 compliant

    Not sure if this would work, but could you define a temporary table with the text columns having datatype varchar, as opposed to nvarchar??? Or CAST/CONVERT the column on...

  • RE: Backup and Recovery

    I agree that the transaction log cannot be backed-up unless a full database backup already exists. At least, this is the case for 2005. Is it different in 2008 (this...

  • RE: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'

    NTLM authentication will work fine, as long as neither server is configured to disallow this "lower" level of authentication (lower when compared to kerberos).

    If you are in a AD domain,...

  • RE: The Wild Fringes of SQL Server Development

    Thanks for the editorial Tony, it's not everyday that I get to read phrases such as "surreptitiously hide irrational dogma" :hehe:

    Andy

Viewing 15 posts - 151 through 165 (of 332 total)