Forum Replies Created

Viewing 15 posts - 241 through 255 (of 1,162 total)

  • RE: Are the posted questions getting worse?

    wolfkillj (1/29/2013)


    I noticed that there's a user who seems to be digging up very old threads (all on the same topic with approximately the same question - inquiries about "sleeping"...

  • RE: Sql Merge Output

    gerard-593414 (1/29/2013)


    (IF i LEAVE OUT THE into AuditTable, it runs fine)

    So my qusetion is , what field names (and types) do I need in AuditTable

    The same number as in...

  • RE: Computed column with/with out PERSISTED

    ScottPletcher (1/24/2013)


    Seems an odd way to read it in context here, since the OP stated in his original post that he could index a computed column w/o explicitly persisting it....

  • RE: Computed column with/with out PERSISTED

    ScottPletcher (1/24/2013)


    Of course indexing requires persisting. I thought everyone was clear on that.

    But you claimed, in your first quote above, there was no (never a) need to persist except...

  • RE: Computed column with/with out PERSISTED

    ScottPletcher (1/24/2013)


    HowardW (1/24/2013)


    ScottPletcher (1/24/2013)


    HowardW (1/24/2013)


    There's no need to make the column persisted prior to indexing it.

    That's not necessarily always true. You might persist a column if its requires...

  • RE: Computed column with/with out PERSISTED

    ScottPletcher (1/24/2013)


    HowardW (1/24/2013)


    There's no need to make the column persisted prior to indexing it.

    That's not necessarily always true. You might persist a column if its requires significant overhead...

  • RE: Computed column with/with out PERSISTED

    SQL* (1/23/2013)


    Hi All,

    While reading about Computed column if found that if we mentioned PERSISTED Key word while creating/altering table then we can create index. But i'm able to create index...

  • RE: Dynamically discovering row relationships

    Sounds like you're going down the right lines. The correct order of deletes may be unresolvable without disabling/re-enabling constraints, especially if you have circular references spanning multiple tables (urgh).

    You...

  • RE: UpdateStats

    It looks like there was a bug prior to 2000 SP4 that could cause this, but post-SP4, table or index corruption would be more likely.

    Start by running a CheckDB...

  • RE: UpdateStats

    Which SQL Server Version and Service Pack did the error occur on?

  • RE: Working with variables in SSIS

    You should be able to get that working with your original approach if you just add in the single quotes and set the data flow source to your variable. e.g.:

    "Select...

  • RE: Working with variables in SSIS

    When that's converted to a string, you'll be missing the required single quotes from around your date (as you're passing it as a string).

    You're better off passing the variable directly...

  • RE: FASTFIRSTROW Hint

    The views are used to populate the DW, rather than for end user queries?

    Yes, they can definitely produce sub-optimal plans as by definition, they sacrifice overall execution time in...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (1/8/2013)


    Anyone with a SQL Server 2008 (not SQL Server 2008 R2) installation, I could use a little help here: http://www.sqlservercentral.com/Forums/Topic1404303-391-1.aspx.

    Done

  • RE: Question regarding msdn.dbo.sp_add_jobschedule

    SQL 2k8 SP3:

    ALTER PROCEDURE [dbo].[sp_add_jobschedule] -- This SP is deprecated. Use sp_add_schedule and sp_attach_schedule.

    ...

Viewing 15 posts - 241 through 255 (of 1,162 total)