Viewing 15 posts - 2,731 through 2,745 (of 9,399 total)
I'd say that a plan containing an implicit cast points to a bad query. The plan itself isn't bad (or misunderstood) but the query that generated it is one...
August 16, 2016 at 1:29 pm
Actually, you can send an email with a NULL body. I'd start with msdb.dbo.sysmail_mailitems. Find your rows where the email is sent and that should tell you where...
August 16, 2016 at 1:15 pm
Ray K (8/16/2016)
Ed Wagner (8/16/2016)
whereisSQL? (8/16/2016)
HappyGeek (8/16/2016)
Grumpy DBA (8/16/2016)
Y.B. (8/16/2016)
PopSoda
Water
Ice
Broken
Wings
Hot
August 16, 2016 at 12:48 pm
whereisSQL? (8/16/2016)
HappyGeek (8/16/2016)
Grumpy DBA (8/16/2016)
Y.B. (8/16/2016)
PopSoda
Water
Ice
Broken
August 16, 2016 at 12:26 pm
whereisSQL? (8/16/2016)
The Dixie Flatline (8/16/2016)
ThomasRushton (8/16/2016)
whereisSQL? (8/16/2016)
Grumpy DBA (8/16/2016)
djj (8/16/2016)
RocketRichard
Canada
Dry
Martini
Cherry
Peach
August 16, 2016 at 9:42 am
ScottPletcher (8/16/2016)
Ed Wagner (8/16/2016)
ScottPletcher (8/16/2016)
Jeff Moden (8/15/2016)
ScottPletcher (8/15/2016)
Jeff Moden (8/15/2016)
ScottPletcher (8/15/2016)
Jeff Moden (8/15/2016)
August 16, 2016 at 9:42 am
Eric M Russell (8/16/2016)
Ed Wagner (8/16/2016)
Eric M Russell (8/16/2016)
August 16, 2016 at 8:51 am
Eric M Russell (8/16/2016)
August 16, 2016 at 8:33 am
ScottPletcher (8/16/2016)
Jeff Moden (8/15/2016)
ScottPletcher (8/15/2016)
Jeff Moden (8/15/2016)
ScottPletcher (8/15/2016)
Jeff Moden (8/15/2016)
August 16, 2016 at 8:31 am
To the best of my knowledge, once the data is stored in the varchar column, there's no way to translate it into the original Unicode characters. Sure, you could...
August 16, 2016 at 8:22 am
Nice question. It illustrates a good point. Thanks.
August 16, 2016 at 6:29 am
The Dixie Flatline (8/15/2016)
Ed Wagner (8/15/2016)
whereisSQL? (8/15/2016)
Y.B. (8/15/2016)
Manic Star (8/15/2016)
HappyGeek (8/15/2016)
Luis Cazares (8/15/2016)
whereisSQL? (8/15/2016)
Revenant (8/15/2016)
Ray K (8/15/2016)
Ed Wagner (8/15/2016)
djj (8/15/2016)
Grumpy DBA (8/15/2016)
djj (8/15/2016)
Ed Wagner (8/15/2016)
SweetTreat
Trick
Joke
Puzzle
Jigsaw
Tools
Power
Unlimited
Opportunities
Scam
Spam
Eggs
Ham
Pork
Chop
August 16, 2016 at 6:26 am
Another approach that uses an ITVF, only it uses the EXCEPT set operator instead:
if object_id('dbo.NotPurchased', 'if') is not null drop function dbo.NotPurchased;
go
CREATE FUNCTION dbo.NotPurchased(@UserID Nchar(10)) RETURNS TABLE WITH SCHEMABINDING
AS
...
August 15, 2016 at 7:34 pm
ScottPletcher (8/15/2016)
Jeff Moden (8/15/2016)
August 15, 2016 at 1:14 pm
Viewing 15 posts - 2,731 through 2,745 (of 9,399 total)