Re: Computer Columns
From: Mark Allison (mark_at_no.tinned.meat.mvps.org)
Date: 02/02/05
- Next message: Larry: "Re: SQL Data Encrytpion"
- Previous message: Mark Allison: "Re: registering servers"
- In reply to: Jonathan Martin: "Computer Columns"
- Next in thread: Jonathan Martin: "Re: Computer Columns"
- Reply: Jonathan Martin: "Re: Computer Columns"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 02 Feb 2005 11:00:16 +0000
Jonathan,
A computed column is not stored on disk unless an index is created on
it. So, it will be calculated at query time if there is no index.
-- Mark Allison, SQL Server MVP http://www.markallison.co.uk Looking for a SQL Server replication book? http://www.nwsu.com/0974973602m.html Jonathan Martin wrote: > Hi all, > > I've been attempting to search for some documentation on how computer > columns are computed. Firstly, does anyone have any? > > If not, can any tell me at which point to column is computed? Is it > computer at time of viewing, or is it computer as soon as the row is > created? > > Thanks in advance. > > > Jon > >
- Next message: Larry: "Re: SQL Data Encrytpion"
- Previous message: Mark Allison: "Re: registering servers"
- In reply to: Jonathan Martin: "Computer Columns"
- Next in thread: Jonathan Martin: "Re: Computer Columns"
- Reply: Jonathan Martin: "Re: Computer Columns"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|