Viewing 15 posts - 1 through 15 (of 55 total)
I am dealing with a similar issue, and found this exerpt in the article referenced below. Check and see if it applies to you:
•Truncated text. When the driver...
June 7, 2013 at 9:14 am
Palash Mitra (3/7/2011)
On doing some web searches I have come across suggestions to increase TypeGuessRows doing registry edit.
Ref: http://support.microsoft.com/kb/281517
That KB article says it only applies to...
June 7, 2013 at 7:35 am
Ken's query should work. So should this:
DELETE FROM t2
FROM Table_1 t1
RIGHT OUTER JOIN
dbo.Table_2 t2 ON t1.[UNIQUE #] = t2.[UNIQUE #] AND
t1.[SEQ ORDER #] = t2.[SEQ...
February 16, 2011 at 11:29 am
When I saw the title of this article, I immediately envisioned replacing:
...WHERE Name LIKE '%son'
with:
WHERE LEFT(REVERSE(Name),3)='nos'
Because to answer the introductory question, "How often do I need to do a search...
January 13, 2010 at 7:49 am
I don't know if this will help, but I had the same error on an OLEDB Source component, and I just fixed it by deleting the component and creating a...
April 30, 2008 at 10:28 am
I'm doubly fortunate in that I'm an IT worker in South Florida. Let me tell you, those 1100-page WROX books are total chick-magnets on the beach.
March 9, 2007 at 12:38 pm
"A professional game player to give everyone one a break with LAN party or a ping pong game?"
Maybe you should hire a proofreader...
September 15, 2006 at 8:17 am
Damn, somebody already posted my favorite glib answer: "Google it".
My boss came up with this:
Smash all of the light bulbs and insert a small explosive in...
May 12, 2006 at 10:46 am
Julie, if you can afford it, go for it! The day I got my "ticket" was the highlight of my life, seriously.
May 5, 2006 at 8:27 am
Not that this answers the question, but I just gotta tell you about one of the most uniquely cool perks I've ever gotten at a job. I went to work...
May 5, 2006 at 8:04 am
welllll, considering the prevalence of grammatical errors in the article, I'm pretty sure it wasn't genius. A "happy accident" perhaps.
October 20, 2005 at 8:59 am
Also, what does the ASP file do?
Maybe it's something that can be done in a SQL job.
I know where you're coming from. When I was a beginner and only felt...
January 27, 2005 at 8:14 am
I'm not sure if that means you still don't know how or not, but all you do is create a transformation and in the "Source" tab, instead of choosing a...
January 5, 2005 at 8:42 am
Viewing 15 posts - 1 through 15 (of 55 total)