News

SQL Server 2000 made this possible with the use of OPENXML, which allows you to store data into a VARCHAR data type and pass it around. This became even easier in SQL Server 2005 with the advent ...
I did not need actual data; an empty copy of the latest database ... TABLE_NAME + ']' FROM INFORMATION_SCHEMA.TABLES WHERE Table_Type = 'BASE TABLE' ORDER by TABLE_NAME Listing 1. SQL Server 2005 or ...