Insert into
Hello Everyone,
I will like to take this select statement and insert the results into a table called SQL_Version. can ecyon help?
select SERVERPROPERTY('productversion')As ProductVersion, SERVERPROPERTY ('productlevel')as ProductLevel, SERVERPROPERTY ('edition')as SQLEdition,@@SERVERName
this select statement will give me the SQL version information. What I want to eventually do is run this on every SQL server ang egt the results.
__________________
Jaime E. Maccou
|