this script will be useful when you are configuring the trans. replication
SELECT *
FROM information_schema.tables
WHERE table_type = 'base table'
AND OBJECTPROPERTY(OBJECT_ID(table_name), 'IsMsShipped') = 0
AND OBJECTPROPERTY(OBJECT_ID(table_name), 'TableHasPrimaryKey') = 0
ORDER BY Table_Name
Ads 720 x 90
Total Pageviews
Label List
- Architecture
- Art of SQL Server
- asynchronous mirroring
- csv
- dmv
- find outdated Statistics
- Free SQL Server tools
- index fragmentation
- Installation
- Katmai
- Learn SQL Server 2005
- Maintenance Plan
- outdated Statistics
- Reset Identity column
- Scripts
- SPID
- sql server 2008
- sys.dm_db_index_physical_stats
- sys.dm_exec_connections
- tsql
- update statistics