Click here to Skip to main content
15,887,267 members
Home / Discussions / Database
   

Database

 
AnswerRe: how to connect sql with c language???????????? Pin
Hamid_RT11-Apr-07 3:15
Hamid_RT11-Apr-07 3:15 
AnswerRe: how to connect sql with c language???????????? Pin
DQNOK11-Apr-07 3:32
professionalDQNOK11-Apr-07 3:32 
QuestionError Pin
messages11-Apr-07 0:47
messages11-Apr-07 0:47 
AnswerRe: Error Pin
roel_v11-Apr-07 1:52
roel_v11-Apr-07 1:52 
GeneralRe: Error Pin
messages11-Apr-07 4:14
messages11-Apr-07 4:14 
GeneralRe: Error Pin
roel_v11-Apr-07 6:56
roel_v11-Apr-07 6:56 
GeneralRe: Error Pin
messages11-Apr-07 21:01
messages11-Apr-07 21:01 
GeneralRe: Error Pin
roel_v11-Apr-07 21:10
roel_v11-Apr-07 21:10 
It sounds to me like you have installed the freely available version SQL Server Express 2005, not the full version of SQL Server, is that correct?

By default, unlike the full version of SQL Server, this does not come with SQL Server Management Studio, which is used to create databases and enter SQL queries.

You can either open a command prompt and type sqlcmd -S.\SQLExpress -E to get a command prompt from where you can enter SQL statements against your database.

Or, you can download the freely available SQL Server Management Studio Express, which gives you a graphical interface to do all this (recommended).

Get it here: http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796&DisplayLang=en[^]

Hope this helps,

Roel
GeneralRe: Error Pin
messages12-Apr-07 8:20
messages12-Apr-07 8:20 
GeneralRe: Error Pin
roel_v12-Apr-07 17:47
roel_v12-Apr-07 17:47 
GeneralRe: Error Pin
messages12-Apr-07 20:52
messages12-Apr-07 20:52 
GeneralRe: Error Pin
roel_v12-Apr-07 20:55
roel_v12-Apr-07 20:55 
GeneralRe: Error Pin
messages12-Apr-07 21:35
messages12-Apr-07 21:35 
GeneralRe: Error Pin
roel_v12-Apr-07 21:49
roel_v12-Apr-07 21:49 
AnswerRe: Error Pin
Jerry Hammond11-Apr-07 17:23
Jerry Hammond11-Apr-07 17:23 
GeneralRe: Error Pin
messages11-Apr-07 21:00
messages11-Apr-07 21:00 
GeneralRe: Error Pin
Jerry Hammond12-Apr-07 2:46
Jerry Hammond12-Apr-07 2:46 
GeneralRe: Error Pin
messages12-Apr-07 8:19
messages12-Apr-07 8:19 
QuestionCan i include a procedure inside a triger???? Pin
Vimalsoft(Pty) Ltd10-Apr-07 23:17
professionalVimalsoft(Pty) Ltd10-Apr-07 23:17 
AnswerRe: Can i include a procedure inside a triger???? Pin
Pete O'Hanlon11-Apr-07 1:11
mvePete O'Hanlon11-Apr-07 1:11 
QuestionRe: Can i include a procedure inside a triger???? Pin
Vimalsoft(Pty) Ltd11-Apr-07 20:43
professionalVimalsoft(Pty) Ltd11-Apr-07 20:43 
AnswerRe: Can i include a procedure inside a triger???? Pin
Pete O'Hanlon11-Apr-07 22:23
mvePete O'Hanlon11-Apr-07 22:23 
GeneralRe: Can i include a procedure inside a triger???? Pin
Vimalsoft(Pty) Ltd12-Apr-07 3:16
professionalVimalsoft(Pty) Ltd12-Apr-07 3:16 
QuestionDeallocating variable in SQL Server Pin
rachitdamani10-Apr-07 20:34
rachitdamani10-Apr-07 20:34 
AnswerRe: Deallocating variable in SQL Server Pin
Colin Angus Mackay10-Apr-07 20:41
Colin Angus Mackay10-Apr-07 20:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.