Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Custom Schemas

    It isn't to late to change. 🙂

    For the SQL Server database with SSDT in Visual Studio it's even easier:

    - Create new Schema;

    - In the specific objects, Refactor ->...

  • RE: Custom Schemas

    I use Schemas for tables in my current projects as a way of logic separation. Similar to the way .Net uses Namespaces. We have schemas for tables for Application Configuration,...

  • RE: Legal/illegal characters in table name

    Sean of the Lynchmob (4/8/2015)


    I got this when I ran it:

    Msg 2760, Level 16, State 1, Line 1

    The specified schema name "tmp" either does not exist or you do not...

  • RE: SSMS or SSDT

    For development, SSMS with some useful add-ins (SSMSBoost and SQL Search).

    SSDT for Source Control, Database Schema and Data Compare, Snapshots and build install/upgrade scripts.

    Nuno Silva

  • RE: Building Small Habits

    This kind of problem makes database upgrades hard, because the object names differ from database to database. This to me, is a bad practice.

    I had this kind of problem with...

  • RE: Custom SSMS

    Hi,

    This is my first Post since I'm registered in SQLServerCentral.

    I use:

    - Registed Servers to keep my usual connections in hand.

    - Change the SSMS Font to a lower size...

Viewing 6 posts - 1 through 6 (of 6 total)