Hi,
i want to write the max(Orderdate) from all Tables in DB into a #TempTable.
How can i realise this in a easy way ? (All Tables in the DB have 1 Col. with Orderdate).
CREATE TABLE #TempTbl(
[tblName] [nvarch
i want to write the max(Orderdate) from all Tables in DB into a #TempTable.
How can i realise this in a easy way ? (All Tables in the DB have 1 Col. with Orderdate).
CREATE TABLE #TempTbl(
[tblName] [nvarch