Viewing 15 posts - 4,216 through 4,230 (of 6,486 total)
I'll start out by saying I have nothing new to add to any of the previous comments. However - you seem to be very eager to achieve this. ...
March 12, 2008 at 10:03 am
You need to look at the advanced properties of the "flat file source". I'm thinking it's trying to "default" to 50 characters on that column, and your path is...
March 12, 2008 at 9:41 am
I just came across something on the MSDN web site that implies that that particular error would be resolved in SP1 for SSRS 2005. Have you patched your 2005...
March 12, 2008 at 8:50 am
Cursor would be about the last thing I would use to import old data. I would usually use a staging table (something with no major constraints, strings attached, etc...)...
March 12, 2008 at 8:44 am
Grant Fritchey (3/12/2008)
March 12, 2008 at 8:02 am
Jack Corbett (3/12/2008)
Matt,
From now on I will be referring to you as the LATE Matt Miller.
Hey hey hey....
As the famous line from Monty Python's Holy Grail...
"I'm not dead yet...."
March 12, 2008 at 8:00 am
My biggest curiosity - why are we discussing VisualBasic homework in a SQL forum? The homework pretty much shoots any ability to leverage SQL Server, and I'm pretty sure...
March 12, 2008 at 7:57 am
Well - division and multiplication have same precedence in SQL Server's implementation, so in SQL's world - the answer is 4....
In just about every math text I've ever seen, multiplication...
March 12, 2008 at 7:51 am
I know I'm showing late to the party - but is there any chance to make that a covering index? Assuming those extra fields aren't ludicrously long - you'd...
March 12, 2008 at 7:43 am
TheSQLGuru (3/12/2008)
Of course, I got a good deal of attention in my last interview (for my current job) by putting my volunteer Online RPG Admin experience on my resume. ...
March 12, 2008 at 7:40 am
Considering you are looking to "export to XML" - you should write the Stored procedure using the FOR XML PATH clause (so that the results are returned as XML). ...
March 12, 2008 at 7:38 am
That error seems to imply that SSIS thinks you're importing UNICODE data. Have you tried using nvarchar fields instead?
March 12, 2008 at 7:25 am
Nesting level tells me you likely have a trigger that's firing over and over and over again. If a trigger is set up in such a way as to...
March 12, 2008 at 7:12 am
Jeff -
Today, one of my colleagues mentioned to me that this very metric was repackaged and turned into a Code review package.... I thought you might enjoy it....:)
http://www.crap4j.org/%5B/url%5D
Sadly...
March 11, 2008 at 8:10 pm
Oh so do I (enjoy the jousting as you describe it). it stretches the mind.
March 11, 2008 at 7:09 pm
Viewing 15 posts - 4,216 through 4,230 (of 6,486 total)