SQL -Server 2008
Databases - AdventureWorksLT2008
User Tables - A1_index_Test
Indexes
A1_INX
---------------------------
Problem with the GUI - not capturing Fillfactor and Pad Index
---------------------------
Created an Index with the following properties in GUI FILLFACTOR = 5, PAD_INDEX = ON
If you go to Priview SQL this information is missing
When I script index Full, the Fill Factor and Pad Index is missing ....
CREATE UNIQUE INDEX [A1_INX]
ON [dbo].[A1_index_Test]([a1])
GO
see pics
This issue is using old gui, new gui is working correctly...
Issue #3703 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
This issue is using old gui, new gui is working correctly...