How to get a list of columns in a view using the "sp_help" stored procedure?
Answer / Rakhi Gupta
To get a list of columns in a view using the sp_help stored procedure in MS SQL Server, use the following syntax:nEXEC sp_helpview 'viewName';nExample:nEXEC sp_helpview 'EmployeesView'
| Is This Answer Correct ? | 0 Yes | 0 No |
i have account table which consists of account name,card no and card no consists 16 digits now i want to retrieve the data if card no starts from 4 then it should print visa and if it starts from 5 then it should print master so plse help me to write simple query with out store procs .
How do I create a stored procedure in sql server?
Can you create UNIQUE and PRIMARY KEY constraints on computed columns in SQL Server 2000?
Consider the table T1 it consits A,2,3,4 consider another table t2 it contain 1,2a,3a,4a now i need o get the upadted answer
How the authentication mode can be changed?
What is an index. What are the types?
what is call by value & call by reference ?
Why I am getting this error when dropping a database in ms sql server?
What is ms sql server reporting services?
How to turn off warning messages during php execution?
You want to implement the one-to-many relationship while designing tables. How would you do it?
According to you what goes into making the best database administrator? : sql server database administration
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)