Hello;
I have a question about tracking computers and their respective
organizational units.
The following table is populated nightly from Active Directory.
create table computer_ou (
computername varchar (20) not null,
ou varchar (50) not null,
scandate datetime not null
)
Sampl...
more >>
No one knows how to architect a system like me, but I keep running into
so called experts who state their opinions as facts and take the time
to dare question my knowledge.
Some examples of the right way to do things.
If there is a performance problem in a few large databases, break them
in...
more >>
Hi All!
This seems like it should be simple, but I just can't make it happen!
I have a SQL table that has a date field that allows Nulls. I have a query
(Stored Procedure) that replaces the Null date with a string that is a text
field from MSCal ActiveX. Sometimes I want to change the dat...
more >>