Hello I m trying to achieve something like this without patindex[code="sql"]DECLARE @source_path nvarchar(1000)SET @source_path = 'hello_there_123.zip'PRINT @source_path--Expected Result is using getdate() add date before .zipSELECT @source_path = hello_there_123_08092016.zip[/code]Please help. Thanks.
↧