Click here to Skip to main content
15,915,839 members
Home / Discussions / Database
   

Database

 
QuestionRegarding Triggers Pin
Syed Muhammad Kamran23-Jan-07 3:48
Syed Muhammad Kamran23-Jan-07 3:48 
QuestionLoops in ERD Pin
mytotaleclipse23-Jan-07 3:31
mytotaleclipse23-Jan-07 3:31 
AnswerRe: Loops in ERD Pin
Colin Angus Mackay23-Jan-07 3:41
Colin Angus Mackay23-Jan-07 3:41 
AnswerRe: Loops in ERD Pin
Colin Angus Mackay23-Jan-07 3:43
Colin Angus Mackay23-Jan-07 3:43 
QuestionSearch All Columns of a Table for a Keyword Pin
Jay_se23-Jan-07 2:14
Jay_se23-Jan-07 2:14 
AnswerRe: Search All Columns of a Table for a Keyword Pin
Aaron VanWieren23-Jan-07 3:57
Aaron VanWieren23-Jan-07 3:57 
QuestionAlter table query for Sql Server Pin
Saira Tanwir22-Jan-07 23:07
Saira Tanwir22-Jan-07 23:07 
AnswerRe: Alter table query for Sql Server Pin
andyharman23-Jan-07 0:33
professionalandyharman23-Jan-07 0:33 
The syntax for SQL Server 2000 is:
1. EXEC sp_rename 'old_table_name', 'new_table_name'
2. EXEC sp_rename 'table_name.old_column_name', 'new_column_name', 'COLUMN'
3. ALTER TABLE table_name ALTER COLUMN column_name new_data_type
4. Lookup "ALTER TABLE" in "SQL Server Books Online".

Regards
Andy
GeneralRe: Alter table query for Sql Server Pin
Saira Tanwir23-Jan-07 0:44
Saira Tanwir23-Jan-07 0:44 
QuestionDeveloping complex SQL Queries Pin
Praveen_S22-Jan-07 19:09
Praveen_S22-Jan-07 19:09 
AnswerRe: Developing complex SQL Queries Pin
Pete O'Hanlon22-Jan-07 23:23
mvePete O'Hanlon22-Jan-07 23:23 
QuestionNewbie wants to learn ADO .NET and SQL Pin
CPP_Student22-Jan-07 11:17
CPP_Student22-Jan-07 11:17 
AnswerRe: Newbie wants to learn ADO .NET and SQL Pin
User 171649222-Jan-07 13:26
professionalUser 171649222-Jan-07 13:26 
QuestionTruncation of an input string Pin
Marcus J. Smith22-Jan-07 2:38
professionalMarcus J. Smith22-Jan-07 2:38 
AnswerRe: Truncation of an input string Pin
Michael Potter22-Jan-07 4:36
Michael Potter22-Jan-07 4:36 
GeneralRe: Truncation of an input string Pin
Marcus J. Smith23-Jan-07 1:30
professionalMarcus J. Smith23-Jan-07 1:30 
GeneralRe: Truncation of an input string Pin
Michael Potter23-Jan-07 4:29
Michael Potter23-Jan-07 4:29 
QuestionFull text indexing is sql server 2000 Pin
Uma Kameswari22-Jan-07 1:40
Uma Kameswari22-Jan-07 1:40 
AnswerRe: Full text indexing is sql server 2000 Pin
Paddy Boyd23-Jan-07 1:16
Paddy Boyd23-Jan-07 1:16 
QuestionProcedure problem Pin
KETAN K.21-Jan-07 22:10
KETAN K.21-Jan-07 22:10 
AnswerRe: Procedure problem Pin
Mark J. Miller22-Jan-07 2:56
Mark J. Miller22-Jan-07 2:56 
QuestionProcedure problem Pin
KETAN K.21-Jan-07 22:02
KETAN K.21-Jan-07 22:02 
AnswerRe: Procedure problem Pin
Pete O'Hanlon21-Jan-07 22:39
mvePete O'Hanlon21-Jan-07 22:39 
QuestionDateTime error Pin
DanB198321-Jan-07 8:50
DanB198321-Jan-07 8:50 
AnswerRe: DateTime error Pin
Jon Sagara21-Jan-07 14:57
Jon Sagara21-Jan-07 14:57 

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.