Click here to Skip to main content
15,908,173 members
Home / Discussions / Database
   

Database

 
GeneralRe: can MySQL Server 5.0 support command " sp_who" and "sp_who2"? Pin
skyleo_200830-Oct-07 22:20
skyleo_200830-Oct-07 22:20 
QuestionQuery Pin
Giri K30-Oct-07 14:03
Giri K30-Oct-07 14:03 
AnswerRe: Query Pin
Marek Grzenkowicz30-Oct-07 23:40
Marek Grzenkowicz30-Oct-07 23:40 
GeneralRe: Query Pin
Giri K31-Oct-07 14:41
Giri K31-Oct-07 14:41 
GeneralRe: Query Pin
Marek Grzenkowicz4-Nov-07 22:25
Marek Grzenkowicz4-Nov-07 22:25 
GeneralRe: Query Pin
Giri K5-Nov-07 17:53
Giri K5-Nov-07 17:53 
GeneralRe: Query Pin
Giri K31-Oct-07 14:51
Giri K31-Oct-07 14:51 
QuestionSQL Server Express Autoinc Pin
AAGTHosting30-Oct-07 12:18
AAGTHosting30-Oct-07 12:18 
I created a table in SQL Express with an autoinc column. When I remove the autoinc the table will create, but when I make the id column an auto increment it will not creawte the table.

Does anyone know why?

Is there aqnother way to auto increment with sql express?

Here is the table.

create table tbl_teachers (<br />
teach_id int AUTOINC NEXTVALUE 1 STEP 1,<br />
teach_fname text,<br />
teach_lname text,<br />
teach_add text,<br />
teach_unit_num text,<br />
teach_city text,<br />
teach_state text,<br />
teach_zip int,<br />
teach_instruments text,<br />
teach_email text,<br />
teach_phone int,<br />
teach_cell int,<br />
primary key(teach_id));


Here is the error I get.

Msg 102, Level 15, State 1, Line 3<br />
Incorrect syntax near 'AUTOINC'.

AnswerRe: SQL Server Express Autoinc Pin
pmarfleet30-Oct-07 13:01
pmarfleet30-Oct-07 13:01 
QuestionSqlClient will not connect to 2005 SqlServer Pin
ianhoc30-Oct-07 10:46
ianhoc30-Oct-07 10:46 
AnswerRe: SqlClient will not connect to 2005 SqlServer Pin
Paul Conrad31-Oct-07 14:13
professionalPaul Conrad31-Oct-07 14:13 
GeneralPlease Vote For Persian Collation in SQL Server 2008 Pin
DotNetWWW30-Oct-07 8:05
DotNetWWW30-Oct-07 8:05 
GeneralRe: Please Vote For Persian Collation in SQL Server 2008 Pin
Paul Conrad31-Oct-07 14:14
professionalPaul Conrad31-Oct-07 14:14 
QuestionBasic question on SQL [modified] Pin
niaher30-Oct-07 4:35
niaher30-Oct-07 4:35 
AnswerRe: Basic question on SQL Pin
andyharman30-Oct-07 7:04
professionalandyharman30-Oct-07 7:04 
GeneralRe: Basic question on SQL Pin
niaher30-Oct-07 7:49
niaher30-Oct-07 7:49 
GeneralRe: Basic question on SQL Pin
andyharman30-Oct-07 9:50
professionalandyharman30-Oct-07 9:50 
GeneralRe: Basic question on SQL Pin
niaher30-Oct-07 19:41
niaher30-Oct-07 19:41 
GeneralRe: Basic question on SQL Pin
andyharman31-Oct-07 3:20
professionalandyharman31-Oct-07 3:20 
QuestionDTS Error "Execution cancel by user" Pin
Vimalsoft(Pty) Ltd30-Oct-07 3:22
professionalVimalsoft(Pty) Ltd30-Oct-07 3:22 
AnswerRe: DTS Error &quot;Execution cancel by user&quot; Pin
Ghazi H. Wadi30-Oct-07 22:41
Ghazi H. Wadi30-Oct-07 22:41 
GeneralRe: DTS Error &quot;Execution cancel by user&quot; Pin
Vimalsoft(Pty) Ltd31-Oct-07 19:50
professionalVimalsoft(Pty) Ltd31-Oct-07 19:50 
GeneralRe: DTS Error &quot;Execution cancel by user&quot; Pin
Ghazi H. Wadi2-Nov-07 21:50
Ghazi H. Wadi2-Nov-07 21:50 
QuestionDateTime _Oct2007 Pin
r a j u u30-Oct-07 1:25
r a j u u30-Oct-07 1:25 
AnswerRe: DateTime _Oct2007 Pin
soni uma30-Oct-07 1:38
soni uma30-Oct-07 1:38 

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.