how to delete a virtual table record from sql server

AKHIL
Member Posts: 22
hi all,
i write a code for deleting a virtual table record as shown below.
delete from [Sample DB].[dbo].Session
where [Sample DB].[dbo].Session.[User ID] ='xxxx'
it shows an error like
"View or function 'Sample DB.dbo.Session' is not updatable because the modification affects multiple base tables."
is it possible to delete virtual table records from sql server .suggest me.
regards
AKHIL
i write a code for deleting a virtual table record as shown below.
delete from [Sample DB].[dbo].Session
where [Sample DB].[dbo].Session.[User ID] ='xxxx'
it shows an error like
"View or function 'Sample DB.dbo.Session' is not updatable because the modification affects multiple base tables."
is it possible to delete virtual table records from sql server .suggest me.
regards
AKHIL
0
Comments
-
[Topic moved from 'NAV 2009 (formerly NAV 5.1/'6.0')' forum to 'SQL General' forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
The NAV "Session" table is actually a Linked Object refferring to a SQL site "View" which is based on sysprocesses and other system-tables. HEnce, you cannot delete a record from there.
I guess the idea is to logoff a User with this automatically by some piece of TSQL code.
To accomplish this, you should look into using the KILL command (SQL) ...Jörg A. Stryk (MVP - Dynamics NAV)
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool0 -
To "delete" a session u can do this from NAV with filtering the session and delete it then or, and this ist the other way, u use, like Stryk saied, the KILL command.
Read the online Help for the kill command.
RegardsDo you make it right, it works too!0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions