Forum Replies Created

Viewing 15 posts - 1 through 15 (of 53 total)

  • Reply To: Adding a Database with Polybase External Tables to Always On Availability Group

    Hi, Ramya,

    nice work! Very detailed, very interesting!

    Only thing that irritated me in terms of processes: We'd have a single point of failure in the external table; at least the assigned...

    • This reply was modified 4 years, 4 months ago by  Dscheypie. Reason: Removed [code] tags
  • RE: Get DDL for any SQL 2005 table

    Hi, Lowell,

    great work, thank you! I added your procedure to my toolbox; just renamed it to GetTableDDL because I have a simple SP called GetObjectDDL for stored procs, functions etc....

  • RE: A Case FOR Cursors...

    I like your post: Each command has it's right to exist, and WE have to decide the appropriate use.

    Your compilation of criteria is a nice catalogue for a discussion when...

  • RE: I thought my database was collation agnostic

    Hi, tromeo,

    that was an interesting article for me: Up to now I did not know anything about the abbreviations "CI" and "AS". Of course I did not have too many...

  • RE: Do You Have Scary Code?

    It definitely is too expensive to save money by not unit testing software. The same goes for documentation.

    Especially for newbies that work themselves into it: If they have documentation AND...

  • RE: A general way to maintain History tables

    Hi, Jefferson,

    thank you for your article. You put some work in it, and this is something I really appreciate!

    Personally I was mislead because based on the headline I expected an...

  • RE: Orphaned users

    Ah, hi Tom!

    Thanks for your valuable remarks and your work!

    See you later...

    Jens-Pater...

  • RE: Orphaned users

    ronmoses (10/31/2013)


    sknox (10/31/2013)


    The following T-SQL code creates database users which map to the Windows groups. Every member of those groups, when logging into SQL Server, will have the rights of...

  • RE: Orphaned users

    jan.dewettinck (10/31/2013)


    Nice question.

    Under drop the login with DBO rights you mention

    DROP LOGIN [Domain\TestSQLDBadmins];

    GO

    I guess you meant

    DROP LOGIN [Domain\TestWindowsDBadmins];

    GO

    ?

    Of course you are right: Never change things in the last minute. I...

  • RE: What happens to a variable after COMMIT or ROLLBACK

    Nice idea, this question!

    SQL Server writes only changed data pages, not variables. That concept in mind forbids any other answer, doesn't it?

  • RE: Database permissions

    L' Eomot Inversé (10/3/2013)


    Nice question.

    I find it quite surprising that 58% of answers so far were wrong; and even more surprising that nearly half of the wrong answers were not...

  • RE: T-SQL counts

    Jeff Moden (10/1/2013)


    Actually, this is going to cause a mess for me when we upgrade from 2005 because NULL is considered to be a DISTINCT value. For 2005, the...

  • RE: Extended Procs

    Yes, that's correct. A better answer could have been "... is actually planned to be implemented in SQL Server 2014 ..."

    Jens-Peter 🙂

  • RE: Extended Procs

    MarkusB (10/1/2013)


    Not sure about this question.

    I think there is no correct answer given, because even the link provided for SQL 2014 says "Topic Status: Some information in this topic...

  • RE: The Fundamentals of SQL Server Replication by Sebastian Meine

    @braindonor: Good of you to mention that, thanx.

    But hopefully the book's a bit more. At least he wrote about some exercises in the book!

    Jens-Peter

Viewing 15 posts - 1 through 15 (of 53 total)