Answer Posted / guest
Use the OpenRowSet Function to Run a Query on a Remote SQL
Server.
Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain the dbcc pintable command when would you use it?
What is sql language?
What is a dbms wizard?
How to get a list of columns in a view using the "sp_columns" stored procedure?
Explain what is meant by replication of database?
How do database indexes work?
What are sql dirty pages?
What is raiseerror? What is raiseerror?
What is dirty page?
hi, the following are the outputs of sp_spaceused and sp_tempdbspace sp_spaceused ------------ database size unallocated size tempdb 77752.95 MB 28026.99 MB sp_tempdbspace ------------- database size spaceused tempdb 77752.945312 1.007812 the unused space in sp_spaceused is nearly 28 Gb and in sp_tempdbspace is nearly 76 Gb cany any one explain about this output and why its giving different results.
What does the on update no action do?
Explain what is the difference between a local and a global temporary table?
How do I manually uninstall an instance of sql server 2016?
Explain in details security in SQL azure?
What is query cost in sql server?