Viewing 15 posts - 4,186 through 4,200 (of 6,038 total)
Try all three methods (CASE, ISNULL, and COALESCE) and see which is faster in your specific scenario. If you're encountering performance issues, then it's probably the sargability of the query...
February 4, 2015 at 10:07 am
He may also want to consider placing a unique key constraint on session + product + time or date with the ingore_dup_key option set to insure that redundant click events...
February 4, 2015 at 6:42 am
Jeff Moden (2/3/2015)
February 4, 2015 at 6:26 am
There seems to have been a spike in career oriented editorials and posts over the past year. I know it's been on my mind a lot lately too.
As for...
February 3, 2015 at 4:26 pm
MMartin1 (2/3/2015)
February 3, 2015 at 1:23 pm
sys.sysprocesses is legacy, and there are a handful of DMVs that could do the same job better.
The following will simply return number of connections.
select * from sys.dm_os_performance_counters
where Counter_Name =...
February 2, 2015 at 8:44 am
Doctor Who 2 (1/31/2015)
February 2, 2015 at 7:45 am
David.Poole (1/31/2015)
February 2, 2015 at 7:39 am
sm_iransoftware (1/31/2015)
I want to do some thing on this database.
First Of All , I should start with a small database.
But current DB has many connection from site. And I...
February 2, 2015 at 7:20 am
RonKyle (1/29/2015)
In a POS system, someting like a terminal_id (origination) + timestamp could be a natural key
I don't want to get in a back and forth about what a natural...
January 29, 2015 at 9:41 am
RonKyle (1/29/2015)
In the RDMS realm, it makes more sense for a number of reasons to use a business assigned origin code and timestamp combined to form a natural key.
[Emphasis...
January 29, 2015 at 8:37 am
ScottPletcher (1/29/2015)
TomThomson (1/28/2015)
Eric M Russell (1/27/2015)
andrew gothard (1/27/2015)
Eric M Russell (1/21/2015)
However, I would take issue with...
January 29, 2015 at 8:13 am
Our ETL process ingests data from over a hundred external clients, and what is accepted as "normal" is a constant debate. There is a pre-production load step called AutoCertification that...
January 28, 2015 at 11:14 am
They're somehow assigning more weight to the negative rating then the all the others. There's perhaps some value here in doing so, since there might be a legitimate complaint, but...
January 28, 2015 at 7:26 am
Iwas Bornready (1/27/2015)
January 27, 2015 at 7:20 am
Viewing 15 posts - 4,186 through 4,200 (of 6,038 total)