Viewing 6 posts - 1 through 6 (of 6 total)
yes is sql server 2000 !! Amazing stuff !!
April 21, 2023 at 3:45 pm
Thanks a lot !
this block i will put it in the cursor loop .. if i am correct...!
April 20, 2023 at 8:39 pm
declare @nm as varchar(50),@nm2 varchar(50), @cnt1 int,@cnt2 int
--select @nm='T_30767_AP10MinData9'
select TABLE_NAME into #pina
from information_schema.tables
where Table_Type = 'BASE TABLE' and table_name like '%AP10MinData9%'
declare curs1 cursor FORWARD_ONLY for...
April 20, 2023 at 7:36 pm
January 16, 2019 at 1:57 am
USE [Reporting]
GO
/****** Object: StoredProcedure [dbo].[scans_eiserxomena] Script Date: 07/09/2018 12:45:57 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER procedure [dbo].[scans_eiserxomena] @path nvarchar(4000)
as
July 9, 2018 at 3:50 am
John Mitchell-245523 - Friday, July 6, 2018 3:40 AMIt could be the Greek character thing. Try this:
EXEC master.sys.xp_dirtree N'\\MNG01\Scans\05083-ΛΥΚΟΒΡΥΣΗ\ALL\',1,1;
John
oh Unicode...
July 6, 2018 at 3:55 am
Viewing 6 posts - 1 through 6 (of 6 total)