Forum Replies Created

Viewing 15 posts - 526 through 540 (of 3,348 total)

  • RE: Third Party Backup - Asigra - experience

    I have no personal experience with Asigra, but I have worked about a year for a company that offers backup solutions based on one of their competitors (Ahsay). I assume...

  • RE: Are the posted questions getting worse?

    I need some help in this topic.

    Short story: OP tries to give users access to a view but not to a base table. First went about this wrong (different owners,...

  • RE: Security - View is not able to select from base table

    Hi Arbra,

    My apologies for the delayed reply.

    The problem you are seeing is caused by ownership chaining. Or rather, lack thereof.

    So what is ownership chaining? It is a bit like the...

  • RE: Count patterns of behaviour in a certain order

    Thanks for posting the repro script!

    Here is one way to get the results you need:

    WITH Denormalized

    AS (SELECT PersonID,

    ...

  • RE: Opinions on triggers

    Lowell (4/8/2016)


    another reason to avoid them: Linq To SQL and Entity Framework side affects.

    we just had an issue with transactions rolling back without any SQL error;

    the issue was a linq...

  • RE: Opinions on triggers

    CferMN (4/8/2016)


    So then what is an appropriate use of a trigger?

    Some examples off the top of my head:

    * Auditing (depending on the exact audit regulations - in some cases, triggers...

  • RE: I need a strange join, please help

    Without CREATE TABLE and INSERT statments I cannot test anything, but my gut feeling is that you will end up with a pattern somewhat like the below:

    SELECT List, the, columns

    FROM...

  • RE: Today's Random Word!

    crookj (4/7/2016)


    Ray K (4/7/2016)


    djj (4/7/2016)


    Ed Wagner (4/7/2016)


    crookj (4/7/2016)


    Ed Wagner (4/7/2016)


    Ray K (4/7/2016)


    Luis Cazares (4/7/2016)


    Ed Wagner (4/7/2016)


    Manic Star (4/7/2016)


    Grumpy DBA (4/7/2016)


    ThomasRushton (4/7/2016)


    span

    Denard

    Obfuscation

    Hide

    Seek

    Index

    Maintenance

    Preventive

    Preemptive

    Strike

    Ball

    Hit

    Pop music

  • RE: ORDER BY ASC and NULLs last

    Andy Warren (4/7/2016)


    Hugo, is there really a difference? In both cases its clearly something unusual being done and I'd argue in both cases a "why" comment would be appropriate.

    I personally...

  • RE: Transaction Log Truncation - in Full or Incremental backup

    szejiekoh (4/7/2016)


    q1) Can I know the rational/reason behind on why full backup with transaction log will not allow the truncation of the transaction log ? (-- at least on the...

  • RE: Differences in run time for same query

    I am at this time not able to look at your problem in detail. But one thing in your description points to a possible explanation.

    Cached execution plans are stored along...

  • RE: Error in connect interface with SQLServer express advanced 2008

    Unless specifically stated otherwise, SQL Server express installs slightly different than other editions. Most editions will by default install as a "default instance", which means you can connect to them...

  • RE: Restrict DB Access - Permit Query Execution

    Eric M Russell (4/7/2016)


    By default, a new login has access no databases, and once granted access, they cannot select from anything.

    To maximize security, I'd suggest first creating a view that...

  • RE: Restore

    Check the setting of the server level option "backup compression". If it is off, change it to on.

    Also check if your backup scripts use the default server option for backup...

  • RE: ORDER BY ASC and NULLs last

    Stewart "Arturius" Campbell (4/6/2016)


    Interesting, never thought of doing it that way

    Nice question, thanks Horia

    Nor should you. In production code, I would always write out the explicit intent instead of relying...

Viewing 15 posts - 526 through 540 (of 3,348 total)