Search
 
SCRIPT & CODE EXAMPLE
 

SQL

table infromation in sql server

SELECT
  	TABLE_NAME
FROM
  	INFORMATION_SCHEMA.TABLES
/******************************************************/
EXEC sp_help dbo.mytable;
/******************************************************/
EXEC sp_columns dbo.mytable;
Comment

PREVIOUS NEXT
Code Example
Sql :: set password mysql 
Sql :: mysql events not work 
Sql :: role does not exist psql 
Sql :: sql query with replace function 
Sql :: oracle nls parameters 
Sql :: mysql f# examples 
Sql :: convert int to varchar sql 
Sql :: capitalize 1st letter in sql server 
Sql :: how to open closed port mysql in ubuntu 
Sql :: integer limit sql create table 
Sql :: remove password from root mysql 
Sql :: prosys sql log 
Sql :: change month to name in sql server 
Sql :: update data with random values postgres 
Sql :: sql column values comma separated 
Sql :: NOT LIKE sql laravel 
Sql :: How Not To Sort By Average Rating 
Sql :: how to print longest name in sql 
Sql :: create sqlite database in laravel 
Sql :: login to mysql 
Sql :: oracle substring 
Sql :: import file mysql terminal 
Sql :: how to rename column in sql 
Sql :: postgres in operator with comma separated values 
Sql :: where to locate set password for mysql 
Sql :: add user mysql 
Sql :: How to Add a Default Value to a Column in MS SQL Server 
Sql :: connecting to mysql database using python 
Sql :: alphabetical order mysql 
Sql :: delete all content in table mysql 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =