Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 runing Transact-SQL script

Author  Topic 

moksi
Starting Member

2 Posts

Posted - 2009-06-01 : 16:32:12
I am very beginer in Data base..... I have just installed SQL Server Nangement Studio and "Northwind and pubs Sample Database for sql server 2000". I am used programming in C# 2008. My question is , a new book i bought (by Vidya Vrat Agarwal and James Huddlestin) is telling me ,to create Northwind sample data base, I have to use the following cammands:"sqlcmd -S .\sqlexpress -i instnwnd.sql", but i am getting error message "the term cqlcmd is not recognized as a cmdlet".

Is there anyone who have a suggestion ???

kfluffie
Posting Yak Master

103 Posts

Posted - 2009-06-01 : 16:41:01
Hi!
Are you writing sqlcmd or cqlcmd?
Go to Top of Page

moksi
Starting Member

2 Posts

Posted - 2009-06-01 : 17:05:39
quote:
Originally posted by kfluffie

Hi!
Are you writing sqlcmd or cqlcmd?


Iam writing with sqlcmd

Sorry !!!
the error message I am getting is "the term sqlcmd is not recognized as a cmdlet".
Go to Top of Page
   

- Advertisement -