Forum: MS SQL Jul 19th, 2009 |
| Replies: 4 Views: 2,445 Hi
I have installed Microsoft SQL SERVER 2005.
This consists of the Configuration tools(SQL server configuration manager,SQL Error and usage Reporting, Sql Sever Surface area configuration,... |
Forum: MS SQL Jul 4th, 2009 |
| Replies: 1 Views: 613 Hi all,
I am creating a windows application. I have a column in the backend - MS sql server 2005 as ID which stores Patient Id.
The values for this column should start with
PT and contain the... |
Forum: MS SQL Jul 3rd, 2009 |
| Replies: 1 Views: 506 I am trying to create Update trigger which should be invoked only if the ReturnedOn column is clicked.
I have used the following code-snippet but it generates the error:
CODING:
create... |
Forum: MS SQL Jun 30th, 2009 |
| Replies: 4 Views: 962 Thanks for your prompt reply!! |
Forum: MS SQL Jun 30th, 2009 |
| Replies: 1 Views: 404 Hi all,
I have created the Trigger for UPDATING to be invoked when Returnedon column is updated using the following code snnipet.
CREATE TRIGGER trg_ForUpdateOnBookIssuedDetails
on... |
Forum: MS SQL Jun 30th, 2009 |
| Replies: 4 Views: 962 Thanks for your reply.
But since I am a beginner I have a doubt with RaisError statement.
Can you tell me why are we writing 16,-1?
What does this indicate?
What can be replaced instead... |
Forum: MS SQL Jun 28th, 2009 |
| Replies: 4 Views: 962 Hi all,
I am creating a trigger which should be triggered on insert to BOOKISSUEDETAILS table. I want to alter the table LIBRARYBOOKDETAILS table only if the Inventory column value is greater than... |