How to list all columns in a table using odbc_columns()?
No Answer is Posted For this Question
Be the First to Post Answer
What should we do to copy the tables, schema and views from one SQL Server to another?
Tell me what is a linked server?
How to display a past time in days, hours and minutes?
What is an active database?
What is bit datatype and what's the information that can be stored inside a bit column?
In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
What is stored in the mssqlsystemresource database? : sql server database administration
If a stored procedure is taking a table data type, how it looks?
Can we move Resource database from one path to another? If yes,How can we?
What is the sql server 2000 version number?
How to list all schemas in a database?
What are subqueries in sql server? Explain its properties.