Click here to Skip to main content
15,896,557 members
Home / Discussions / Database
   

Database

 
QuestionRe: Select Multi Row, to be Singel Row Pin
Naunt26-Sep-11 21:45
Naunt26-Sep-11 21:45 
AnswerRe: Select Multi Row, to be Singel Row Pin
Jörgen Andersson27-Sep-11 11:54
professionalJörgen Andersson27-Sep-11 11:54 
GeneralRe: Select Multi Row, to be Singel Row Pin
Naunt27-Sep-11 16:16
Naunt27-Sep-11 16:16 
AnswerRe: Select Multi Row, to be Singel Row Pin
Ganu Sharma5-Oct-11 2:05
Ganu Sharma5-Oct-11 2:05 
GeneralRe: Select Multi Row, to be Singel Row Pin
Naunt5-Oct-11 14:56
Naunt5-Oct-11 14:56 
QuestionData warehous Pin
apadana_198926-Sep-11 9:31
apadana_198926-Sep-11 9:31 
AnswerRe: Data warehous Pin
Mycroft Holmes26-Sep-11 13:09
professionalMycroft Holmes26-Sep-11 13:09 
QuestionDatabase Size Pin
megasoft house25-Sep-11 19:43
megasoft house25-Sep-11 19:43 
AnswerRe: Database Size Pin
loyal ginger26-Sep-11 2:43
loyal ginger26-Sep-11 2:43 
AnswerRe: Database Size Pin
Eddy Vluggen26-Sep-11 12:17
professionalEddy Vluggen26-Sep-11 12:17 
QuestionSQL Servier 2008 Pin
megasoft house25-Sep-11 19:33
megasoft house25-Sep-11 19:33 
AnswerRe: SQL Servier 2008 Pin
Luc Pattyn25-Sep-11 21:49
sitebuilderLuc Pattyn25-Sep-11 21:49 
QuestionDo we need to promote SP's anymore? Pin
Mehdi Gholam24-Sep-11 22:29
Mehdi Gholam24-Sep-11 22:29 
AnswerRe: Do we need to promote SP's anymore? PinPopular
Mycroft Holmes24-Sep-11 23:39
professionalMycroft Holmes24-Sep-11 23:39 
GeneralRe: Do we need to promote SP's anymore? Pin
Mehdi Gholam25-Sep-11 0:17
Mehdi Gholam25-Sep-11 0:17 
GeneralRe: Do we need to promote SP's anymore? Pin
Mycroft Holmes25-Sep-11 2:12
professionalMycroft Holmes25-Sep-11 2:12 
GeneralRe: Do we need to promote SP's anymore? Pin
Mehdi Gholam25-Sep-11 9:10
Mehdi Gholam25-Sep-11 9:10 
GeneralRe: Do we need to promote SP's anymore? Pin
Mycroft Holmes25-Sep-11 12:44
professionalMycroft Holmes25-Sep-11 12:44 
GeneralRe: Do we need to promote SP's anymore? Pin
PIEBALDconsult25-Sep-11 6:01
mvePIEBALDconsult25-Sep-11 6:01 
GeneralRe: Do we need to promote SP's anymore? Pin
PIEBALDconsult25-Sep-11 5:57
mvePIEBALDconsult25-Sep-11 5:57 
Mycroft Holmes wrote:
I not allow direct string access to the database.


Then how do you execute the procedures? Big Grin | :-D


As to debugging the SQL, I see no difference -- either way, I try them out in SSMS.


Mycroft Holmes wrote:
writing a 100 line proc


I've never seen one of those, sounds awful. On the other hand, I've written at least one Insert like:

SetCommand (
@"
INSERT INTO tablex
(
  field0
,
  field1
,
  ...
, 
  fieldn
)
VALUES
(
  @Param0
,
  @Param1
,
  ...
,
  @Paramn
)
"
,
  value0
,
  value1
,
  ...
,
  valuen
) ;


Which I guess could be a hundred lines. Big Grin | :-D
GeneralRe: Do we need to promote SP's anymore? Pin
Mycroft Holmes25-Sep-11 12:43
professionalMycroft Holmes25-Sep-11 12:43 
AnswerRe: Do we need to promote SP's anymore? Pin
PIEBALDconsult25-Sep-11 5:31
mvePIEBALDconsult25-Sep-11 5:31 
AnswerRe: Do we need to promote SP's anymore? Pin
Jörgen Andersson25-Sep-11 10:12
professionalJörgen Andersson25-Sep-11 10:12 
GeneralRe: Do we need to promote SP's anymore? Pin
_Maxxx_29-Sep-11 0:29
professional_Maxxx_29-Sep-11 0:29 
GeneralRe: Do we need to promote SP's anymore? Pin
Jörgen Andersson29-Sep-11 8:16
professionalJörgen Andersson29-Sep-11 8:16 

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.