Forum Replies Created

Viewing 15 posts - 7,156 through 7,170 (of 39,754 total)

  • RE: Securing Your Instances

    I would agree that legal speculation isn't valuable unless you are a legal professional with experience here. Even then, the way western law systems work is that despite precedent,  the...

  • RE: Finally, Create or Alter

    Nelson Petersen - Wednesday, January 18, 2017 12:31 PM

    Steve,
            To expand this slightly, metadata, code and data could all...

  • RE: Ummm... what sequence of clicks gets me to where I can edit my signature?

    In the upper right of this forum is the outline of a person. Click this and then edit profile. In the profile, there are a series of tabs across the...

  • RE: Sql Server Database on two machines

    The size of the db doesn't necessarily matter, except for the cost in Azure.

    What you need to work on the database from two machines is  connectivity.  As long...

  • RE: Not Excited by Linux

    I don't think that there is any chance of Windows being abandoned for Linux, unless it's a Linux shop that was forced to introduce a couple Windows Servers.

    This...

  • RE: Powershell vs Sqlcmd

    Yes, execute in SQL Agent, but could be with another scheduler. Some companies I work at have had enterprise schedulers with agents on each machine, but I've tended to stick...

  • RE: Powershell vs Sqlcmd

    I hate centralized systems. That creates a single point of failure that depends on lots of stuff (Security, networking, etc.) working correctly.

    I do think PoSh works well for...

  • RE: Find Database Dependencies in Jobs and other databases

    Thanks, that would be great.

  • RE: Clearing Session Context

    sipas - Tuesday, January 17, 2017 5:43 AM

    Should be @read_only rather than @readonly, but doesn't affect the correct answer - nice question.

    Thanks,...

  • RE: Delaying Patches is Problematic

    roger.plowman - Tuesday, January 17, 2017 6:48 AM

    The problem with automatic patching over the long term is cruft. It also means bloat and...

  • RE: SSC Forum Updates

    The points system changed slightly because we have new ways to award points based on answers and marking / liking posts. I had a list, but need a final one...

  • RE: What's Your Test Plan?

    Most people just seem to assume if the server is up, things are working. This usually leads to constant fixes as still broken items are fixed on the fly. One...

  • RE: why is this trigger not working ?

    I would follow David Burrows advice above. Join inserted to the original table in the trigger.

  • RE: TDE and Stretch Databases

    Thomas, take it.

    Eric, there is no original article listed. I noted that it should be similar to a TDE article, any one. How to enable and then set...

  • RE: why is this trigger not working ?

    If you're updating, then why not put the UPDATE in the trigger? Something like this:

    ALTER TRIGGER [dbo].[tr_datediff] ON [dbo][JOURNAL]  FOR INSERT,UPDATE
    AS
    Update mytable
    set mycol = DATEDIFF(d,start_date,end_date)[diff]

Viewing 15 posts - 7,156 through 7,170 (of 39,754 total)