Click here to Skip to main content
15,891,621 members
Home / Discussions / Database
   

Database

 
AnswerRe: sql problrm Pin
Venkat Eswaran12-Sep-08 9:12
Venkat Eswaran12-Sep-08 9:12 
QuestionLimit in SQL Server Pin
Syed Shahid Hussain9-Sep-08 22:36
Syed Shahid Hussain9-Sep-08 22:36 
AnswerRe: Limit in SQL Server Pin
Giorgi Dalakishvili9-Sep-08 23:21
mentorGiorgi Dalakishvili9-Sep-08 23:21 
Questioninstalled sql server 2005 error Pin
bhatted9-Sep-08 19:02
bhatted9-Sep-08 19:02 
AnswerRe: installed sql server 2005 error Pin
Venkat Eswaran12-Sep-08 9:15
Venkat Eswaran12-Sep-08 9:15 
Questionstock software question, about MA Pin
followait9-Sep-08 17:34
followait9-Sep-08 17:34 
AnswerRe: stock software question, about MA Pin
Ashfield9-Sep-08 21:30
Ashfield9-Sep-08 21:30 
GeneralRe: stock software question, about MA Pin
followait9-Sep-08 22:12
followait9-Sep-08 22:12 
MA = Moving Average

For example, I have 5 numbers as below
1 2 3 4 5
now MA2 means the average of every 2 numbers, it all like this

original: 1 2 3 4 5 6
ma2: - 1.5 2.5 3.5 4.5 5.5


MA2(n) = (ORG(n)+ORG(n-1))/2;

system

GeneralRe: stock software question, about MA Pin
Mycroft Holmes9-Sep-08 22:19
professionalMycroft Holmes9-Sep-08 22:19 
QuestionMS Excel "Database" Pin
nelsonpaixao9-Sep-08 14:29
nelsonpaixao9-Sep-08 14:29 
AnswerRe: MS Excel "Database" Pin
leckey9-Sep-08 15:06
leckey9-Sep-08 15:06 
AnswerRe: MS Excel "Database" Pin
DrukenProgrammer9-Sep-08 16:46
DrukenProgrammer9-Sep-08 16:46 
Questioni installed sql server 2005 it's giving error Pin
bhatted9-Sep-08 11:10
bhatted9-Sep-08 11:10 
AnswerRe: i installed sql server 2005 it's giving error Pin
Vimalsoft(Pty) Ltd9-Sep-08 11:27
professionalVimalsoft(Pty) Ltd9-Sep-08 11:27 
GeneralRe: i installed sql server 2005 it's giving error Pin
bhatted11-Sep-08 7:12
bhatted11-Sep-08 7:12 
Questioninstall microsoft sql 2005 Pin
bhatted9-Sep-08 10:19
bhatted9-Sep-08 10:19 
AnswerRe: install microsoft sql 2005 [modified] Pin
Wendelius9-Sep-08 10:40
mentorWendelius9-Sep-08 10:40 
GeneralRe: install microsoft sql 2005 Pin
bhatted9-Sep-08 11:12
bhatted9-Sep-08 11:12 
GeneralRe: install microsoft sql 2005 Pin
Wendelius9-Sep-08 11:18
mentorWendelius9-Sep-08 11:18 
GeneralRe: install microsoft sql 2005 Pin
bhatted9-Sep-08 13:23
bhatted9-Sep-08 13:23 
GeneralRe: install microsoft sql 2005 Pin
Mycroft Holmes9-Sep-08 15:20
professionalMycroft Holmes9-Sep-08 15:20 
QuestionHow to set up an SQL Server Pin
makumazan849-Sep-08 7:15
makumazan849-Sep-08 7:15 
AnswerRe: How to set up an SQL Server Pin
Wendelius9-Sep-08 7:51
mentorWendelius9-Sep-08 7:51 
GeneralRe: How to set up an SQL Server Pin
makumazan849-Sep-08 8:26
makumazan849-Sep-08 8:26 
GeneralRe: How to set up an SQL Server Pin
Wendelius9-Sep-08 8:35
mentorWendelius9-Sep-08 8:35 

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.