Viewing 6 posts - 1 through 6 (of 6 total)
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 ->...
November 13, 2015 at 3:21 am
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,...
November 13, 2015 at 2:56 am
Sean of the Lynchmob (4/8/2015)
Msg 2760, Level 16, State 1, Line 1
The specified schema name "tmp" either does not exist or you do not...
April 8, 2015 at 8:42 am
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
March 30, 2015 at 8:42 am
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...
February 26, 2015 at 4:07 am
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...
January 23, 2015 at 5:14 am
Viewing 6 posts - 1 through 6 (of 6 total)