News

Contribute to Ebony7/SQL-SERVER-DOMAIN development by creating an account on GitHub.
TRUNCATE TABLE (Transact-SQL) [!INCLUDE sql-asdb-asdbmi-asa-pdw] Removes all rows from a table or specified partitions of a table, without logging the individual row deletions. TRUNCATE TABLE is ...
Sql truncate table using this statement you can remove all data of rows or column ( complete data ) not table. in this there is no where clause but where clause is available in delete statement.
SQL Server 2008 introduces the ability to pass a table data type into stored procedures and functions. The table parameter feature can greatly ease the development process because you no longer ...