Viewing 15 posts - 271 through 285 (of 346 total)
That's the way I originally wrote it. That gave me an error on a different line. I guess that SQL Server alone doesn't support anything more than just the creation...
September 13, 2006 at 10:51 am
Look to local. We had a drive go out on an old Dell server and we didn't order another spare from the last time a drive went out.
Dell still...
August 30, 2006 at 6:25 am
PW - the err column is a varchar(100). I haven't used varchar that much, so I just had the RTRIM on there for safety. Would LIKE '[a-z,0-9]%' be the functional...
August 22, 2006 at 1:41 pm
I have tried to convert it into a query that's all joins instead of the subquerys, but I didn't see a performance increase. It was close, but still a couple...
August 22, 2006 at 12:43 pm
Just a note, but the exc and sch tables are being modified by other users, so I'm not sure if a derived table would help.
I have tried to setup...
August 22, 2006 at 11:33 am
Alright, you asked for it . .
select distinct top 100 percent k.off_cod, k.ssn, d2.fullpart, d2.maxhours, d.mid_ini, rtrim(d.fir_nam) as fir_nam, rtrim(d.las_nam) as las_nam,
isnull((select distinct...
August 22, 2006 at 11:32 am
I know I am going to offend someone out there, but motorsports are not sports. Yes, they are dangerous. If you were peddling the car it would be a sport,...
June 9, 2006 at 8:17 am
I want to buy a cat door that transports my wife's cat to another dimension, never to return.
June 2, 2006 at 7:33 am
I fixed it. Somehow the compatibility level got set to 65 and my recovery model got changed also. Not sure how this happened and I can't find anything in the...
May 23, 2006 at 1:46 pm
My first big one was where I took a joystick apart and conencted it to an 'Emergency' game. You know, the game where it's suppose to be an operating table...
May 1, 2006 at 7:45 am
Is '5 spaces'>'' ?
Can you store '5 spaces' in a varchar, or will it just reduce it to ''?
I am contenplating converting the column to varchar to save space, but...
April 7, 2006 at 6:58 am
Viewing 15 posts - 271 through 285 (of 346 total)