Viewing 15 posts - 721 through 735 (of 3,348 total)
Thanks for the explanation, frodriguez.
Also note that "distrust" is too strong a word. I think "careful" would be a better subscription.
And I guess I forgot tot say in my orignal...
March 2, 2016 at 3:10 am
Reported as spam.
And a friendly reminder to anyone to be carefull when following links. This one might be legit, or it might be a virus. No way to tell, so...
March 2, 2016 at 3:08 am
Hi Steve,
First, thanks for not including surrogate keys in your ERD. They are an implementation choice, so they should never ever be in any ERD. (And let me stress the...
March 2, 2016 at 3:05 am
Oh dear. The design of the input table is quite awful - it violates First Normal Form by having separate columns for the months. This is called a repeating group,...
March 2, 2016 at 2:18 am
tony28 (3/1/2016)
March 2, 2016 at 2:10 am
This is one of many reasons why you need some form of source control for your database objects. I know RedGate has tools that allow you to just restore prod...
March 2, 2016 at 1:52 am
Kenneth-1467 (3/1/2016)
March 2, 2016 at 1:41 am
If you want a tool to draw the pretty pictures for your data model, MS Visio gets the job done well enough.
There are also tolls that do way more, such...
March 2, 2016 at 1:29 am
MotivateMan1394 (3/2/2016)
using 20 logical processors based on SQL Server licensing.
There's your answered. You are licensed to use max 20 cores. Seems you are using the Server/CAL based licensing method and...
March 2, 2016 at 1:23 am
Let's see if I can do this without messing up - I want to reply to some of your questions in a different order, so I have to move bits...
March 1, 2016 at 1:45 pm
At first sight, the data model looks okay. Of course I do not know the exact requirements. Also, every flavor of ER modeling has its own ways to represent optional/mandatory...
March 1, 2016 at 1:26 pm
michal.lisinski (3/1/2016)
I'm trying to find a set-based option to increase counter...
March 1, 2016 at 1:01 pm
tony28 (2/29/2016)
Hugo Kornelis (2/29/2016)
tony28 (2/26/2016)
WHERE A.1PKCOLUMN='DATE' AND A.1PKCOLUMN+A.2PKCOLUMN>'DATE+SEQ'
So why not write this as
WHERE A.1PKCOLUMN='DATE'
AND A.2PKCOLUMN > '+SEQ'
That would make it far easier for SQL Server to estimate the cardinality, and...
March 1, 2016 at 12:55 pm
So you want a different schema for each tenant, a single procedure with the tenant as a parameter, and no dynamic SQL?
Prepare to write lengthy IF ... ELSE IF ......
March 1, 2016 at 12:49 pm
Ed Wagner (2/29/2016)
whereisSQL? (2/29/2016)
Ed Wagner (2/29/2016)
Grumpy DBA (2/29/2016)
Ray K (2/29/2016)
crookj (2/29/2016)
Revenant (2/29/2016)
OverboardOverhead
Over easy
Sunnyside up
Egg
Chicken
Fry
Laurie
February 29, 2016 at 1:54 pm
Viewing 15 posts - 721 through 735 (of 3,348 total)