Viewing 15 posts - 766 through 780 (of 1,111 total)
I like a mixture of both. My only issue with the remote office is the issue with bigger companies where there is already a gap in the communication due to...
December 7, 2015 at 11:58 am
I really don't understand this article at all.
NoSQL is such a broad topic that you really can't push out blanket statements about everything under the NoSQL umbrella much like...
December 4, 2015 at 6:17 pm
Course, you could always bridge the gap by coming other rather than relying on a bridge.
One team. Not One (Ops), Two (Devs) and Three (DevOps) teams.
December 3, 2015 at 5:09 pm
podmate (11/12/2015)
chrisn-585491 (11/9/2015)
Increased license costs of SQL Server will drive more business away from MS than security concerns. If the industry were concerned about security, we would have abandon C...
December 2, 2015 at 6:06 pm
I live in command line for my Linux machines and Python. I would love it for everything Windows too.
December 2, 2015 at 6:04 pm
Gary Varga (12/2/2015)
December 2, 2015 at 12:46 pm
GilaMonster (12/2/2015)
xsevensinzx (12/2/2015)
December 2, 2015 at 8:50 am
GilaMonster (12/2/2015)
Correctly terminate all statements with a semicolon (they're statement terminators). The end.
If someone did not...
December 2, 2015 at 8:29 am
The thing is, not everyone ends with a semicolon. So, when you have things like:
WITH Test AS
(
SELECT TOP 1
*
FROM [DW].[dbo].[SomeTable]
)
SELECT * FROM Test;
SELECT TOP 1
*
FROM [DW].[dbo].[SomeTable] -- Missing semicolon
WITH...
December 2, 2015 at 8:00 am
GilaMonster (12/2/2015)
xsevensinzx (12/2/2015)
Don't forget to put it at the beginning of each CTE too.
!Gah !No
.A semicolon is a statement *terminator* .It is not something that gets placed at the beginning...
December 2, 2015 at 7:25 am
Can't stress semi-colons enough. I didn't have it in my sample, but it should be at the end of each statement. Don't forget to put it at the beginning of...
December 2, 2015 at 6:25 am
I feel that so many people put too much emphasis on knowing syntax than the people themselves. For DBA's, it becomes a knowledge capacity assessment from the start. Do you...
December 1, 2015 at 11:28 pm
polkadot (12/1/2015)
xsevensixzx, I find brackets looks nice but is hard for me to do with proper typing technique (hard on pinky) and so many extra characters. But looks nice.
Yeppers,...
December 1, 2015 at 11:06 pm
GilaMonster (12/1/2015)
polkadot (12/1/2015)
Seriously, does any team really have discussions about these things?
Yes, good teams do, because they know that making time to establish standards and practices saves time later on.
If...
December 1, 2015 at 7:13 pm
Jeff Moden (12/1/2015)
xsevensinzx (12/1/2015)
This is what I like that everyone despises.
You're right ... I don't care for all the bracketing BUT, when it's "Squared Up" like you have it,...
December 1, 2015 at 6:46 pm
Viewing 15 posts - 766 through 780 (of 1,111 total)