Forum Replies Created

Viewing 15 posts - 8,161 through 8,175 (of 9,707 total)

  • RE: How to restore many databases at one time

    Ditto to the T-SQL script creation. Easiest and quickest way.

    You could also try to use SSIS's Copy Database tasks. Though it tends to be messy and not create things in...

  • RE: Stored procedure ignores DENY INSERT

    Gift,

    I have an end user who does what you're describing. But in the end, no matter what numbers he plugs in to come up with his scenarios, he's still basing...

  • RE: Stored procedure ignores DENY INSERT

    WHOOHOO!

    Found the workaround.

    Create a new database called ReportDesign. Give the report writers whatever perms they need on that database.

    Give db_datareader and db_denydatawriter on the "source" databases (from which the...

  • RE: Creating XML from SQL Server 2005 - What are my options?

    That link just shows another question. It doesn't actually show what you did for a final solution.

    But if you post the final solution in either thread, then reference that solution...

  • RE: Who Watches the Watchers?

    Julie Breutzmann (12/4/2009)


    But what about the companies that received and made use of what was clearly stolen data; it's improbable that someone could purcahse data with renewal dates for customers...

  • RE: Who Watches the Watchers?

    Oh, yeah. Steve's line gives me an idea for a whole 'nother story. @=)

  • RE: Stored procedure ignores DENY INSERT

    Gift Peddie (12/3/2009)


    Your concept of report is what end user tools do not what developers write.

    Gift, I'm sorry. I don't understand that sentence at all. Could you rephrase? Because the...

  • RE: Stored procedure ignores DENY INSERT

    Gift Peddie (12/3/2009)[hrIf a DBA stops intermediate inserts which are needed in most complex reports the DBA will write the code to create that report because there are reasons why...

  • RE: Stored procedure ignores DENY INSERT

    So it's not that Execute perms don't work, but that by the rules you can't use them?

  • RE: Creating XML from SQL Server 2005 - What are my options?

    Could you post some sample code for the resolution so that people who need this in the future can better understand your solution?

  • RE: Who Watches the Watchers?

    In my experience, the Compliance team (or whatever name the watchdogs have) are not tech people. If a DBA wanted to get away with something, it would be easy to...

  • RE: Who Watches the Watchers?

    laurav (12/3/2009)


    I would tell my managers and IT security folks what I was doing and why, and they would look at me as though I had two heads. I...

  • RE: Who Watches the Watchers?

    Grant Fritchey (12/3/2009)


    Excellent editorial. The link seems to be missing to the T-Mobile story in the UK. Any chance of posting it?

    Sorry about that. This is the same link Steve...

  • RE: Stored procedure ignores DENY INSERT

    Seth,

    Hate to break the news to you, but if they haven't already figured that trick out, they're either new to being T-SQL writer or they're not a very good one.

    That's...

  • RE: Stored procedure ignores DENY INSERT

    Actually, we don't allow anybody to write procs in production. We have a Dev environment, Test environment and QC environment to go through before things reach Production. Unfortunately, we're all...

Viewing 15 posts - 8,161 through 8,175 (of 9,707 total)