Click here to Skip to main content
15,898,134 members
Home / Discussions / Database
   

Database

 
GeneralRe: Have you seen a sql tool? Pin
Brady Kelly18-Feb-11 2:50
Brady Kelly18-Feb-11 2:50 
GeneralRe: Have you seen a sql tool? Pin
Henry Minute18-Feb-11 2:52
Henry Minute18-Feb-11 2:52 
GeneralRe: Have you seen a sql tool? Pin
Tomz_KV18-Feb-11 2:50
Tomz_KV18-Feb-11 2:50 
GeneralRe: Have you seen a sql tool? Pin
Tomz_KV18-Feb-11 3:15
Tomz_KV18-Feb-11 3:15 
GeneralRe: Have you seen a sql tool? Pin
Henry Minute18-Feb-11 3:17
Henry Minute18-Feb-11 3:17 
GeneralRe: Have you seen a sql tool? Pin
Brady Kelly18-Feb-11 2:46
Brady Kelly18-Feb-11 2:46 
GeneralRe: Have you seen a sql tool? Pin
Tomz_KV18-Feb-11 2:50
Tomz_KV18-Feb-11 2:50 
GeneralThe answer Pin
Ennis Ray Lynch, Jr.18-Feb-11 3:23
Ennis Ray Lynch, Jr.18-Feb-11 3:23 
I use the script below to create auto gen scripts for crud. Mix and match to suit your needs. Once you have what you want save it as an sp with
the table name as a parameter and you are good to go.


SELECT * FROM sysColumns WHERE id = (select id from sysObjects where name = 'myTable');


Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS.

"And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

GeneralRe: The answer Pin
Tomz_KV18-Feb-11 3:58
Tomz_KV18-Feb-11 3:58 
GeneralRe: Have you seen a sql tool? Pin
Steve Wellens18-Feb-11 3:40
Steve Wellens18-Feb-11 3:40 
GeneralRe: Have you seen a sql tool? Pin
Tomz_KV18-Feb-11 3:59
Tomz_KV18-Feb-11 3:59 
GeneralRe: Have you seen a sql tool? Pin
PIEBALDconsult18-Feb-11 4:26
mvePIEBALDconsult18-Feb-11 4:26 
GeneralRe: Have you seen a sql tool? Pin
fjdiewornncalwe18-Feb-11 4:43
professionalfjdiewornncalwe18-Feb-11 4:43 
Questionquery problem Pin
Dhyanga17-Feb-11 5:47
Dhyanga17-Feb-11 5:47 
AnswerRe: query problem Pin
Chris Meech17-Feb-11 6:05
Chris Meech17-Feb-11 6:05 
GeneralRe: query problem Pin
Dhyanga17-Feb-11 7:35
Dhyanga17-Feb-11 7:35 
GeneralRe: query problem Pin
Chris Meech17-Feb-11 8:24
Chris Meech17-Feb-11 8:24 
AnswerRe: query problem Pin
Luc Pattyn17-Feb-11 8:29
sitebuilderLuc Pattyn17-Feb-11 8:29 
GeneralRe: query problem Pin
Dhyanga17-Feb-11 9:53
Dhyanga17-Feb-11 9:53 
AnswerRe: query problem Pin
Luc Pattyn17-Feb-11 10:36
sitebuilderLuc Pattyn17-Feb-11 10:36 
AnswerRe: query problem Pin
Wendelius17-Feb-11 10:09
mentorWendelius17-Feb-11 10:09 
QuestionWhich Database to Use Pin
Anubhava Dimri16-Feb-11 23:41
Anubhava Dimri16-Feb-11 23:41 
AnswerRe: Which Database to Use Pin
Richard MacCutchan17-Feb-11 0:17
mveRichard MacCutchan17-Feb-11 0:17 
GeneralRe: Which Database to Use Pin
Anubhava Dimri17-Feb-11 0:18
Anubhava Dimri17-Feb-11 0:18 
GeneralRe: Which Database to Use Pin
WoutL17-Feb-11 0:26
WoutL17-Feb-11 0:26 

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.