Search
 
SCRIPT & CODE EXAMPLE
 

SQL

table information 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 :: how to check even or odd in sql 
Sql :: scaffold npgsql net core 
Sql :: oracle list index on table 
Sql :: python mysql check if database exists 
Sql :: oracle nls instance 
Sql :: psql human readable 
Sql :: show all table name mysql 
Sql :: day of week postgresql 
Sql :: moodle query first user access 
Sql :: get rows affected mysql python 
Sql :: psql: error: FATAL: role "postgres" does not exist 
Sql :: split first name and last name in sql 
Sql :: mysql return if it contains 
Sql :: insert random numbers in columns postgress 
Sql :: how to install sqlite3 python 
Sql :: oracle current date plus 1 month 
Sql :: sql server check table exists 
Sql :: copy one column data to another in sql 
Sql :: inner join in update query mysql 
Sql :: mysql login console 
Sql :: alter table add column 
Sql :: how to check current user in mysql 
Sql :: list foreign data tables postgres psql 
Sql :: update query formula in excel 
Sql :: find wordpress version in database 
Sql :: hangfire clear all jobs 
Sql :: docker export psql sql 
Sql :: python mysql query to dataframe 
Sql :: mysql - find in comma separated string of values 
Sql :: sql timestamp to date 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =