How can we help you today? How can we help you today?
urs.meili

Activity overview

Latest activity by urs.meili

Invalid Index specification leads to exception
Hi, I have the following SQL script which SQL Compare is processing using the "compare with files" option: CREATE TABLE [dbo].[tblMutationHistory] ( [IDMutationHistory] [int] NOT NULL IDENTITY(1, 1...
1 follower 1 comment 0 votes
it's ok for me. I discovered that the behaviour on the ALTER statements was very "weird", some of them will be considered, and some others won't. We will change our script sources to be consistent with V8. / comments
it's ok for me. I discovered that the behaviour on the ALTER statements was very "weird", some of them will be considered, and some others won't. We will change our script sources to be consiste...
0 votes
SQL Differences: Show only non-ignored differences
We ignore comments when we compare SQL scripts. If SQL Compare finds a relevant difference (which is not a comment), I want to seee the relevant item quickly, using the "SQL differences" window. Cu...
0 followers 0 comments 0 votes
this is not true. With SQL Compare 7.1, I have scripts which consist of ALTER VIEW statements. These will be included in the comparison with V7.1, but they are not in V8 / comments
this is not true. With SQL Compare 7.1, I have scripts which consist of ALTER VIEW statements. These will be included in the comparison with V7.1, but they are not in V8
0 votes
The error is: "non-schema statement was ignored" on line 46. line 46 reads "ALTER VIEW..." the file in question is: /******************************************************************* <comment version="1.0"> <author>bi/sma</author> <date>21.06.2006</date> <summary> Fuer Adressetiketten. Liefert Name / Vorname des Lernenden, sowie die Institutionszeile1, Adresszeile1 und PLZ / Ort des Lehrbetriebs </summary> <remarks> Für Bemerkungen ........ </remarks> <product> <std flag=""/> <fh flag=""/> <ms flag=""/> <bs flag="x"/> <ps flag=""/> </product> <multilanguage flag=""/> <encryption flag="x"/> <param name="Name 1...">Kommentar ...</param> <param name="Name 2...">Kommentar ...</param> <param name="Name 3...">Kommentar ...</param> <returns></returns> <performancehistory> <detail date="dd.mm.yyyy" Author="xxx">Beschreibung ...</detail> <!--<detail date="dd.mm.yyyy" Author="xxx">Beschreibung ...</detail>--> </performancehistory> <changehistory> <detail date="04.07.2006" Author="sma">Institutionszeile1 und Adresszeile2 von Lehrbetrieb einfügen</detail> <detail date="dd.mm.yyyy" Author="xxx">Beschreibung ...</detail> <!--<detail date="dd.mm.yyyy" Author="xxx">Beschreibung ...</detail>--> </changehistory> </comment> *******************************************************************/ --CREATE VIEW dbo.qryBrn_Rpt_AdressetikettenLernendeMitLehrbetrieb AS ALTER VIEW dbo.qryBrn_Rpt_AdressetikettenLernendeMitLehrbetrieb WITH ENCRYPTION AS SELECT stu.idperson AS IDLernender, ISNULL(stu.PersonNachname,'') + ' ' + ISNULL(stu.PersonVorname, '') AS LernenderName, CASE WHEN ausbildner.PersonFirma2 IS NULL THEN ISNULL(ausbildner.PersonFirma1,'') ELSE ISNULL(ausbildner.PersonFirma1,'') + ' ' + ausbildner.PersonFirma2 END AS Institutionszeilen, ISNULL(ausbildner.PersonAdresse1,'') AS InstitutionAdresszeile1, ISNULL(ausbildner.PersonAdresse2, '') AS InstitutionsAdresszeile2, ISNULL(ausbildner.PersonPLZ,'') + ' ' + ISNULL(ausbildner.PersonOrt, '') AS AusbildnerPLZOrt FROM Person AS stu LEFT JOIN personengruppierung pg ON stu.idperson = pg.PGMitgliedIDPerson AND pg.IDPGTyp = 'AusbVerantw' LEFT JOIN person AS ausbildner ON pg.PGChefIDPerson = ausbildner.idperson / comments
The error is: "non-schema statement was ignored" on line 46. line 46 reads "ALTER VIEW..." the file in question is: /******************************************************************* <comment ve...
0 votes
Feature request: Ignore &quot;WITH ENCRYPTION&quot; option
On some DBs, we have WITH ENCRYPTION enabled, on some, we don't. I would like to have an option "IGNORE WITH ENCRYPTION". If this is turned on, SQL Compare should not care if WITH ENCRYPTION is spe...
1 follower 1 comment 0 votes
ALTER&lt;space&gt;&lt;space&gt;VIEW not recognized
It seems like Sql Compare 8 does not recognize ALTER VIEW, ALTER PROCEDURE etc statements if there are multiple spaces in between. This was no problem with Sql Compare 7.
3 followers 10 comments 0 votes