Responsive Julius Version1

This commit is contained in:
ja
2021-07-28 16:37:28 +02:00
parent 7937ab972e
commit 16b4f4e6b7
145 changed files with 122829 additions and 603 deletions

5
SelectTestUser.sql Normal file
View File

@@ -0,0 +1,5 @@
/****** Script for SelectTopNRows command from SSMS ******/
SELECT [Username]
,[Password]
FROM [VERAG_HOMEPAGE].[dbo].[Users] WHERE [Username]='test' AND [Password]='test'