Forum Replies Created

Viewing 15 posts - 14,371 through 14,385 (of 39,899 total)

  • RE: Delete duplicate data from two tables where there is premary key reference

    If this is some type of homework or test, you need to make an attempt at the query. We are happy to help, but not do the work for you.

    Delete...

  • RE: t-sql update(help me)

    First, please don't cross post to other forums. People scan all places.

    Second, please give DDL and tables so someone can test and provide help. Include data as well:

    create table tbl_indicator

    (...

  • RE: How do you backup a maintenance plan?

    It's completely contained in msdb, so it can be backed up.

    It's also an SSIS package, so you can open it in BIDSs and move it that way as well to...

  • RE: Post a Twitter Status Update using T-SQL

    Kelly Connor (2/2/2012)


    Twitter is for twits.

    Maybe, but there is a large, very active SQL Server community on twitter and we use it daily to bond, teach, learn, and build relationships.

    There's...

  • RE: Old Dog, New Tricks

    davidandrews13 (2/2/2012)


    isn't that just down to formatting though? the fact that the article has coloured the ColumnNames in green, which wouldn't be the case normally, just highlights it even more.

    Two...

  • RE: Old Dog, New Tricks

    Gary Varga (2/2/2012)


    Rod at work (2/2/2012)


    Semicolons will at some point be required in T-SQL? Really? I've seen it used in some cases, but am completely uncertain as to...

  • RE: Old Dog, New Tricks

    Gary Varga (2/2/2012)


    It was when I looked at the side-by-side stored procedures example that it became clear. Literally!!!

    I shall be using the = syntax moving forward. My reasoning? The intention...

  • RE: Old Dog, New Tricks

    paul s-306273 (2/2/2012)


    I've used the SELECT 1 x; format for years. (Oracle background).

    I've never found it confusing - I don't now discard that format just because somebody else finds it...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (2/2/2012)


    I couldn't help myself. I responded to the awkward responder. Maybe if we talk to him, he might start paying more attention to what he's doing.

    We'll see. I...

  • RE: SET option hierarchy

    Points were awarded back.

    I cut / paste the wrong way. I can't change the answer once people have answered, so I was looking to move answers around.

  • RE: INSERT OUTPUT

    BenWard (2/2/2012)


    DATE is not a valid data type... ?

    It's becoming too hard to track all the T-SQL between all versions, so I left this off. SQL 2005 is out of...

  • RE: SET option hierarchy

    My apologies. I think I selected the wrong answer when reworking things. The original answers weren't quite clear, so I altered them.

    I have fixed things, and awarded back points.

  • RE: Solid State drisk

    life is more of an issue with writes than reads. If you are using these mostly for reads, I wouldn't be as worried as if you use them with lots...

  • RE: Solid State drisk

    I tend to agree with TheSQLGuru, make sure you get enterprise grade SSDs.

  • RE: Encrypt the whole database

    TDE encrypts the data at rest, on disk, and the backups. There is CPU overhead for this.

    Encrypting the data, so that a DBA or unauthorized user who accesses the database,...

Viewing 15 posts - 14,371 through 14,385 (of 39,899 total)