Forum Replies Created

Viewing 15 posts - 46 through 60 (of 137 total)

  • RE: Limiting Indexing

    Henrico Bekker - Thursday, November 2, 2017 7:52 AM

    HappyGeek - Thursday, November 2, 2017 1:43 AM

    November 2, 2017 at 8:07 am

    #1966414

  • RE: A New New World

    Jeff Moden - Thursday, September 28, 2017 11:47 PM

    Soylent Green, anyone?

    Actually someone has a product with the (unfortunate) name Soylent 

  • RE: Solution to Polymorphism?

    Yes, I think that's what they are referring to, one  many-to-many link table for each document type.
    I am resisting that because it's a lot of tables, and we have...

  • RE: Solution to Polymorphism?

    Here is what I came up with for the polymorphic table structure:

    CREATE TABLE [dbo].[ScannedDocument](
        [ScanId] [int] IDENTITY(1,1) NOT NULL,
        [ScanFFoldNumber] [int] NULL,
        [ScanFileName] [varchar](260) NULL,
        [ScanDescription]...

  • RE: Balloons and Data

    Jeff Moden - Friday, August 9, 2013 8:07 PM

    L' Eomot Inversé (8/9/2013)


    Jeff Moden (8/9/2013)


    Steve Jones - SSC Editor (8/9/2013)


    Jeff Moden (8/8/2013)


    Right sizing...

  • RE: SSMS Tips - Text Results

    I knew about ctrl-T but looked up ctrl-shift-T in case that was a modification to switch "quickly" (as the question said) instead of waiting for the next query.

    I...

  • RE: What Would Do if Your Company Was Targeted?

    Gary Varga - Wednesday, February 15, 2017 8:33 AM

    timwell - Wednesday, February 15, 2017 7:54 AM

    February 15, 2017 at 12:04 pm

    #1928694

  • RE: What Would Do if Your Company Was Targeted?

    There may be a problem with the link distributed in the email. When I clicked the link it was an invalid address. When I removed "%09" from the end it...

  • RE: ShrinkFile

    GilaMonster - Wednesday, February 8, 2017 5:10 AM

    The TRUNCATEONLY option is ignored on log files, because there's no concept of shuffling data...

  • RE: The inline TVF

    George Vobr (12/15/2016)


    and still it is necessary to read in the MSDN https://msdn.microsoft.com/en-us/library/ms191007.aspx

    slowly and carefully the paragraph Types of functions and his part of the Table-Valued Functions,

    then You are...

  • RE: Round averages

    Edit: Missed previous responses.

  • RE: What Helps You Learn?

    Like others have mentioned I don't remember it if I don't go through the steps myself.

    I learn better through reading rather than verbal explanations, and it helps to have...

  • RE: The Bones of SQL - The Calendar Table

    EDIT: comment removed. Missed previous comment.

  • RE: Interview Questions

    Sergiy (6/15/2016)


    My "Location" in the Forum Profile says "Auckland, New Zealand".

    Current time in Auckland, New Zealand is 12:12 pm.

    The "Posted" label indicates Today @ 1:12 am.

    That's how I see it...

  • RE: REPLICATE

    I had 2 problems with the documentation.

    1) It says you can use binary data but it doesn't give any examples of what happens when you use binary data.

    2) Under "Return...

Viewing 15 posts - 46 through 60 (of 137 total)