Viewing 15 posts - 36,961 through 36,975 (of 39,717 total)
Antares has the best solution.
Steve Jones
October 10, 2002 at 6:31 pm
Of every word? If the first word, use substring and upper() and lower()
select upper(substring(col,1,1)) + substring( col,2)
Steve Jones
October 10, 2002 at 6:29 pm
I think it will be enough. Nice to know the others, but not necessily needed. Last I saw, Yukon wasn't completely set, so not sure how much .NET will be...
October 10, 2002 at 6:28 pm
DTS can do this. Bulk Copy can, but you'd probably want to do a DOS find and get the lines you need into a separate table.
Or load hte whole thing...
October 10, 2002 at 12:36 pm
Running XP Pro, using Domain (AD Native mode) and no issues changing passwords. Do it every 30 days (4 so far).
Steve Jones
October 10, 2002 at 12:35 pm
I'd agree. Depends if you need it. You could also denormalize and include some of the FK stuff into the table.
Steve Jones
October 10, 2002 at 12:34 pm
no, it's a bug. I've seen it disappear on some pages. Always on the home page though.
Steve Jones
October 10, 2002 at 12:31 pm
I'm an MS user and have been working with SQL Server for 12 years. I've only developer (briefly) against Oracle, and that was 7, so I'll admit first off that...
October 10, 2002 at 12:27 pm
That's a bug with the forum that only occurs some of the time. We use the Snitz forums (forum.snitz.com) and are testing their upgrade as well as another forum. We...
October 10, 2002 at 10:33 am
The Search button on the top menu will search articles and / or forums.
We know we need to enahance this, just haven't had time.
Sorry.
Steve Jones
October 10, 2002 at 10:19 am
Check and see if something may have changed on the Exchange server.
Steve Jones
October 9, 2002 at 2:58 pm
The general consensus from most experienced DBAs appears to be use disk backups with the native SQL solution and then go from there to tape. Not thrilled with the tape...
October 8, 2002 at 11:56 am
Have you checked fragementation? Could be using more extents.
Steve Jones
October 8, 2002 at 10:40 am
This is allowed, most likely someone logged in as "scheme" and created the table and someone also created the table as "dbo".
You would have to check your application or use...
October 8, 2002 at 10:04 am
Viewing 15 posts - 36,961 through 36,975 (of 39,717 total)