What is difference between delete & truncate commands?
Where the sql logs gets stored?
What is the user of Primary key?
What are the different sql server versions?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
Explain the usage of floor function in sql server.
How to edit table in sql server 2017?
Why use “nolock” in sql server?
What is sql server profiler?
Explain full-text indexing?
What are different types of join?
What is 'Join' and explain its various types.
Can you please explain the difference between function and stored procedure?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
Your table has a large character field there are queries that use this field in their search clause what should you do?