temp tables in Data folder

kevincleekevinclee Posts: 2
I have created a few static data files under Data folder. Those static data are using temp tables to do inserting/updating. The temp tables have created at the beginning and dropped at the end. The static data files have been checked in SVN.

When I link the database with SVN, the SQL Source Control tells me I need to get the latest from SVN for those temp tables.

I am confused why I need to get those temp tables. Once I got them, it asks me to commit the changes. They are just for static data usage, not the real tables.

Is there a way to not showing them?

Comments

Sign In or Register to comment.