Forum Replies Created

Viewing 15 posts - 331 through 345 (of 411 total)

  • RE: connect remort server

    Ensure tcpip port 1433 is only on the firewall.

    Start the SQL Browser service using the Configuration Manager (and ensure 1434 is open).

    If this doesn't help, please post the error...

  • RE: Recovery model in SQL Server 2005

    Gail - Thanks! In older versions of SQL Server, when a minimally logged action occurred (bcp, etc.) in bulk-logged recovery mode, TLog backups thereafter FAILED with an error noting...

  • RE: Max Memory

    I also have 16G in my lappy. HP envy model. Nice lappy but terrible secondary battery design.

    As for servers, largest are 32G RAM; two of them. Most others only...

  • RE: Recovery model in SQL Server 2005

    GilaMonster (3/11/2011)


    In bulk logged you can restore to point in time unless there was a minimally logged operation during the period covered by that log backup. If there is, you...

  • RE: Avoiding Logging

    GilaMonster (3/10/2011)


    There's just ... so much misinformation on the log, I don't want any more starting because someone read something and drew an incorrect conclusion.

    I couldn't agree more. That's one...

  • RE: Avoiding Logging

    Eric,

    Sweet. That's why I wasn't condeming your actions, just warning about some of the consequences. There is always an exception to a rule and I'm glad you know the benefits...

  • RE: Avoiding Logging

    GilaMonster (3/10/2011)


    [Jim].[dba].[Murphy] (3/10/2011)


    A log truncation could have bad side effects if any part of that database is used by others; rows being modified in some way.

    A log truncation...

  • RE: Avoiding Logging

    mmmm. Not sure about that. A log truncation could have bad side effects if any part of that database is used by others; rows being modified in some...

  • RE: SQL Azure - Connecting from SSMS/SQLCMD

    Just for the record, I'll take this one too, along with the other two SQL Azure articles unless there are any objections.

    Jim

  • RE: How to get prev and next record from a selection

    That's good to know Jeff. Thanks!

    Jim

  • RE: How to get prev and next record from a selection

    Chazman - nice work. The min select should be aliased as NextID instead. Minor typo.

    I agree with Chazman - although this will work, it is not a nice, cheap...

  • RE: Avoiding Logging

    AH! I remember the days, but I was using DBase III+, Alpha4 and Clipper.

    A colleague of mine showed me his first SELECT statement in SQL 4.2 (SQL NT) and...

  • RE: Code/Syntax for setting READ | UNCOMMITTED

    To fix the problem at hand, the Set Transaction... Statements need to be inside the Alter Procedure statement. Only items below the Alter relate to running the stored proc. Statements...

  • RE: Primary Key fields as an Included Columns in a Composite Index

    clausm73 (3/8/2011)


    Gail, I like your point ajour having the field explicitly added to the composite index. This will be my "Best Practise" recommendation to my colleagues going forward.

    I agree....

  • RE: sql script

    Generally, you can use INSERT INTO.... SELECT (col1, col2) FROM syntax. See Books Online (BOL) for the detailed syntax and requirements for the columns to specify and their values.

    As...

Viewing 15 posts - 331 through 345 (of 411 total)