Viewing 15 posts - 37,111 through 37,125 (of 59,072 total)
inampudianil (8/24/2010)
Hey Wayne,Any update on this..plzz help me out..:-)
I'd help but I just don't have the time to fix your data and table so they work together. If you...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2010 at 6:49 pm
WayneS (8/10/2010)
-- since you already have a clustered index, we need to dump the table to a temp table
-- where we can build the clustered...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2010 at 6:41 pm
Mike01 (8/13/2010)
How about using a CTE?
Mike... 2k forum. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2010 at 6:40 pm
TheSQLGuru (8/24/2010)
1) You should do it when it needs to be done. many variables to that answer.
And, remember, if you do it while you're writing code by following best...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2010 at 6:34 pm
jayraj0071 (8/24/2010)
select ID, [Description], Field =
case when ID = 1 then Field1
...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2010 at 6:18 pm
Shawn.Shi (8/24/2010)
SQL ServerCentra.com should validate new posts.Articles like this waste space and readers' time, and of course should be filtered out.
I've seen many sites (some quite famous and quite popular...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2010 at 5:56 pm
harshinderkaur (8/24/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2010 at 5:47 pm
Hugo Kornelis (8/24/2010)
Alex-668179 (8/24/2010)
Yes, I find that a lot of the confusion goes away by not calling NULL a "value" but seeing as a state (or state indicator).
Agreed. I think...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2010 at 6:41 am
Hugo Kornelis (8/24/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2010 at 6:14 am
chrs-513176 (8/23/2010)
The file size is greater than 2GB. Is that the max this method can return? Unfortunately, I'm still on 2000 so CLR is not an option for me.
The code...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2010 at 10:01 pm
Thanks, Kingston. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2010 at 9:56 pm
dbowlin (8/23/2010)
Ray K (8/23/2010)
Brandie Tarvin (8/23/2010)
flood"Noah . . . I want you to build an ark . . . "
Lord...What's an ark? (From an old Bill Cosby stand...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2010 at 9:54 pm
marerose888 (8/23/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2010 at 9:49 pm
Gosh... I just wouldn't do this, folks. Too many possible problems. For example, there's just no guarantee that the following orgs are the same org...
The Society for Back...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2010 at 9:48 pm
niyinks (8/23/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2010 at 9:39 pm
Viewing 15 posts - 37,111 through 37,125 (of 59,072 total)