Forum Replies Created

Viewing 15 posts - 46 through 60 (of 163 total)

  • RE: A Complex Database Project in Visual Studio SSDT

    gdavies2002 (7/21/2015)


    Do you have a process of keeping the stubs in sync with the real DB projects? Or of publishing this change across both DBs?

    Second question: Is your DB6 (say)...

    Hakim Ali
    www.sqlzen.com

  • RE: Are DacPacs ready for prime-time?

    We do use dacpacs, in fact they are a very important part of our development model. We develop in Visual Studio more than in SSMS, and we have several instances...

    Hakim Ali
    www.sqlzen.com

  • RE: Naming Confusion

    Conventions are somewhat subjective. I lean towards prefixes for dev, prod etc, and they work well.

    Another thing that works very well is Server Groups within SSMS Registered Servers. I have...

    Hakim Ali
    www.sqlzen.com

  • RE: A Complex Database Project in Visual Studio SSDT

    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 warnings,...

    Hakim Ali
    www.sqlzen.com

  • RE: A Complex Database Project in Visual Studio SSDT

    john.leediii (5/19/2015)


    Ideally we'd be able to suppress the reference errors altogether.

    You can. Go into project properties, click on the "Build" tab, and where it says "Suppress Transact-SQL warnings:", put in...

    Hakim Ali
    www.sqlzen.com

  • RE: A Complex Database Project in Visual Studio SSDT

    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 the...

    Hakim Ali
    www.sqlzen.com

  • RE: A Complex Database Project in Visual Studio SSDT

    SQL Muscle (5/19/2015)


    This article on a way to handle more complicated inter-database reference dependencies is a breath of fresh air. 😀

    Thank you.

    Hakim Ali
    www.sqlzen.com

  • RE: A Complex Database Project in Visual Studio SSDT

    Robert Frasca (5/19/2015)


    ...I don't see how you solved your dependency issue which is why those references are important. For example, if I've removed two columns from Table 1 on DB2...

    Hakim Ali
    www.sqlzen.com

  • RE: A Complex Database Project in Visual Studio SSDT

    shauntck 41953 (5/19/2015)


    What is the purpose for cutting down the schemas to only the relevant objects in your example? If it's just a dacpac does it really matter?

    Somebody else...

    Hakim Ali
    www.sqlzen.com

  • RE: A Complex Database Project in Visual Studio SSDT

    Darren Green-187877 (5/19/2015)


    Hakim, Nicely explained and your stub approach clearly works well.

    Thanks.

    Hakim Ali
    www.sqlzen.com

  • RE: Obedience Training For Databases: Cascading Constraints

    Good article and good ideas, something to consider in future database designs. Thanks.

    Hakim Ali
    www.sqlzen.com

  • RE: SSMS or SSDT

    We are a Microsoft shop, and our developers live in Visual Studio. They also do a lot of DB development. This happens in Visual Studio SSDT. We tie it to...

    Hakim Ali
    www.sqlzen.com

  • RE: Are There That Many GUIDs?

    Great topic, and discussion.

    On a related note, wish Microsoft didn't require using GUIDs in In-Memory OLTP (Heckaton) tables...

    Hakim Ali
    www.sqlzen.com

  • RE: Platform Comparison - SQL vs. Oracle (Need benefits)

    You mentioned in comments that your product/service uses .NET web services, SSIS packages, and .xls files, all Microsoft products. I would think these integrate with SQL Server far better than...

    Hakim Ali
    www.sqlzen.com

  • RE: Platform Comparison - SQL vs. Oracle (Need benefits)

    Alvin Ramard (1/8/2015)


    I strongly believe in the KISS principle. Keep It SQL Server 🙂

    Oh I love this quote, I'm going to steal it...

    Hakim Ali
    www.sqlzen.com

Viewing 15 posts - 46 through 60 (of 163 total)