Question : Back up a VMWare server

I am new to VMware, I want to rebuild my server, I was wanting to back up my current servers, set up the system and restore the servers.  Not sure what is needed, Do I need VMotion or some other app to make this happen?

Answer : Back up a VMWare server

try the below
1:
2:
3:
SELECT Emp_Name, Hire_Date, datepart([Year],Hire_Date) as YYYY, datepart([Month],Hire_Date) as MM
FROM Table1
where Hire_Date >= dateadd(m, datediff(m, 0, getdate())-13, 0)
Random Solutions  
 
programming4us programming4us