hw you create table in sql using existing table and variable should be in specific order given ex : in old table empid empname empsal empage empbirthdate empaddrs like is there in new table we need it as EX: exmpname empage empaddrs empid empbirthdate like we want hw we create this as a table not view or nt reporting
2 4105
What are the different authentication modes in sql server? How can it be changed?
How much does sql server 2016 cost?
How to update muliple row in single query?
How many cores do I need for sql server 2016?
application server is slow what may be the problem
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
What is the use of @@spid?
How to drop existing views from a database in ms sql server?
What is the difference between local and global temporary tables?
What are the main differences between #temp tables and @table variables and which one is preferred?
How to execute the cursor queries with "open" statements?
Can we do dml on views?
What sql server means?
What is snapshot replication?