Activity overview
Latest activity by tco
Thanks. But this is not a problem to add in forum. The simple way is two DECLARE DECLARE @x BIT=0 DECLARE @r VARCHAR(MAX) =' -------- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ' / comments
Thanks. But this is not a problem to add in forum. The simple way is two DECLAREDECLARE @x BIT=0DECLARE @r VARCHAR(MAX) ='-------- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ...
By my mind: DECLARE @x BIT =0 ,@r VARCHAR(MAX) =' -------- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- '
/ comments
By my mind:DECLARE @x BIT =0 ,@r VARCHAR(MAX) ='-------- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---...
Not beautifull format
DECLARE @x BIT =0 ,@r VARCHAR(MAX) =' -------- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---...
Where is button "Download" or "Update"?
Where is button "Download" or "Update" for new version?
Version 9.4.6.7396 I have to rename file. / comments
Version 9.4.6.7396I have to rename file.
Many spaces after ELSE
Try to format this scriptSELECT ISNULL((SELECT 1 FROM xxxxxxxxxxxxxxxxx) ,CASE WHEN Track_Type_Fld='' THEN 2 ELSE PackageQuantity
END)I...