Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

partitionierte Sichten und SQL Server

Empfohlene Antworten

Veröffentlicht


insert into tabelle
select r.* from tabelle1 r join tabelle2 t2 on
…..
where t1.spalte = @variable
and not exists( select * from tabelle tt where tt.spalte=t2.spalte )
[/PHP]

wenn ich so einen insert mit SQL Server 2000 auf partitionierte schischten laufen lasse kriege ich Fehler :

[b]

Die partitionierte Sicht 'tabelle' kann nicht aktualisiert werden, da die Quellabfrage Verweise auf die [Tabelle_1236]-Partitionstabelle enthält.

[/b]

Ohne partitionierte Sichten geht ??

Was mache ich falsch bzw. wie kann ich es umgehen ??

  • Autor


insert into tabelle
select r.* from tabelle1 r join tabelle2 t2 on
…..
where t1.spalte = @variable
-- and not exists( select * from tabelle tt where tt.spalte=t2.spalte )
[/PHP]

so geht es aber auch mit partitionierten sichten ??

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.