I have the same Problem , but I could not resolve it.
Would you please Write your code that you have solved the problem ?
When I am using the code for SetDefaultprint er Function still The default printer is keep changing as I select another printer in commondialog printer.
Error : partitioning column was not found ( Partitioning View)
Hi, Happy New Year.
I am trying to insert a query to a partitioned view but the error is :
Server: Msg 4436, Level 16, State 12, Line 1
UNION ALL view 'T' is not updatable because a partitioning column was not found.
Here is all my query statements :
Code:
create table t1
(ID int primary key,
Code int check(code between 1 and 15 ))
create table t2
(ID int primary key,
Leave a comment: