Viewing 4 posts - 1 through 4 (of 4 total)
Only in SS2K5 can you use the TOP keyword with DELETE. Wouldn't this work for any version (and still use TOP)?:
DELETE customers FROM (SELECT TOP 10 * FROM customers ORDER...
November 8, 2005 at 10:55 am
I've actually been implementing this technique for quite a while in certain situations where the flexibility is necessary to create dynamic SQL. You also have the ability to create temporary...
October 25, 2004 at 6:18 am
I'm confused; is this question about the "Processor" counter in Profiler or the data columns available in a trace? if the former, the answer is "A", although a little weirdly-phrased...
October 19, 2004 at 8:30 am
Hi! I guess my comments are:
- Named instances listen on 1434 (default on 1433)
- The question was almost misleading, because it sorta inferred that Named Pipes listened on a port...
July 20, 2004 at 9:27 am
Viewing 4 posts - 1 through 4 (of 4 total)