Question:Â How to Add Column at Specific Location in Table?
Answer: Order of the column in the table should not matter.
Question:Â How to Add Column at Specific Location in Table?
Answer: Order of the column in the table should not matter.
Question: Why I am not able to KILL a SPID with command KILL (spid) WITH STATUSONLY?
Here is the question which I received the other day from a user who was trying to add a linked server pointing its own server as he wanted to use OpenQuery. Let us read his question in details.
Question: How to Measure Page Splits Counter Value via T-SQL?
Question: How to Update Two Tables in One Statement?
Question: How to Round Up or Round Down Number in SQL Server?
Sometimes back I posted about interesting function AGENT_DATETIME functions which will convert integers into datetime values. Someone commented that there might be some permission issues using this function which is only available in msdb database. So I write this post to give you alternate method without using any such functions.