Viewing 15 posts - 2,536 through 2,550 (of 10,144 total)
rarara (3/27/2015)
StartDate(this is numeric): 20150305
EndDate(this is numeric): 20150905
MonthlyPaymentDay: 1
PaymentAmount: 125
How do...
March 27, 2015 at 10:38 am
Question of the day: what datatype is the Estimated Number of Rows (or Estimated Subtree Cost) displayed in the property sheet of the SELECT operator in the estimated plan of...
March 27, 2015 at 10:00 am
Brandie Tarvin (3/27/2015)
ChrisM@Work (3/27/2015)
Brandie Tarvin (3/27/2015)
I was having a Really Bad Day last week. I was trying to...
March 27, 2015 at 9:05 am
Brandie Tarvin (3/27/2015)
ChrisM@Work (3/27/2015)
Brandie Tarvin (3/27/2015)
dwain.c (3/26/2015)
ChrisM@Work (3/26/2015)
March 27, 2015 at 8:18 am
Brandie Tarvin (3/27/2015)
I was having a Really Bad Day last week. I was trying to send an email...
March 27, 2015 at 8:09 am
Brandie Tarvin (3/27/2015)
dwain.c (3/26/2015)
ChrisM@Work (3/26/2015)
March 27, 2015 at 8:00 am
Brandie Tarvin (3/27/2015)
ChrisM@Work (3/27/2015)
TomThomson (3/27/2015)
dwain.c (3/26/2015)
Edit: This query shows the same thing:
IF EXISTS (SELECT 1 FROM (VALUES(CAST(1 AS BIT))) d (n))
SELECT * FROM sys.all_columns;
Which means that it has something...
March 27, 2015 at 7:59 am
I'd be tempted to work on each table in turn, logging the duplicated reference numbers. There are loads of ways of detecting dupes. Here's one of them which works nicely...
March 27, 2015 at 7:40 am
TomThomson (3/27/2015)
dwain.c (3/26/2015)
Edit: This query shows the same thing:
IF EXISTS (SELECT 1 FROM (VALUES(CAST(1 AS BIT))) d (n))
SELECT * FROM sys.all_columns;
Which means that it has something to do with...
March 27, 2015 at 7:22 am
dwain.c (3/26/2015)
ChrisM@Work (3/26/2015)
March 27, 2015 at 4:13 am
Where’s a plan showing huge Estimated Operator Costs when you need one? Have a look at the estimated plan for this conditional query i.e. the IF as well as the...
March 26, 2015 at 10:16 am
mister.magoo (3/26/2015)
ChrisM@Work (3/26/2015)
Phil Parkin (3/26/2015)
dwain.c (3/26/2015)
Gary Varga (3/26/2015)
dwain.c (3/25/2015)
March 26, 2015 at 6:14 am
Phil Parkin (3/26/2015)
dwain.c (3/26/2015)
Gary Varga (3/26/2015)
dwain.c (3/25/2015)
Make it Work, Make it Fast, Make it Pretty[/url]
Maybe...
March 26, 2015 at 3:26 am
Jeff Moden (3/24/2015)
Eirikur Eiriksson (3/24/2015)
Wayne West (3/23/2015)
Jeff Moden (3/22/2015)
Steve Jones - SSC Editor (3/16/2015)
Eirikur Eiriksson (3/13/2015)
March 25, 2015 at 3:42 am
-- Note that the filter on r.dbStatusDesc in the WHERE clause
-- turns the left join on vw_ReferralKPIs into an inner join
-- because it excludes NULL values of r.dbStatusDesc in...
March 25, 2015 at 2:58 am
Viewing 15 posts - 2,536 through 2,550 (of 10,144 total)