Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
lew26
Starting Member
5 Posts |
Posted - 2007-11-06 : 17:48:18
|
| Hello,I am kind of new to using views. What types of queries can i use with view (i.e. select, insert, update, delete) in mssql 2000?DigitalSolversYahoo: DigitalSolversMSN Live: lew26@msn.comSkype: DigitalSolvers |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-11-06 : 17:51:32
|
You can only define a VIEW with a SELECT query.But you can use a VIEW to UPDATE, INSERT and DELETE records. E 12°55'05.25"N 56°04'39.16" |
 |
|
|
lew26
Starting Member
5 Posts |
Posted - 2007-11-06 : 22:25:11
|
| oh k thankDigitalSolversYahoo: DigitalSolversMSN Live: lew26@msn.comSkype: DigitalSolvers |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-11-07 : 01:00:51
|
SQL Server help file will have more informations MadhivananFailing to plan is Planning to fail |
 |
|
|
arorarahul.0688
Posting Yak Master
125 Posts |
Posted - 2007-11-07 : 03:14:07
|
| http://www.sql-server-performance.com/articles/dba/view_basics_p1.aspxtry this linkRahul Arora MCA 07 BatchNCCE Israna, PanipatHRY, INDIA######################IMPOSSIBLE = I+M+POSSIBLE |
 |
|
|
|
|
|