Viewing 15 posts - 16 through 30 (of 46 total)
Bill Talada (11/13/2015)
November 13, 2015 at 12:35 pm
I have separate instances for Prod/Dev etc. due to differences in underlying hardware, installed tools, etc. I use databases and schemas in my instance to separate functionality and as security...
November 13, 2015 at 7:33 am
I suspect the author intended the first one to be a trap but accidentally added coffee in front of bean which made it a valid row. As written, the answer...
October 28, 2015 at 6:51 am
Part of the problem is the common misconceptions about what a data model is. The comments have touched on some of the uses but miss the big picture. So often...
September 11, 2015 at 7:44 am
The formula for should be 42/purple but remember to carry the 2 🙂
August 3, 2015 at 9:35 am
I have settled on using prefixes for the elements most likely to cause problems, e.g. DEV_EDW_SQL and PROD_EDW_SQL for our development and production Enterprise Data Warehouse SQL servers, and DEV_EDW_SSAS_BLD,...
May 21, 2015 at 7:20 am
Out of 200, all but 1 and that's only because the P2V failed.
May 8, 2015 at 7:18 am
TomThomson (4/2/2015)
Revenant (4/2/2015)
I am surprised that only 43 percent got this one right - if it is the answer to everything, it must be correct.
it can't be the answer to...
April 2, 2015 at 11:36 am
Actually, it's a trick question. As soon as the monkey picks up his foot to kick he falls over because he can't balance on his peg.
April 1, 2015 at 7:21 am
Should have told me that before I just did it. The files are gone.
February 24, 2015 at 7:29 am
Deleting the database does allow getting rid of the database files even when the database is offline.
February 24, 2015 at 6:49 am
Very nice. By using LEFT JOIN rather than INNER, the example also returns the unmatched rows.
DELETE FROM #Target WHERE Item = 'Fig';
GO
INSERT INTO #Source
...
January 9, 2015 at 7:28 am
I got it right but for a different reasoning. Since the HumanResources schema wasn't specified, the synonym would be created for the non-existant dbo.Employee table and the query would fail...
September 8, 2014 at 7:15 am
Maybe I'm missing something. To test I executed the first component to create the SP. I looked in SSMS and saw the incorrectly named SP. I then ran the sp_rename,...
August 13, 2014 at 8:23 am
I think the point value was appropriate, not due to the difficulty of the question, but rather the value of knowing the basics well. Knowing some arcane bit of trivia...
August 4, 2014 at 6:45 am
Viewing 15 posts - 16 through 30 (of 46 total)