--
[quoted text, click to view] "Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
news:%23xK4RNhYGHA.1352@TK2MSFTNGP05.phx.gbl...
>I need the entire results set from sp_help, you have only given me the
>first results set. However it appears that you are trying to set a document
>column type for p_desc, but this is not an image or a varbinary(max)
>column. For this to work it must be of one of those data types.
Hi Hilary, I appreciate your trying to help, but you said "do an sp_help
tablename and paste all the results here." Which is what I did.
I'm not "trying to set" anything. This is an existing table in two different
databases, and all I've ever done was create the table initial in EM by
typing in the field name, setting it to varchar and a particular length, and
leaving "allow null" checked. I have no idea how to set a "document column
type" and never have. All I did was check "use full-text indexing" under the
Files property for the database in Management Studio, then use the wizard to
create the catalog, add the table, and select the varchar fields to be
indexed. When I hit "OK" the little green activity cursor spins and then it
throws the error. If I'm doing something wrong or missing a step, let me
know...or maybe there's something wrong with this installation or something
I missed when upgrading the server.
FWIW, I tried it a third time on a third database with a different table
structure, and received the same error on the first field in the list:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Cannot load tables or views.
------------------------------
ADDITIONAL INFORMATION:
Property TypeColumnName is not available for FullTextIndexColumn
'[p_artist]'. This property may not exist for this object, or may not be
retrievable due to insufficient access rights. (Microsoft.SqlServer.Smo)
For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.PropertyCannotBeRetrievedExceptionText&EvtID=TypeColumnName&LinkId=20476 Here is an "sp_help" for the entire database (the third one):
sysconstraints dbo view
syssegments dbo view
ad_banners dbo user table
coe dbo user table
dtproperties dbo user table
email_list dbo user table
email_list_types dbo user table
ems_attribute dbo user table
ems_attribute_items dbo user table
ems_cart dbo user table
ems_cart_items dbo user table
ems_cross_promo dbo user table
ems_dept dbo user table
ems_discount_qty dbo user table
ems_distributors dbo user table
ems_errorlog dbo user table
ems_inventory dbo user table
ems_manufacturers dbo user table
ems_p_by_d dbo user table
ems_pop_quiz_q dbo user table
ems_pop_quiz_r dbo user table
ems_price_sale dbo user table
ems_price_std dbo user table
ems_product dbo user table
ems_product_description dbo user table
ems_product_review dbo user table
ems_promo dbo user table
ems_receipt dbo user table
ems_receipt_item dbo user table
ems_shopper dbo user table
ems_shopper_billto dbo user table
ems_shopper_shipto dbo user table
ems_shopper_type dbo user table
ems_sku dbo user table
ems_sku_by_user dbo user table
ems_system_config dbo user table
ems_tax dbo user table
ems_tax_by_zip dbo user table
nsnew_tracks dbo user table
rate_map dbo user table
rate_methods dbo user table
survey_abandon dbo user table
syscolumns dbo system table
syscomments dbo system table
sysdepends dbo system table
sysfilegroups dbo system table
sysfiles dbo system table
sysfiles1 dbo system table
sysforeignkeys dbo system table
sysfulltextcatalogs dbo system table
sysfulltextnotify dbo system table
sysindexes dbo system table
sysindexkeys dbo system table
sysmembers dbo system table
sysobjects dbo system table
syspermissions dbo system table
sysproperties dbo system table
sysprotects dbo system table
sysreferences dbo system table
systypes dbo system table
sysusers dbo system table
dt_addtosourcecontrol dbo stored procedure
dt_addtosourcecontrol_u dbo stored procedure
dt_adduserobject dbo stored procedure
dt_adduserobject_vcs dbo stored procedure
dt_checkinobject dbo stored procedure
dt_checkinobject_u dbo stored procedure
dt_checkoutobject dbo stored procedure
dt_checkoutobject_u dbo stored procedure
dt_displayoaerror dbo stored procedure
dt_displayoaerror_u dbo stored procedure
dt_droppropertiesbyid dbo stored procedure
dt_dropuserobjectbyid dbo stored procedure
dt_generateansiname dbo stored procedure
dt_getobjwithprop dbo stored procedure
dt_getobjwithprop_u dbo stored procedure
dt_getpropertiesbyid dbo stored procedure
dt_getpropertiesbyid_u dbo stored procedure
dt_getpropertiesbyid_vcs dbo stored procedure
dt_getpropertiesbyid_vcs_u dbo stored procedure
dt_isundersourcecontrol dbo stored procedure
dt_isundersourcecontrol_u dbo stored procedure
dt_removefromsourcecontrol dbo stored procedure
dt_setpropertybyid dbo stored procedure
dt_setpropertybyid_u dbo stored procedure
dt_validateloginparams dbo stored procedure
dt_validateloginparams_u dbo stored procedure
dt_vcsenabled dbo stored procedure
dt_verstamp006 dbo stored procedure
dt_whocheckedout dbo stored procedure
dt_whocheckedout_u dbo stored procedure
sp_emShop_Store_Builder dbo stored procedure
PK_ad_banners dbo primary key cns
PK_coe dbo primary key cns
pk_dtproperties dbo primary key cns
PK_email_list dbo primary key cns
PK_ems_attribute dbo primary key cns
PK_ems_attribute_items dbo primary key cns
PK_ems_cart dbo primary key cns
PK_ems_cart_items dbo primary key cns
PK_ems_cross_promo dbo primary key cns
PK_ems_dept dbo primary key cns
PK_ems_discount_qty dbo primary key cns
PK_ems_distributors dbo primary key cns
PK_ems_errorlog dbo primary key cns
PK_ems_inventory dbo primary key cns
PK_ems_manufacturers dbo primary key cns
PK_ems_p_by_d dbo primary key cns
PK_ems_pop_quiz_q dbo primary key cns
PK_ems_pop_quiz_r dbo primary key cns
PK_ems_price_sale dbo primary key cns
PK_ems_price_std dbo primary key cns
PK_ems_product dbo primary key cns
PK_ems_product_description dbo primary key cns
PK_ems_product_review dbo primary key cns
PK_ems_promo dbo primary key cns
PK_ems_receipt dbo primary key cns
PK_ems_receipt_item dbo primary key cns
PK_ems_shopper dbo primary key cns
PK_ems_shopper_billto dbo primary key cns
PK_ems_shopper_shipto dbo primary key cns
PK_ems_shopper_type dbo primary key cns
PK_ems_sku dbo primary key cns
PK_ems_sku_by_user dbo primary key cns
PK_ems_tax dbo primary key cns
PK_ems_tax_by_zip dbo primary key cns
PK_nsnew_tracks dbo primary key cns
PK_rate_map dbo primary key cns
PK_survey_abandon dbo primary key cns
DF__dtpropert__versi__6754599E dbo default (maybe cns)
DF_ad_banners_ad_clicks dbo default (maybe cns)
DF_ad_banners_ad_end dbo default (maybe cns)
DF_ad_banners_ad_priority dbo default (maybe cns)