Forum Replies Created

Viewing 15 posts - 76 through 90 (of 148 total)

  • RE: How to copy a role and its permissions?

    Hi Shawn

    Thanks for the info, but it is not what I am looking for.

    What I am looking for is the script from the role to be able to...

  • RE: How to copy a role and its permissions?

    What "GUI" are you talking about?

    I am using SQL server Management Studio. There is the menu (clicking on the right button of the mouse) with "Script data...

  • RE: Multiple Inserts

    I was so sure I knew the right answers that I would have bet on it! Good thing I did not as I got it wrong :blush:

    I have the...

  • RE: Tail Log Backups

    Michael Lysons (1/13/2012)


    I've enjoyed these questions this week. For me, they're the perfect sort, as they are (generally) fairly easy to research and therefore learn something from.

    +1

    More please, I...

  • RE: Is there a simple way to transfer many tables from one schema to another schema

    Wow! SuperDuper! It does exactly what I needed

    Thanks a lot 🙂

  • RE: First Impressions

    david.wright-948385 (11/11/2011)


    Mmm, just one category then.

    yes, but which one depends on how you fill and how he fills in a specific moment :blink:

  • RE: DBCC CHECKDB

    It is always easy when you know. I did not even knew the command DBCC CHECKDB ! I had to search... but yes, it was easy to understand...

  • RE: First Impressions

    I agree on categorizing people. It is a surviving thing inside each of us from being eaten by some animal or being beaten by... well, some animal too.

    I agree...

  • RE: Intersect

    Hugo Kornelis (11/10/2011)


    tilew-948340 (11/9/2011)


    Why the quey works fine if I remove the "order by 2" if its a conversion bug?

    Because the bug is not introduced by conversion only, but by...

  • RE: Intersect

    Why the quey works fine if I remove the "order by 2" if its a conversion bug?

    select fileid, name from sysfiles intersect

    select file_id, name from sys.master_files

    where file_id in('1')

  • RE: Intersect

    Hugo Kornelis (11/9/2011)


    But the reason of the bug is because the query is done on the master or because there is "a non-explicit type conversion on the right hand...

  • RE: Intersect

    I got it right because the only thing that looked wrong for me in the query was the "2" in the "ORDER BY": there were no column names "2" :-)...

  • RE: Mirroring

    bitbucket-25253 (11/4/2011)


    A good question,... So congratulations to the author as the QOD not only tests ones knowledge, but teaches those who do not know the subject and this question will...

  • RE: SQL Server 2008 - Disabling Full Text Search

    DugyC (10/28/2011)


    Although, like 71% (at this time) of the others, I got this wrong because I was thinking Full-text indexing on a table can be disable/re-enabled. The question, on re-reading,...

  • RE: Query Plan Execution Order

    L' Eomot Inversé (10/27/2011)


    tilew-948340 (10/27/2011)


    ... is it important to undersand if you are (well, trying to be) a developper on a very small database?

    ... So maybe the case for most...

Viewing 15 posts - 76 through 90 (of 148 total)