MSSQL material:
A simple Query to display date and time in MSSQL database is :
select getdate()
...
Creation of new table from existing table in MSSQL:
The easiest way to create a table from an existing table or make a copy of table is often required while working with MSSQL db and method to create it is as follows:
select *
into test1copy --- new table
from test1 --- source table
Started working on this, hopefully i will post my learning here...........
15 years 3 months + of experience in database administration, performance engineering and software cost optimization. Expert in architecture of large scale product, service features in product developments and several POCs executions. Specialty in Database administration, Database Performance, SQL, PLSQL, Shell, Simple solutions for Designing Performance engineering solutions, actively working on Software Cost Optimization in CLOUD. Always ready for new challenges with simple solutions
No comments:
Post a Comment