SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Wednesday, February 15, 2012
Get all information for all Database
›
Use below query to find all information for all database. SELECT Database_ID, CONVERT(VARCHAR(25), DB.Name) AS DBName, CONVERT(VARCHAR(...
Tuesday, February 14, 2012
TempDB space needed to execute checkdb.
›
Sometime we may need to check the space required to execute CheckDB. We can run this query in live database because actually it is not runn...
Monday, February 13, 2012
Database Mirroring login attempt by User ' ' failed with error: 'Connection handshake failed',
›
Sometime you may receive an error in SQL Server's log and Database Mirroring stops: Database Mirroring login attempt by user ...
3 comments:
Saturday, February 11, 2012
Ctrl + N shortcut key is not working in SQL Server 2008
›
Ctrl + N key is used to open new query window in SQL Server. It is not working in SQL Server 2008. To enable this we have to c hange the k...
1 comment:
Friday, February 10, 2012
SQL Server connectivity issues troubleshooting
›
Xinwei Hong (MSFT) wrote a great troubleshooting guide on how to identify and resolve SQL Server connectivity issues on the SQL Protocol...
‹
›
Home
View web version