fix an insert person query

This commit is contained in:
Andreas Zweili 2017-07-22 15:13:01 +02:00
parent 9c3a79f8a8
commit c3fb4a6976
3 changed files with 10 additions and 22 deletions

Binary file not shown.

View File

@ -4671,5 +4671,5 @@ insert into dbo.members (email_address,
date_of_registration,
person_id)
values ('person@gmail.com',123456,2,'2017-07-08',1),
('hannah.muster@gmail.com0',123456,3,'2017-07-20');
('hannah.muster@gmail.com0',123456,3,'2017-07-20',2);

View File

@ -3,19 +3,7 @@
<Items>
<LogicalFolder Name="Connections" Type="2" Sorted="true">
<Items>
<ConnectionNode Name="(local)\SQL2016:WIN-10-SFR\andreas">
<Created>2017-07-09T18:38:06.7984762+02:00</Created>
<Type>SQL</Type>
<Server>(local)\SQL2016</Server>
<UserName />
<Authentication>Windows Authentication</Authentication>
<InitialDB />
<LoginTimeout>15</LoginTimeout>
<ExecutionTimeout>0</ExecutionTimeout>
<ConnectionProtocol>NotSpecified</ConnectionProtocol>
<ApplicationName>Microsoft SQL Server Management Studio - Query</ApplicationName>
</ConnectionNode>
<ConnectionNode Name="(local)\SQLEXPRESS:WIN-10-SFR\andreas">
<ConnectionNode Name="(local)\SQLEXPRESS:WIN-LAPTOP\andreas">
<Created>2017-06-05T12:49:04.4481167+02:00</Created>
<Type>SQL</Type>
<Server>(local)\SQLEXPRESS</Server>
@ -32,26 +20,26 @@
<LogicalFolder Name="Queries" Type="0" Sorted="true">
<Items>
<FileNode Name="setup_01_create_database.sql">
<AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:(local)\SQL2016:True</AssociatedConnectionMoniker>
<AssociatedConnSrvName>(local)\SQL2016</AssociatedConnSrvName>
<AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:(local)\SQLEXPRESS:True</AssociatedConnectionMoniker>
<AssociatedConnSrvName>(local)\SQLEXPRESS</AssociatedConnSrvName>
<AssociatedConnUserName />
<FullPath>setup_01_create_database.sql</FullPath>
</FileNode>
<FileNode Name="setup_02_create_table.sql">
<AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:(local)\SQL2016:True</AssociatedConnectionMoniker>
<AssociatedConnSrvName>(local)\SQL2016</AssociatedConnSrvName>
<AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:(local)\SQLEXPRESS:True</AssociatedConnectionMoniker>
<AssociatedConnSrvName>(local)\SQLEXPRESS</AssociatedConnSrvName>
<AssociatedConnUserName />
<FullPath>setup_02_create_table.sql</FullPath>
</FileNode>
<FileNode Name="setup_03_insert_data.sql">
<AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:(local)\SQL2016:True</AssociatedConnectionMoniker>
<AssociatedConnSrvName>(local)\SQL2016</AssociatedConnSrvName>
<AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:(local)\SQLEXPRESS:True</AssociatedConnectionMoniker>
<AssociatedConnSrvName>(local)\SQLEXPRESS</AssociatedConnSrvName>
<AssociatedConnUserName />
<FullPath>setup_03_insert_data.sql</FullPath>
</FileNode>
<FileNode Name="setup_04_remove_database.sql">
<AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:(local)\SQL2016:True</AssociatedConnectionMoniker>
<AssociatedConnSrvName>(local)\SQL2016</AssociatedConnSrvName>
<AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:(local)\SQLEXPRESS:True</AssociatedConnectionMoniker>
<AssociatedConnSrvName>(local)\SQLEXPRESS</AssociatedConnSrvName>
<AssociatedConnUserName />
<FullPath>setup_04_remove_database.sql</FullPath>
</FileNode>