Re: Inserting into partion view - values were not supplied for all columns
From: Wayne Snyder (wsnyder_at_computeredservices.com)
Date: 05/25/04
- Next message: Wayne Snyder: "Re: SQL server is bussy"
- Previous message: Wayne Snyder: "Re: recovering deleted table"
- In reply to: Glyn Walters: "Inserting into partion view - values were not supplied for all columns"
- Next in thread: Glyn Walters: "Re: Inserting into partion view - values were not supplied for all columns"
- Reply: Glyn Walters: "Re: Inserting into partion view - values were not supplied for all columns"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 May 2004 06:55:00 -0400
Check the column property ( null or not null)... That should be the
requirement... I don't think PVs have any additional requirements regarding
the columns except that the partitioning column is required.
-- Wayne Snyder, MCDBA, SQL Server MVP Mariner, Charlotte, NC www.mariner-usa.com (Please respond only to the newsgroups.) I support the Professional Association of SQL Server (PASS) and it's community of SQL Server professionals. www.sqlpass.org "Glyn Walters" <glyn_walters@hotmail.com> wrote in message news:11e7401c44243$7b51d8a0$a001280a@phx.gbl... > Hi. > > When I try to insert into a partition view with specified > columns and values I get the error "values were not > supplied for all columns". If I specify all the columns > in the insert statement then the insert is ok. The first > insert statement would be ok for any of the base tables. > Is it therefore a limitiation of the partition view that > all columns have to be specified? I hope not because it > means all stored procedures will have to be updated > alongside future view changes. > > Thanks for any advice on this > Glyn
- Next message: Wayne Snyder: "Re: SQL server is bussy"
- Previous message: Wayne Snyder: "Re: recovering deleted table"
- In reply to: Glyn Walters: "Inserting into partion view - values were not supplied for all columns"
- Next in thread: Glyn Walters: "Re: Inserting into partion view - values were not supplied for all columns"
- Reply: Glyn Walters: "Re: Inserting into partion view - values were not supplied for all columns"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|