I am new at this - so please forgive me. I understand the basics of writing
SQL code, but am not familiar with where the code should go or how to run it
.
I simply am trying to write a query to extract some data from Project Server
database.
I have SQL Server 2000 loaded. Where should the code for this query go, and
how do I execute it?SQL Server ships with what are called "Client TOols" , one of which is query
analyzer. This is probably your best bet top get started. As firsts step,
You will need to "Connect" to the database server softwre to do anything.
Generaly that requiresthat you know the Machine (Called "Server"), the
database on the server, what userID or Login, and the Users password...
"Diane" wrote:
> I am new at this - so please forgive me. I understand the basics of writi
ng
> SQL code, but am not familiar with where the code should go or how to run
it.
> I simply am trying to write a query to extract some data from Project Ser
ver
> database.
> I have SQL Server 2000 loaded. Where should the code for this query go, a
nd
> how do I execute it?
No comments:
Post a Comment