what is the importence of the trigger in sqlserver2000?
Answer / kinthada cnu
hi all
Trigger nothing but special kind of stored procedure
it's providing security to table data.And it is automatically
fire when the queary excuted.
ex:
create trigger <trigger name>
on <table name>
for <insert/update/delete>
as
begin
<statments>
end
| Is This Answer Correct ? | 2 Yes | 1 No |
How to get last system shutdown time in Sql server when restarted system?
Give me any three differences between Truncate and Delete.
Where is SQL Srever (In sQL server 2005/2008 where is SQL Server Located).
Why truncate is ddl command?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
What is database isolation in sql server? : sql server database administration
What is the parse query button used for?
Where does the copy job runs in the log shipping primary or secondary? : sql server database administration
What are pages and extents? : SQL Server Architecture
How to achieve Paging of records in SQL SERVER?
0 Answers Petranics Solutions,
What is blocking?
Can you index views?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)