Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7975847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T08:45:25+00:00 2026-06-04T08:45:25+00:00

For an existing table in SQL compact 4 db Added a column of Type

  • 0

For an existing table in SQL compact 4 db

Added a column of Type Bit, click OK
but it does not show up in DataEditor nor in the list of columns
But it’s there in the Table Schema editor

I am able to edit the data using ErikJ’s SQL compact toolbox but curious about what rules i may have violated here to cause this behavior ???

FYI – the column name is IsSys which is not shown, i added other bit columns for test and they appear in the columns list !

UPDATE – sql is below, IsSys and IsSystem both don’t show up in Server Explorer list of columns or in ServerExplorer’s DataEditor, though they show up in Table Schema Editor

CREATE TABLE [ProblemTable] (
  [AttrId] int NOT NULL  IDENTITY (30,1)
, [AttrTypeId] int NOT NULL
, [SelText] nvarchar(50) NOT NULL
, [SeqNum] int NOT NULL DEFAULT 9999
, [UpdatedBy] int NOT NULL DEFAULT 1
, [UpdatedAt] datetime NOT NULL DEFAULT getdate()
, [AttrKey] nvarchar(40) NOT NULL
, [IsEnabled] bit NOT NULL DEFAULT 1
, [IsShown] bit NOT NULL DEFAULT 1
, [IsSys] bit NULL DEFAULT 0
, [IsSystem] bit NOT NULL DEFAULT 0
);
GO
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T08:45:27+00:00Added an answer on June 4, 2026 at 8:45 am

    Interesting – This appears to be “by design” – likewise table names starting with __Sys are filtered out. As stated in the article in spanish linked above, do not use IsSys for column names!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to add not null Column in existing table in SQL Server 2005?
I need to add a NOT NULL column to an existing (populated) table that
When using Linq-to-SQL, adding a column to an existing table, and setting a default
question concerning SQL Server: I have added a column with type uid to a
I added a column to an existing table. Now I need to update the
I'm trying (SQL Server Compact) to add primary key constraint on existing table that
Possible Duplicate: Add column, with default value, to existing table in SQL Server I
What are the most efficient SQL queries that would take an existing MySQL table
how can I by using Ado.net rename existing column in a table and changing
How do I change the default value of an existing column in a table

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.