SQL
MS SQL and .net Development
Pages
(Move to ...)
Home
▼
Monday, June 30, 2014
Unable to remove SQL Server 2008 after removing from cluster
›
I was unable to uninstall SQL Server after it was removed from Failover Cluster Manager. It was logging below error in application log: P...
Monday, June 23, 2014
Finding a Table in all databases on Server
›
dbo.sp_MSforeachdb procedure will execute the attached string as a command against every database on the server. Any question mark(?) , wi...
Monday, June 2, 2014
Find Table with Max. rows & Size
›
You can use the below query to get all tables with No of rows and size. User required View Database State permission on the Server to use b...
10 comments:
Monday, May 26, 2014
Session Details
›
Use below queries to get the session details SELECT S.Session_ID AS [Session ID], S.Status, S.Host_Name AS [Host], C.Client_Net_Address A...
1 comment:
Monday, May 19, 2014
Move TempDB files to different location
›
Use below query to move TempDB data and log files to some other location/drive: ALTER DATABASE Database_Name MODIFY FILE ( NAME = Logical...
‹
›
Home
View web version