Viewing 15 posts - 36,271 through 36,285 (of 59,067 total)
Paul White NZ (10/23/2010)
If the results need to be persisted, simply change the SELECT into a SELECT INTO.
Heh... Of course... I've really got to stop posting when I'm tired. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2010 at 8:13 am
Paul White NZ (10/23/2010)
I'm not sure I see where the requirement to update the original table comes from?
True enough. I suppose the output could be consumed by other code.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 23, 2010 at 8:02 am
With that good thought in mind, here's a link to all of Paul White's articles. For the current problem at hand, take a look at his two articles on...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 10:37 pm
Chris Morris-439714 (10/22/2010)
Heh Jeff's gonna hate me for this but I couldn't resist it.400,000 rows in 15 seconds:
Actually, I don't hate you. That's some good, solid, creative, fast code,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 10:29 pm
Craig Farrell (10/22/2010)
WayneS (10/21/2010)
Here is the latest version of the Delimited Split Function
DelimitedSplit8k... d'oh. My bad. Thank you Wayne. It's now (finally) stored in my 'favorites' folder.
Jeff...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 8:33 pm
By the way, if you do decide to use the DelimitedSplit8K function (which, of course, has lots of uses), here's how to solve the same problem using it... and it...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 8:22 pm
Craig Farrell (10/21/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 8:16 pm
Ok... we'll handle this in a couple of steps. First, we need some test data. Take a look at the first link in my signature line at the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 4:27 pm
Bill_CCAC (10/22/2010)
I'm thinking I shouldn't post the table structures or anything like that because of our privacy and security restrictions. I may have even stepped over...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 1:48 pm
ja0 (10/22/2010)
ID Value
1 ...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 1:46 pm
Ah... my apologies. I didn't look to see that this is for an SQL Server 2000 instance.
Unless WayneS or someone else beats me to it (which I don't mind...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 7:15 am
Sanjay-940444 (10/20/2010)
I have one question hereDoes SQL Server guarantee that update will be done strictly in top down manner?
I didnt find it writtem anywhere in BOL.
Actually, like anything else, it...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 7:03 am
SQLKnight (6/17/2010)
I agree with the SSC Rookie's post. sp_OAGetProperty is very soon to get deprecated. We shall replace such codes with CLR functions.Thanks for the article though.
Heh... Microsoft continues to...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 6:54 am
lvzheng (10/22/2010)
then how can i get them from Windows Event Viewer?
xp_readerrorlog. See the following article for a bit more information...
http://www.sqlteam.com/article/using-xp_readerrorlog-in-sql-server-2005
BUT, now that you've said that, WHY do you feel...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 22, 2010 at 6:50 am
WayneS (10/21/2010)
Craig Farrell (10/21/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2010 at 11:35 pm
Viewing 15 posts - 36,271 through 36,285 (of 59,067 total)