{{theTime}}

Search This Blog

Total Pageviews

connection problems: Client unknown

To resolve this issue while setting up the P4 Integration in IntelliJ, update the workspace name as client. 
To open the settings, use the shortcut key Ctrl+Alt S.


 

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...