Viewing 15 posts - 2,191 through 2,205 (of 2,862 total)
paul.hermans 47816 (1/16/2012)
how would i do that?
It really is a 1 or 2 time...
January 16, 2012 at 3:25 pm
SQLKnowItAll (1/16/2012)
I think that dao's question was whether you can do it without the explicit SPLIT statement. That was the gist of my previous replies: you can alter (redefine)...
January 16, 2012 at 3:15 pm
SQLKnowItAll (1/16/2012)
dao-434438 (1/15/2012)
How do you add many partitions to...
January 16, 2012 at 1:53 pm
paul.hermans 47816 (1/16/2012)
Do I make a single derived column that replaces the value of the Gender...
January 16, 2012 at 1:26 pm
SQLRNNR (1/16/2012)
Anybody else get a request like this recently?
Not exactly the same but very similar, purpotedly from LinkedIn and also marked as spam. Sender's e-mail address was in raw IP...
January 16, 2012 at 1:22 pm
WayneS (1/16/2012)
For any Threadizens running SQL 2012, are you running it from a VM? Do you have any other versions of SQL installed at the same time? . . .
Yes,...
January 16, 2012 at 1:20 pm
You can ALTER (redefine)( the function and the scheme in one shot, and then use the updated scheme to ALTER table.
Chances are it will be faster than modifying the function...
January 16, 2012 at 9:50 am
Jeff Moden (1/15/2012)
GilaMonster (1/14/2012)
I've seen Transcender sample tests before, they're miles from the real exams.
Then, totally switching gears, are such sample tests actually helping to learn those things necessary to...
January 15, 2012 at 7:57 pm
"It should be about priority of control, not about order of execution."
Here you have the slickiest of words, "should."
Apparently, it is what it is; for the time being, please try...
January 15, 2012 at 7:41 pm
You always have to modify the partitioning scheme and ALTER the table. The ALTER statement rejiggles all partitions, whether they already exist or have been just added.
January 15, 2012 at 3:24 pm
SQLRNNR (1/13/2012)
Cliff Jones (1/13/2012)
The word 'Always' should have made me think twice, but alas I only thought once.That is the key word that made me rethink.
+1
January 13, 2012 at 9:18 am
With me hanging around and promoting it, what is the reputation of the site, anyway? 😉
January 12, 2012 at 7:54 pm
Viewing 15 posts - 2,191 through 2,205 (of 2,862 total)