Click here to Skip to main content
15,902,938 members
Home / Discussions / Database
   

Database

 
AnswerRe: Database design for E commerce web site Pin
gvprabu8-Mar-13 20:04
gvprabu8-Mar-13 20:04 
GeneralRe: Database design for E commerce web site Pin
subbaraogaddam8-Mar-13 20:21
subbaraogaddam8-Mar-13 20:21 
GeneralRe: Database design for E commerce web site Pin
gvprabu8-Mar-13 20:31
gvprabu8-Mar-13 20:31 
GeneralRe: Database design for E commerce web site Pin
subbaraogaddam8-Mar-13 20:40
subbaraogaddam8-Mar-13 20:40 
GeneralRe: Database design for E commerce web site Pin
Shameel11-Mar-13 4:51
professionalShameel11-Mar-13 4:51 
AnswerRe: Database design for E commerce web site Pin
Richard MacCutchan8-Mar-13 22:08
mveRichard MacCutchan8-Mar-13 22:08 
AnswerRe: Database design for E commerce web site Pin
jschell10-Mar-13 6:30
jschell10-Mar-13 6:30 
Questiondb_accessadmin? Pin
ThePotty17-Mar-13 23:57
ThePotty17-Mar-13 23:57 
AnswerRe: db_accessadmin? Pin
JammoD878-Mar-13 1:21
JammoD878-Mar-13 1:21 
GeneralRe: db_accessadmin? Pin
ThePotty18-Mar-13 1:53
ThePotty18-Mar-13 1:53 
QuestionI keep running into xml format issues in various editors ... please advise Pin
RedDk7-Mar-13 11:13
RedDk7-Mar-13 11:13 
AnswerRe: I keep running into xml format issues in various editors ... please advise Pin
RedDk7-Mar-13 12:13
RedDk7-Mar-13 12:13 
AnswerRe: I keep running into xml format issues in various editors ... please advise Pin
Davidduraisamy7-Mar-13 19:45
Davidduraisamy7-Mar-13 19:45 
AnswerRe: I keep running into xml format issues in various editors ... please advise Pin
Davidduraisamy8-Mar-13 0:54
Davidduraisamy8-Mar-13 0:54 
GeneralRe: I keep running into xml format issues in various editors ... please advise Pin
RedDk8-Mar-13 8:31
RedDk8-Mar-13 8:31 
Questionhow to unloch table in sql Pin
mhd.sbt7-Mar-13 7:38
mhd.sbt7-Mar-13 7:38 
AnswerRe: how to unloch table in sql Pin
Eddy Vluggen7-Mar-13 8:01
professionalEddy Vluggen7-Mar-13 8:01 
GeneralRe: how to unloch table in sql Pin
mhd.sbt7-Mar-13 21:15
mhd.sbt7-Mar-13 21:15 
AnswerRe: how to unloch table in sql Pin
Eddy Vluggen7-Mar-13 22:31
professionalEddy Vluggen7-Mar-13 22:31 
GeneralRe: how to unloch table in sql Pin
mhd.sbt7-Mar-13 22:51
mhd.sbt7-Mar-13 22:51 
Questiona query by less performnace Pin
mhd.sbt7-Mar-13 4:00
mhd.sbt7-Mar-13 4:00 
AnswerRe: a query by less performnace Pin
Eddy Vluggen7-Mar-13 8:02
professionalEddy Vluggen7-Mar-13 8:02 
mehdi.sabet wrote:
my query is goon work when top has larg number but when top has less row (for example top 19) this query has low performance for table loaninstallment with amount of records(10000000 R).

..caused by the ROW_NUMBER function. Do you need it? Is it "just" a way of numbering the records? If yes, select into a temp-table and add the ROW_NUMBER there.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: a query by less performnace Pin
mhd.sbt7-Mar-13 22:46
mhd.sbt7-Mar-13 22:46 
GeneralRe: a query by less performnace Pin
Eddy Vluggen7-Mar-13 22:49
professionalEddy Vluggen7-Mar-13 22:49 
GeneralRe: a query by less performnace Pin
mhd.sbt7-Mar-13 23:08
mhd.sbt7-Mar-13 23:08 

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.