Viewing 15 posts - 691 through 705 (of 7,636 total)
Lynn Pettis (3/9/2010)
I think someone has me confused with someone else here.
It's the light-sabers, you're both using green on the left side. I get them mixed up all the...
March 12, 2010 at 7:00 am
Um, what forms are you running on your SQL 2008 database? Because unlike Access, SQL Server does not have a Forms system of its own, you have to use...
March 12, 2010 at 5:53 am
I assume that whatever process you have that is converting your "pre-normalized" table into these four tables is flawed. So you may want to include the information about that...
March 12, 2010 at 5:40 am
GROUP BY is the more general form of DISTINCT:
Select MAX(COL1) as COL1, COL2
From Table1
Group By COL2
March 12, 2010 at 5:31 am
Dude! Why does that Les Paul have stickers all over it, and those Fenders don't have a thing on them? Thats not right... 😛
March 12, 2010 at 4:56 am
Oh good, I was hoping Paul would take a look at this Ionut, he knows a lot more about this than I do. 🙂
March 9, 2010 at 7:49 am
Paul White (3/8/2010)
Anyone else noticed the frenzy of poor advice recently? Moderately aggravating.
Heh, yeah, thats for sure. 🙂
March 8, 2010 at 11:24 pm
Try running this free utility from MS, on your server, it should tell you what's going on.
March 8, 2010 at 9:47 pm
I thought that was if you tried to do it with WCF? But you could be right, WebServices through .Net is definitely not a strong area for me. 🙂
March 8, 2010 at 9:25 pm
Heh, well some of us are slower than others. 😛
March 8, 2010 at 9:22 pm
WayneS (1/20/2010)
March 8, 2010 at 9:04 pm
Also, it's a good idea in SSIS to have one or more "Bad Row" output files, that you use in the DataFlow to divert such records to. Makes it...
March 8, 2010 at 8:56 pm
ramyaganesh11 (3/8/2010)
"The data value cannot be converted for reasons other than sign mismatch or data overflow."
The string's value probably is not a number. IE, "abc" cannot be converted...
March 8, 2010 at 8:54 pm
Viewing 15 posts - 691 through 705 (of 7,636 total)