Viewing 15 posts - 916 through 930 (of 8,416 total)
Another approach, not saying its the best, but it has some interesting features, and won't insert new values if they are already there:
CREATE TABLE dbo.TableA
(
Code ...
January 27, 2012 at 9:50 am
Ninja's_RGR'us (1/27/2012)
You know too much, you must be alien or something :alien:
Ah, I see. Thank you. Actually I know very little, but what I do know seems to...
January 27, 2012 at 9:15 am
patrickmcginnis59 (1/27/2012)
January 27, 2012 at 8:03 am
Grizzly Bear (1/27/2012)
When a Clustered index gets updated, do all the Non Clustered Indexes gets rebuilt?
Just the affected rows in the non-clustered index are maintained (updated) as part of the...
January 27, 2012 at 7:13 am
TST1 (1/27/2012)
SELECT CAST(record as xml) as record
FROM sys.dm_os_ring_buffers
and I'm getting error
Msg 241, Level 16, State 1, Line 1
Conversion failed when converting date...
January 27, 2012 at 7:02 am
HowardW (1/27/2012)
January 27, 2012 at 6:44 am
GilaMonster (1/27/2012)
January 27, 2012 at 6:22 am
Ninja's_RGR'us (1/27/2012)
No way around it now, I'll have to ask for a urine test Paul. :hehe:
?
January 27, 2012 at 6:20 am
January 27, 2012 at 5:40 am
charles.southey (1/27/2012)
January 27, 2012 at 4:07 am
GilaMonster (1/27/2012)
January 27, 2012 at 3:46 am
Koen Verbeeck (1/27/2012)
I got the swift reply: "No links. Only code samples plz. Its urgent."
Whenever I see "...it's urgent...", I think: "Not for me it isn't."
January 27, 2012 at 3:03 am
Gianluca Sartori (1/27/2012)
Or maybe "just give me the split function".
Awesome - I didn't even bother reading that one. I like the link Cadavre posted on the other one. ...
January 27, 2012 at 2:53 am
Evil Kraig F (1/27/2012)
On yet another note, what is it, "Spoon Feed me my job" day?
If you are referring to "please reply me of my question only .Thanks", I would...
January 27, 2012 at 2:48 am
mithubhudolia (1/27/2012)
Like
In jan month ,we have 31 days so if data is available in 1'jan than show data else...
January 27, 2012 at 2:29 am
Viewing 15 posts - 916 through 930 (of 8,416 total)