| Author |
Message |
AndrewJacksonZA
Joined: 05 May 2010 Posts: 17 Location: Johannesburg, South Africa
|
Posted: Fri Dec 03, 2010 8:41 am Post subject: Problem with Initial Static Data Check-In |
|
|
With my initial static data check-in, no data could be found to update another database with. I'm using SVN.
Steps to reproduce:
- Database CPU is under source control.
- Select static data from tables Registers and Pipelines.
- When committing the static data, realise that you've made a mistake and only want static data from Registers, so you only commit Registers.
- Go to the "Static data to source control..." screen and deselect Pipelines.
- Go to the commit tab and see that there are no changes to commit into the source control repository.
- Create new database ALU.
- Link ALU to the SVN repository.
- Get the latest changes.
- Notice that there is no data in the list of changes, and there is no data available in subsequent refreshes of the list of changes.
My RedGateDatabaseInfo.XML file has the following entry:
| Code: |
<DataFileSet>
<Count>0</Count>
</DataFileSet> |
When I've played around some more, I got:
| Code: |
<DataFileSet>
<Count>3</Count>
<DataFile>dbo.Registers.sql</DataFile>
<DataFile>dbo.Pipelines.sql</DataFile>
<DataFile>dbo.Cores.sql</DataFile>
</DataFileSet> |
which is correct. I could get this data into the ALU database OK. |
|
| Back to top |
|
 |
sherr
Joined: 19 Mar 2009 Posts: 122 Location: Cambridge
|
Posted: Mon Dec 06, 2010 2:08 pm Post subject: Can't reproduce |
|
|
Andrew and I have both tried to reproduce this, but could not. If anyone else experiences this problem, please get in touch.
For the v2.0.0.37 EA release, getting the schema and data for the same table is a 2 step process. Only the schema will appear at first on the get list. Once you get the schema, then you can get the data. _________________ Thank you!
Stephanie M. Herr
SQL Tools Development Manager |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group