Viewing 4 posts - 1 through 4 (of 4 total)
Here's the test data setup I used...
CREATE TABLE #TestTable
(
id ...
July 17, 2018 at 9:58 am
declare @Table table
( id int
, location varchar(50)
)
insert into @Table...
June 8, 2018 at 12:49 pm
frederico_fonseca - Friday, June 8, 2018 12:12 PMsorry - misread and though you after some SQL - on SSRS I don't know
June 8, 2018 at 12:27 pm
Really, I am just looking for a way to automate this whether it be through SQL, SSIS, or SSRS. Any ideas are appreciated.
June 8, 2018 at 12:26 pm
Viewing 4 posts - 1 through 4 (of 4 total)