Viewing 15 posts - 991 through 1,005 (of 1,111 total)
Eric M Russell (3/11/2015)
venoym (3/11/2015)
I think this describes some of the disconnect between the only NoSQL camp and the only SQL camp.**beware some language**
Wow, that's so geeky. But it is...
March 11, 2015 at 7:42 pm
CELKO (3/11/2015)
Another rule of thumb is that a query with too many tables is a bad code smell that says the schema design is a mess. A classic flaw is...
March 11, 2015 at 5:54 pm
I'm back. Here is where I am at.
I was just doing basic queries on a very large dataset with the indexes set in place right now. Nothing more, nothing...
March 11, 2015 at 5:38 pm
Grant Fritchey (3/10/2015)
xsevensinzx (3/10/2015)
March 10, 2015 at 12:47 pm
Eric M Russell (3/10/2015)
xsevensinzx (3/10/2015)
ScottPletcher (3/10/2015)
We need to review two things...
March 10, 2015 at 12:01 pm
Koen Verbeeck (3/10/2015)
Eric M Russell (3/10/2015)
A medium powered server should be able to perform a full table scan of 200...
March 10, 2015 at 11:52 am
Grant Fritchey (3/10/2015)
March 10, 2015 at 11:23 am
Woke up to loads of responses. Good!
But, there is a lot of assumptions being thrown around here on how the data is being used that wasn't specified. 😀
GilaMonster (3/10/2015)
March 10, 2015 at 11:17 am
ScottPletcher (3/10/2015)
We need to review two things (at least).
First, the query...
March 10, 2015 at 11:05 am
Koen Verbeeck (3/10/2015)
Also, table partitioning in itself is not a performance solution. It's more a maintenance solution for big tables. The possible...
March 10, 2015 at 3:05 am
dbridgman (3/10/2015)
March 10, 2015 at 2:40 am
Personally, I think breaking things into pieces is easier to understand because it can be explained from start to finish. The better you can understand the process, the easier things...
March 9, 2015 at 12:31 pm
Jeff Moden (3/9/2015)
TomThomson (3/8/2015)
Jeff Moden (3/2/2015)
sqldriver (3/2/2015)
March 9, 2015 at 8:19 am
Ain't that the truth. When I took my first SQL Server job at the company I am at today, the previous guy wrote everything in Access and VBA code. I...
March 8, 2015 at 9:13 am
I was told by a senior DBA on my first day of working with SQL Server that creating stored procedures was the way to automating myself out the job. 😛
But...
March 7, 2015 at 11:50 pm
Viewing 15 posts - 991 through 1,005 (of 1,111 total)