Viewing 15 posts - 36,961 through 36,975 (of 39,720 total)
You'd have to include in the where clause
where cola is not null
and colb is not null
...
Steve Jones
October 11, 2002 at 9:34 am
use coldate < dateadd('d', 1, getdate())
Steve Jones
October 11, 2002 at 9:30 am
I agree that a password should be created. We delete sa? Doesn't make sense.
Steve Jones
October 11, 2002 at 9:20 am
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
Viewing 15 posts - 36,961 through 36,975 (of 39,720 total)