Hi,
I have two servers, each one has Database "Clients".
Database # 1 is connected to a web application and it updates database # 1
every day. I need to syncronize database # 2 in a remote server with all
data in DB # 1.
I have tried different softwares that allow me to compare data and...
more >>
Hello,
I am currently learning how to write and use Stored Procedures. Can
someone point me to some examples, web sites and other resources that
can help me to see how other people use stored procedures in a SQL 2000
Server.
Any information you can provide will be greatly appreciated....
more >>
Many a book mention the evils of CURSORs and how to avoid them.
Yet, for a specific problem, I have gotten the best benchmarks out of
one.
The problems involves populating a ListView that has three columns --
ColumnA, Column B, and Column C, all of type VARCHAR(128)
The data for these col...
more >>
I am a beginner at designing sql databases.
Please define 'Cardinality'....
more >>