Click here to Skip to main content
15,912,897 members
Home / Discussions / Database
   

Database

 
GeneralRe: Stored Procs in Stored Procs Pin
Pete O'Hanlon26-Apr-07 4:58
mvePete O'Hanlon26-Apr-07 4:58 
GeneralRe: Stored Procs in Stored Procs Pin
tadhg8826-Apr-07 5:27
tadhg8826-Apr-07 5:27 
QuestionPaging in SQL Server per-2005 Pin
__DanC__26-Apr-07 1:49
__DanC__26-Apr-07 1:49 
Questioncommon genreal stored procedure in sql server Pin
Hasan Jaffal26-Apr-07 0:12
Hasan Jaffal26-Apr-07 0:12 
AnswerRe: common genreal stored procedure in sql server Pin
Colin Angus Mackay26-Apr-07 1:02
Colin Angus Mackay26-Apr-07 1:02 
GeneralRe: common genreal stored procedure in sql server Pin
Hasan Jaffal26-Apr-07 1:28
Hasan Jaffal26-Apr-07 1:28 
GeneralRe: common genreal stored procedure in sql server Pin
Colin Angus Mackay26-Apr-07 2:19
Colin Angus Mackay26-Apr-07 2:19 
GeneralRe: common genreal stored procedure in sql server Pin
Hasan Jaffal26-Apr-07 3:16
Hasan Jaffal26-Apr-07 3:16 
i'm making a program to manage
1- stock, pieces , cars
2- reparation in garage
3- transportation

for example :
the table Articles:
artcode (PK)
Reference
..
Price
...
curent quantity
commande quantity
reserved quantity
minimal quantity
...

so if i will make

select * where curentquantity =0
select * where commandequantity =0
select * where reservedquantity=0

select * where curentquantity < minimalquantity
select * from article
select * where artcode="XXXX"
select * where reference="XXXX"
select * where price=12323
select * where wheight=12323
.....
should i make all thes e procedures ???
GeneralRe: common genreal stored procedure in sql server Pin
Colin Angus Mackay26-Apr-07 4:14
Colin Angus Mackay26-Apr-07 4:14 
GeneralRe: common genreal stored procedure in sql server Pin
Hasan Jaffal26-Apr-07 4:21
Hasan Jaffal26-Apr-07 4:21 
GeneralRe: common genreal stored procedure in sql server Pin
Colin Angus Mackay26-Apr-07 5:18
Colin Angus Mackay26-Apr-07 5:18 
GeneralRe: common genreal stored procedure in sql server Pin
Colin Angus Mackay26-Apr-07 4:21
Colin Angus Mackay26-Apr-07 4:21 
GeneralRe: common genreal stored procedure in sql server Pin
Hasan Jaffal26-Apr-07 4:31
Hasan Jaffal26-Apr-07 4:31 
Questioncreating a crystal report using a dataset Pin
rkherath25-Apr-07 23:50
rkherath25-Apr-07 23:50 
AnswerRe: creating a crystal report using a dataset Pin
Tirthadip25-Apr-07 23:57
Tirthadip25-Apr-07 23:57 
GeneralRe: creating a crystal report using a dataset Pin
rkherath26-Apr-07 0:08
rkherath26-Apr-07 0:08 
GeneralRe: creating a crystal report using a dataset Pin
Tirthadip26-Apr-07 0:22
Tirthadip26-Apr-07 0:22 
GeneralRe: creating a crystal report using a dataset Pin
rkherath26-Apr-07 0:39
rkherath26-Apr-07 0:39 
Question[Message Deleted] Pin
gubba25-Apr-07 22:37
gubba25-Apr-07 22:37 
AnswerRe: storing array values in a column Pin
Tirthadip25-Apr-07 22:50
Tirthadip25-Apr-07 22:50 
AnswerRe: storing array values in a column Pin
Hasan Jaffal26-Apr-07 4:25
Hasan Jaffal26-Apr-07 4:25 
GeneralSQL Management Studio Security Pin
Brady Kelly25-Apr-07 22:23
Brady Kelly25-Apr-07 22:23 
GeneralRe: SQL Management Studio Security Pin
Colin Angus Mackay25-Apr-07 23:09
Colin Angus Mackay25-Apr-07 23:09 
GeneralRe: SQL Management Studio Security Pin
Brady Kelly25-Apr-07 23:16
Brady Kelly25-Apr-07 23:16 
GeneralRe: SQL Management Studio Security Pin
Colin Angus Mackay26-Apr-07 0:57
Colin Angus Mackay26-Apr-07 0:57 

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.