Comments
Sort by recent activity
I created the .xml file but the same error still happens... / comments
I created the .xml file but the same error still happens...
yes, it's the same user.
what's the difference between literally writing in command line and using xml files? / comments
yes, it's the same user.
what's the difference between literally writing in command line and using xml files?
Yes and yes.
below is the xml part:
<value version="7" type="LinkedDatabase">
<DatabaseId version="2" type="DatabaseId">
<ServerAndInstanceName>MY_SERVER\DEV</ServerAndInstanceName>
<DatabaseName>MY_DB_NAME</DatabaseName>
</DatabaseId>
<ISrcCLocation version="1" type="SvnLocation">
<RepositoryUrl>https://MY_SVN_SERVER_URL/svn/Dev/Projects/Server Projects/Database/trunk/Repository/MY_DB_NAME/</RepositoryUrl>
</ISrcCLocation>
<IWorkspaceId version="1" type="WorkspaceId">
<RootPath>C:\Users\MY_USERNAME\AppData\Local\Red Gate\SQL Source Control 3\WorkingBases\ihltpb0r.0vn</RootPath>
</IWorkspaceId>
<LinkedMigrationsLocation version="2" type="LinkedMigrationsLocation">
<ISrcCLocation version="1" type="SvnLocation">
<RepositoryUrl>https://MY_SVN_SERVER_URL/svn/Dev/Projects/Server Projects/Database/trunk/MigrationScripts/MY_DB_NAME/</RepositoryUrl>
</ISrcCLocation>
<IWorkspaceId version="1" type="WorkspaceId">
<RootPath>C:\Users\MY_USERNAME\AppData\Local\Red Gate\SQL Source Control 3\MigrationsFolderWorkingBases\hzucevn4.rvn</RootPath>
</IWorkspaceId>
<ITransientWorkspaceId version="1" type="WorkspaceId">
<RootPath>C:\Users\MY_USERNAME\AppData\Local\Red Gate\SQL Source Control 3\Transients\nrtgunoo.hvj</RootPath>
</ITransientWorkspaceId>
</LinkedMigrationsLocation>
<SharedModel>False</SharedModel>
<ScriptTransientId version="1" type="WorkspaceId">
<RootPath>C:\Users\MY_USERNAME\AppData\Local\Red Gate\SQL Source Control 3\Transients\hg2wmwnz.pte</RootPath>
</ScriptTransientId>
</value>
/ comments
Yes and yes.
below is the xml part:
<value version="7" type="LinkedDatabase">
<DatabaseId version="2" type="DatabaseId">
<ServerAndInstanceName>MY_SERVER\DEV</ServerAndIn...
Hi Brain,
The database - IS - linked to source control and I use it daily (commit, get latest etc...).
I ran the query you gave me and below are the results:
Reader A: 39342
Reader B: <?xml version="1.0" encoding="utf-16" standalone="yes"?> <ISOCCompareLocation version="1" type="SvnLocation"> <RepositoryUrl>https://192.168.0.2:8010/svn/Dev/Projects/Server Projects/Database/trunk/Repository/MYDBNAME/</RepositoryUrl> </ISOCCompareLocation>
Reader C: <?xml version="1.0" encoding="utf-16" standalone="yes"?> <ISOCCompareLocation version="1" type="SvnLocation"> <RepositoryUrl>https://192.168.0.2:8010/svn/Dev/Projects/Server Projects/Database/trunk/MigrationScripts/MYDBNAME/</RepositoryUrl> </ISOCCompareLocation>
Please advise,
Avi / comments
Hi Brain,
The database - IS - linked to source control and I use it daily (commit, get latest etc...).
I ran the query you gave me and below are the results:
Reader A: 39342
Reader B: <?xml version...