Click here to Skip to main content
15,911,503 members
Home / Discussions / Database
   

Database

 
Questionsql server triggers Pin
flippydeflippydebop22-Jun-06 3:59
flippydeflippydebop22-Jun-06 3:59 
AnswerRe: sql server triggers Pin
flippydeflippydebop22-Jun-06 4:19
flippydeflippydebop22-Jun-06 4:19 
GeneralRe: sql server triggers Pin
flippydeflippydebop22-Jun-06 4:26
flippydeflippydebop22-Jun-06 4:26 
GeneralRe: sql server triggers Pin
flippydeflippydebop22-Jun-06 4:44
flippydeflippydebop22-Jun-06 4:44 
GeneralRe: sql server triggers Pin
flippydeflippydebop22-Jun-06 5:06
flippydeflippydebop22-Jun-06 5:06 
Questioninserting 10 rows in a table using a query Pin
248912822-Jun-06 2:19
248912822-Jun-06 2:19 
AnswerRe: inserting 10 rows in a table using a query Pin
Mairaaj Khan22-Jun-06 3:12
professionalMairaaj Khan22-Jun-06 3:12 
AnswerRe: inserting 10 rows in a table using a query Pin
Eric Dahlvang22-Jun-06 6:46
Eric Dahlvang22-Jun-06 6:46 
insert into T select top 10 'xval','yval','zval' from sysobjects

This will put 10 records (all the same) into the "T" table. I just used sysobjects becuase it is pretty much guarenteed to have at least 10 records in it.

If you want different values in the fields or records, you could use the random function.

There might be betters ways to do this though.

----------
Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them.
- Laurence J. Peters

Questionpassword?!!! Pin
md_refay22-Jun-06 0:38
md_refay22-Jun-06 0:38 
AnswerRe: password?!!! Pin
Colin Angus Mackay22-Jun-06 1:00
Colin Angus Mackay22-Jun-06 1:00 
AnswerRe: password?!!! Pin
r.stropek22-Jun-06 2:13
r.stropek22-Jun-06 2:13 
GeneralRe: password?!!! Pin
Colin Angus Mackay22-Jun-06 4:53
Colin Angus Mackay22-Jun-06 4:53 
GeneralRe: password?!!! Pin
r.stropek24-Jun-06 22:50
r.stropek24-Jun-06 22:50 
Questionuser defined functions in sql server 2000 Pin
Swaroop Roy22-Jun-06 0:35
Swaroop Roy22-Jun-06 0:35 
AnswerRe: user defined functions in sql server 2000 Pin
Colin Angus Mackay22-Jun-06 0:58
Colin Angus Mackay22-Jun-06 0:58 
AnswerRe: user defined functions in sql server 2000 Pin
r.stropek22-Jun-06 2:03
r.stropek22-Jun-06 2:03 
QuestionSound?! Pin
md_refay22-Jun-06 0:31
md_refay22-Jun-06 0:31 
AnswerRe: Sound?! Pin
Colin Angus Mackay22-Jun-06 0:55
Colin Angus Mackay22-Jun-06 0:55 
QuestionSetting Password to the Database Pin
meetbinu200321-Jun-06 22:36
meetbinu200321-Jun-06 22:36 
AnswerRe: Setting Password to the Database Pin
Colin Angus Mackay22-Jun-06 1:04
Colin Angus Mackay22-Jun-06 1:04 
Questionget list of active connections on a database Pin
flippydeflippydebop21-Jun-06 22:32
flippydeflippydebop21-Jun-06 22:32 
AnswerRe: get list of active connections on a database Pin
Eric Dahlvang22-Jun-06 6:07
Eric Dahlvang22-Jun-06 6:07 
QuestionAdding Auto-Increment ID in both parent and child table Pin
@myg@l21-Jun-06 8:48
@myg@l21-Jun-06 8:48 
AnswerRe: Adding Auto-Increment ID in both parent and child table Pin
r.stropek21-Jun-06 20:41
r.stropek21-Jun-06 20:41 
GeneralRe: Adding Auto-Increment ID in both parent and child table Pin
@myg@l22-Jun-06 4:32
@myg@l22-Jun-06 4:32 

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.