Viewing 15 posts - 7,426 through 7,440 (of 8,416 total)
Steve Slaughter (7/13/2009)
July 14, 2009 at 3:06 am
Books Online 2008
July 14, 2009 at 2:52 am
You can't use WITH SCHEMABINDING on a view that references system objects, as you have discovered.
There is often a way around this though. In your case, all you need...
July 14, 2009 at 2:38 am
I think my 486 DX2/66 had a turbo button - if I recall it ran at 33Mhz normally...
That query is easy:
SELECT
FROM
WHERE tatcalltype = 'null'
AND
OPTION...
July 14, 2009 at 2:23 am
Jack Corbett (7/13/2009)
Grant Fritchey (7/13/2009)
jcrawf02 (7/13/2009)
Paul White (7/13/2009)
GilaMonster (7/13/2009)
Done, apparently, because 'null' is faster than NULLBut only if you use little letters (less aerodynamic drag = faster!)
...then he should use...
July 13, 2009 at 7:24 pm
You're welcome 🙂
July 13, 2009 at 6:48 pm
GilaMonster (7/13/2009)
Done, apparently, because 'null' is faster than NULL
But only if you use little letters (less aerodynamic drag = faster!)
July 13, 2009 at 5:09 pm
GilaMonster (7/13/2009)
tatcalltype ='null'
Why.....
Oh Lordy. I just found the full line:
update Auditdata set tatcalltype = 'null' where tatcalltype is null
:sick:
July 13, 2009 at 3:04 pm
Gaby Abed (7/13/2009)
July 13, 2009 at 2:59 pm
Florian Reischl (7/13/2009)
July 13, 2009 at 2:54 pm
RBarryYoung (7/12/2009)
July 12, 2009 at 4:37 pm
I posted that script in response to your first of your two recent posts (I process stuff in email-notification order!), but I think it broadly covers the questions in your...
July 12, 2009 at 4:09 pm
cb,
Hopefully, this demo script will illustrate the method I was trying to describe before:
As far as I know, there is no really easy of convenient way to do this, though...
July 12, 2009 at 4:03 pm
Lynn Pettis (7/10/2009)
On a totally different subject, Anyone hear from Bob lately? Haven't seen him on SSC for a while.
That's odd - I was just wondering the same thing,...
July 12, 2009 at 3:34 pm
Viewing 15 posts - 7,426 through 7,440 (of 8,416 total)