Forum Replies Created

Viewing 15 posts - 16 through 30 (of 82 total)

  • RE: Stretch Database SQL SERVER 2016

    The options could have been more clear. Anyways I got my point after careful analysis. Good information though. 🙂

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: vbscript runs manually but not through task scheduler

    Thanks for your response. I applied the same settings as in other server and was fine.

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Insert without a PK

    Not sure if this set of code behaves same in all of the 2005+ versions.. Steve has to confirm what went wrong!!!! 😀

    My points please!!! :hehe:

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Default Constraint Script

    Great Catch!! One of the wonder of SQL Server I guess. If there's some explanation for this it would be great.

    Nice Question though. Thank you

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Today's Math

    Back to the basics with a nice question.

    Happy Memorial Day!! Salute to the martyrs!!

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: NONclustered 2 clustered

    Nice Question.. Index remains same irrespective of altering the table by adding a constraint and then by adding an unique clustered index.. I believe the index should have been dropped...

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Track All the DML statements executed from SSMS into a SQL table

    The SQL Audit worked just perfect. But couldn't create audit for more than one table though it allows you to select more tables. Can we select multiple tables in a...

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Track All the DML statements executed from SSMS into a SQL table

    Oh.. yeah.. Its interesting and didn't know until now. Thanks for the information, interesting though.

    So what's the best way to achieve my goal?

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Track All the DML statements executed from SSMS into a SQL table

    Oh k..Thanks again, Gail. Can you please elaborate it or show some proof... Just to make myself clear.

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Track All the DML statements executed from SSMS into a SQL table

    Thanks Gail. Actually, the below site helped to get the connection source..

    http://thesqldude.com/2012/04/07/how-to-prevent-users-from-accessing-sql-server-from-any-application-or-any-login-expect-your-main-application-its-login/%5B/url%5D

    However I will look at SQL Audit as you mentioned as I feel it will help in this case.

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Remove data from tables

    Got Lucky as I chose (d) where no other possible option is left!! 😀

    Thanks for the question.. Often I use the similar queries in our pre-production environment to generate new...

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Audit of sa logon

    I have created the trigger in master. I suppose the trigger should be executed from master database only.

    Please let me know if I have to alter the database

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Audit of sa logon

    I am aware that this one is a very old thread!!

    But have need to clear my doubt and have no other go.

    The script works perfect and sends alerts....

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Index Behaviour

    Stewart "Arturius" Campbell (11/24/2014)


    karthik babu (11/24/2014)


    I still wonder, the results of 2 and 3. One is scan and the other is seek on the same non-clustered index. Is there any...

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

  • RE: Index Behaviour

    I still wonder, the results of 2 and 3. One is scan and the other is seek on the same non-clustered index. Is there any explanation for this SQL behaviour?

    [font="Courier...

    ______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂

Viewing 15 posts - 16 through 30 (of 82 total)