Dark-Angel:i'm new using SQl Server Management Studio...and i have my project (Pharmacy) all i did was the tables and the relationships....and i have to create procedures ...... if any one can help me with them and explain it to me...besides something known as TRIGGERS...how are these created too
This is like asking "I want to build a house. Can someone show me how?" Please be more specific, or it's impossible to provide a meaningful answer.
what do your procedures need to do?
what does your schema look like?
why do you think you need triggers?
what are the triggers supposed to do?
are you trying to just get something working? or does it need to run fast?
this is an ASP.NET forum. are you also trying to interface your DB to a web page?
You might consider posting your current schema and a first attempt at writing a stored procedure. That will give us something to go on.