on ‎2024 May 19 5:13 PM
Hi,
I can see tables and field desriptions in query generator. It must be written in the SQL Server.
I want to use this information in my PHP code. I can see all the tables with below SQL Statement;
SELECT name FROM SYSOBJECTS WHERE xtype = 'U' ORDER by name;But I can not see the table definitions. I see some HTML tables from forums and other sites but I want to get all these names, definitions of table and fields from SQLServer.
Where can I find this information from SQLServer?
Regards,
Mucip:)
Request clarification before answering.
| User | Count |
|---|---|
| 33 | |
| 17 | |
| 14 | |
| 13 | |
| 9 | |
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.