How to grant a permission in ms sql server using "grant execute" statements?
No Answer is Posted For this Question
Be the First to Post Answer
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
How can you check the level of fragmentation on a table?
How to transfer Logins from SQL Server 2000 to 2005
i want to create procedure for create table in sql server 2005 for example create procedure create_table @table varchar(20) as create @table( id int, name char(20) ) but it will get error what is solution?
What are the different sql server versions?
Explain in brief about Microsoft SQL server?
What is a view? is View updatable?
17 Answers IBM, L&T,
Tell me when is the update_statistics command used?
Do you know data definition language, data control language and data manipulation language?
how to get the salary in descending order with out using the keyword desc in sql
Why do we need normalization?
what r steps to we need to fallow b4 kill the process?