Viewing 15 posts - 211 through 225 (of 369 total)
Tom Garth (9/4/2008)
... I never saw SELECT NULL used. That's pretty cool. I might switch.
I discovered the SELECT NULL syntax by observing the internal SQL statements issued by Oracle when...
September 4, 2008 at 8:48 am
AJ (9/4/2008)
This question needs more information to...
September 4, 2008 at 7:57 am
Hugo Kornelis (9/4/2008)
September 4, 2008 at 7:43 am
Re:
I'm afraid I don't understand the complaint here. There are solutions to get the end result you want, with the error-protection you want. They are easy to...
August 28, 2008 at 8:18 am
Jack,
Yes, the non NAMESPACE query works. It is what you'll see published in every [rant: too simple] example.
Since the WITH clause is used for both CTEs as well as...
August 28, 2008 at 7:40 am
Just to clarify the following:
The other method will actually return all of the rows per the query and set the value of the last row returned -- which can be...
August 28, 2008 at 7:16 am
Jack,
Yeah, I managed to come up with the same screwy solution myself. I'm not real happy, but it works.
I submitted the same problem to a Microsoft support forum to...
August 28, 2008 at 7:04 am
Hugo Kornelis (7/8/2008)
GSquared (7/8/2008)
(...)
I had used fast_forward in the past, based on what...
July 8, 2008 at 8:28 am
In all of the read-only cursors that I have coded I always specify FAST_FORWARD.
I have never used STATIC as the overhead to copy the data into tempdb can be prohibitive...
July 8, 2008 at 7:49 am
but definitely not if you "restart the instance with the -D parameter that specifices the database name and new path deparated by a colon". You have to give only the...
July 2, 2008 at 1:24 pm
James Rochez (7/2/2008)
JohnG (7/2/2008)
Most of us understand the intention and overlook some spelling...
July 2, 2008 at 10:42 am
See BOL for details, syntax, and examples.
1. Use CONTAINS vs. FREETEXT as FREETEXT has a number of limitations.
2. The CONTAINS wildcard character is an asterisk (*).
3. Note the limitations of...
July 2, 2008 at 9:01 am
We need better quality control on the QOD. E.g., correctly spelling the names of stored procedures, etc.
Most of us understand the intention and overlook some spelling errors (e.g., with...
July 2, 2008 at 8:21 am
But, just having a degree in something is no assurance of competency.
Very true. With all disciplines, it is one thing to be "book smart", it is another thing to...
June 27, 2008 at 8:06 am
Can anyone suggest me how to fix this.Means I wanted to exclude (or print the view name which is not refreshed) the un refreshed view and refresh the other views.
The...
June 27, 2008 at 7:18 am
Viewing 15 posts - 211 through 225 (of 369 total)