How to loop through result set objects using odbc_fetch_row()?
What are scheduled tasks in sql server?
which query u can write to sql server doesn't work inbetween 7.00PM to nextday 9.00AM
Explain what are magic tables in sql server?
Can a unique index be created on a column, which contains null?
How to select some specific rows from a table in ms sql server?
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?
Why do we use non clustered index?
How to delete an attribute from the emp table
Can you explain the role of each service?
Why I am getting this error when dropping a database in ms sql server?
What are the operating modes in which database mirroring runs?
Can you explain the types of Joins that we can have with Sql Server?