Forum Replies Created

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

  • RE: Stairway to SQL Server Security Level 10: Row-Level Security

    I'd be interested in knowing if anyone is able to get this working via some front-end interface that sits between the database and somewhere else. Something that could interpret a...

  • RE: The Rename Game

    We rename as needed, but use the Refactoring tool in SSDT to handle a lot of those details for us - changing the affected columns, procs, views, etc. Ideally we...

  • RE: Insert without a PK

    I also didn't see anything about the PK being disabled so assumed that the insert would fail due to it being a duplicate PK attempt. Even reviewing the answer, I...

  • RE: What is Database Continuous Integration?

    Well, we used SSDT SQL Projects for our databases. We used Git for version control, but could have used anything - it's just files behind the scenes. To push the...

  • RE: What is Database Continuous Integration?

    mcmangold (6/2/2015)


    Steve,

    I am not sure what VCS stands for in the phrase "There are people that follow a change script process, producing and saving .Sql files for all changes...

  • RE: The MidnightDBAs release Minion Backup

    No worries. I didn't know exactly when the Ola comparison was released last time. I remember it being there by the time I got around to looking for it and...

  • RE: The MidnightDBAs release Minion Backup

    Sean/Jen, does MinionWare support archiving/purging of backups to an Azure storage container? Do you have a compare/contrast with Ola's solution like you do for your Re-Index solution?

    I appreciate your work...

  • RE: A Complex Database Project in Visual Studio SSDT

    hakim.ali (5/19/2015)


    john.leediii (5/19/2015)


    Hakim, we did try suppressing the errors (71562,71502,72014,72045,70558,71558,71005,71561) - they still show up in the Error List, even if prefixed with SQL.

    Yes, looks like you can only suppress...

  • RE: A Complex Database Project in Visual Studio SSDT

    hakim.ali (5/19/2015)


    Peter Schott (5/19/2015)


    We were in a similar situation, but I was able to use SQLPackage to extract a dacpac from all existing databases, then used that extracted dacpac as...

  • RE: A Complex Database Project in Visual Studio SSDT

    We were in a similar situation, but I was able to use SQLPackage to extract a dacpac from all existing databases, then used that extracted dacpac as the DB reference...

  • RE: Monitoring After Deployment

    Wouldn't it make sense to use DDL triggers to capture all schema changes at that point and log all of the changes to some DB to which the normal users...

  • RE: What is Database Continuous Integration?

    Steve,

    Are there any recommendations or best practices for getting started with TSQL Unit tests? That seems like the next logical progression for our processes, but I'm never quite...

  • RE: SSMS or SSDT

    Appreciate the pointer on T4 support, Jack. I've know about the concept for a while, but adding that to my toolkit now. It looks pretty cool, if still "an opportunity...

  • RE: SSMS or SSDT

    SSMS - main tool as I do a lot of ad-hoc queries

    SSDT - main dev tool. Everything that we push to our servers has to be in an SQL Project...

  • RE: Limitations of MongoDb

    We started using MongoDB to cache data for our front-end to make it a little easier to present and not constantly hit the OLTP system while working with that data....

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