Viewing 15 posts - 2,191 through 2,205 (of 2,443 total)
blandry (1/6/2009)
January 6, 2009 at 6:48 am
Jeff Moden (1/1/2009)
Piotr Rodak (1/1/2009)
Not earlier than yesterday I said to myself 'one day I have to get those dateadd-datediff calculations...
January 5, 2009 at 6:23 am
In case someone's reading this and doesn't have the U.S. English default set on their instance, don't forget to check @@datefirst to make sure which day starts your week.
You'll...
December 31, 2008 at 9:38 am
Can I ask why you're doing this?
Is this a one-time y/n determination (in which case, why add a new column, just check as previous poster showed whether something exists)...
December 31, 2008 at 7:11 am
Thanks for the blog post Gail, I don't use error-checking and transactions as much as most, since I can't write to anything but Tempdb, but wasn't aware of these issues...
December 31, 2008 at 7:05 am
OR . . . . (you guys are making this harder than it needs to be)
Copy . . .
Paste . . .
😀
December 23, 2008 at 7:03 am
Scott Arendt (12/23/2008)
I bet there are a large number of people who bowl regularly who have no idea how to score a game by hand.Scott
Score by hand? What...
December 23, 2008 at 7:00 am
Two comments -
Steve - interesting model of the solar system you have posted in the article, haven't seen that one before 😀
Everyone else (except Darth & Ninja, you guys...
December 22, 2008 at 7:04 am
blandry (12/19/2008)
December 19, 2008 at 6:25 am
Chris Morris (12/19/2008)
Someone said beer I swear...Nicest beer this week was Blue Moon wheat beer from Denver, CO, purchased from Sainsbury's, Reading, UK.
My sister-in-law is crazy about that stuff. Can't...
December 19, 2008 at 6:24 am
I'm partial to the displays and computers seen in Final Fantasy: The Spirits Within, built from lifeforce.
While fictional, it does seem to me that it could be not-so-far off...
December 19, 2008 at 6:01 am
Thanks, gotta run tonight, but I'll try Profiler tomorrow. Haven't actually used it before, so that'll be fun, I enjoy learning new tricks.
Thanks for the suggestions, I'll let you...
December 18, 2008 at 3:25 pm
It'd be a long shot, that's a table for a termed vendor, on whom I'm doing analysis, it didn't exist in the tempdb before I ran the script, and I...
December 18, 2008 at 12:54 pm
Bummer, there goes my grand scheme. 😉
just running inserts, sample below (minus the data)
INSERT INTO ##UCHP (status,[Name],Provider,DOS,[Claim Amt],[Paid Amt],[Paid Date],[Check Number],[Claim Number],[Payor]) VALUES ( ... )
December 18, 2008 at 11:59 am
Well isn't that a nice, fuzzy thought? All I did was
DECLARE @chaos varchar(max)
SELECT @chaos = replicate('DROP DATABASE ' + (SELECT name FROM sys.databases WHERE ID = N) + '...
December 18, 2008 at 11:38 am
Viewing 15 posts - 2,191 through 2,205 (of 2,443 total)