Viewing 14 posts - 1 through 14 (of 14 total)
Nice job, dealing with circular references in SSDT is a PITA!
May 19, 2015 at 7:29 pm
This is some good stuff, nice work. Good alternative if you can't purchase a 3rd party tool.
April 28, 2015 at 7:39 am
SSMS for admin tasks, SSDT for development. The more I use SSDT the more I like it.
March 30, 2015 at 3:21 pm
I'm right there with you, on the same path, working to get there.
March 30, 2015 at 3:20 pm
I could write an article about it, not sure how much information I could give out though due to confidentiality agreements. We did have large SQL Server enterprise servers running...
March 11, 2015 at 8:39 am
Two instances in every store running on a physical server. Cloud wasn't an option at the time. No extra development costs.
March 10, 2015 at 8:26 pm
I ran a 4700+ store retail chain on 9400 instances of SQL express. Microsoft loved me 😎
March 10, 2015 at 7:45 pm
I think I figured it out, I was having some circular reference problems, I ended up having to build the dac pac of one of the databases and using that...
March 3, 2015 at 5:22 pm
I believe this is sort of what I was looking for, let me test this one out and see how it performs. I'll let you know what I find. Thanks
February 5, 2015 at 1:54 pm
I know for this example the stock_nbr_ky values are the same but they won't always be
February 5, 2015 at 1:16 pm
I believe part of the problem has to do with the OR in the WHERE clause, removing it gives me a better plan that runs in subseconds.
select
stockNew.stock_nbr_ky as stock_nbr_ky_new,
stockOld.stock_nbr AS...
February 5, 2015 at 12:43 pm
The legendary ScaryDBA! I'm a big fan of your distilled tuning book and Red Gate in general. Thanks the for the help. My thoughts were in line with yours, I...
February 5, 2015 at 12:36 pm
nice article
January 28, 2015 at 8:38 am
same error
January 20, 2015 at 9:07 am
Viewing 14 posts - 1 through 14 (of 14 total)