Viewing 15 posts - 46 through 60 (of 162 total)
gdavies2002 (7/21/2015)
Second question: Is your DB6 (say)...
August 5, 2015 at 2:20 pm
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...
July 20, 2015 at 8:03 am
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...
May 21, 2015 at 8:45 am
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,...
May 19, 2015 at 1:51 pm
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...
May 19, 2015 at 10:34 am
Peter Schott (5/19/2015)
May 19, 2015 at 10:31 am
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.
May 19, 2015 at 8:59 am
Robert Frasca (5/19/2015)
May 19, 2015 at 8:58 am
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...
May 19, 2015 at 8:54 am
Darren Green-187877 (5/19/2015)
Hakim, Nicely explained and your stub approach clearly works well.
Thanks.
May 19, 2015 at 8:51 am
Good article and good ideas, something to consider in future database designs. Thanks.
March 30, 2015 at 2:19 pm
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...
March 27, 2015 at 7:50 am
Great topic, and discussion.
On a related note, wish Microsoft didn't require using GUIDs in In-Memory OLTP (Heckaton) tables...
March 24, 2015 at 8:44 am
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...
January 16, 2015 at 8:38 am
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...
January 16, 2015 at 8:21 am
Viewing 15 posts - 46 through 60 (of 162 total)