Powershell
Hi Experts,Looking forward to get the SQL related services for all the servers in my domain.I got this Get-service -displayname *SQL* But, could you please share the script that will go through all the...
View ArticleWhile i was logged in SQL server following error was occurred : A connection...
While i was logged in SQL server following error was occurred : A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (Provider: SSL...
View ArticleAdd indexes to Secondary Database
hi all is it possible to create index on secondary server which are in Transactional replication.I configured Transactional replication,i want to create Index on secondary server without creating...
View ArticleAgent Job:LSBackup_TCD does not create a T-Log file?
Hi experts, I setup a log shipping to archive transaction log but it does not create a T-Log file. What's wrong?The file 9/16 2:39am is created by T-SQL manually. By the way, I have checked the...
View ArticleError chain starting with write failure (error 655) during a DBCC CHECKDB...
Hello,We experienced the following error chain (extracted from the SQL Server logs) that ultimately caused our instance to restart and fail over one of our primary AGs, causing us unexpected (albeit...
View ArticleTlog file
Hi,My Tlog file is filled with 99% then what I need to do. Generally what are the steps that included do reduce the Tlog file.
View ArticleDMV's and DMF's
Hi,Difference between DMV's and DMF's. Pls list out DMV's and DMF's seperately.
View ArticleBackup files
Hi,How do we check the backup files are validated or not.How do we check to know where the backup files are located?
View ArticleTlog file
Hi,After shrinking the Tlog file, the space is not reduced what may be the reason. what we need to do?
View ArticleExchanging data between databases fails in scheduled jobs
In a environment where multiple servers running SQL-Server 2005 support various databases i have to exchanga data and results between two databases running on different servers. The transact-sql...
View ArticleSQL 2008 R2 Best Practices for Updating Statistics for a 1.5 TB VLDB
We currently have a ~1.5 TB VLDB (SQL 2008 R2) that services both OLTP and DSS workloads pretty much on a 24x7x365 basis. For many years we have been updating statistics (full scan- 100% sample size)...
View ArticleRecover space by deleting images
Hi We have a table in a database which has a column of type image. The database has grown tremendously in size so we wanted to move the data in the image column to disk and we did to part of the...
View ArticleDBCC CHECKDB Performance
Hello,We have built a new virtual server to replace an old physical server to host one of our databases (still running SQL Server 2005 SP4 Standard however). When I have run a DBCC CHECKDB command on...
View Articlepartial view server state via sp and execute as?
Hi all,A user requested to be able to select from sys.dm_db_missing_index_details and sys.dm_db_index_usage_stats. To select this two dynamic sp the user would require permission VIEW SERVER STATE....
View Articlehow snapshot backups works
Hi,I'm trying to find how snapshot backups works.I know that custom backup applications can connect to sql server through VDI API and send a backup instruction with the "with snapshot" parameter to...
View ArticleLinked server to access error
I created a linked server form SQL 2008 to a accesss database.I can show the content of some of the tables in the access database.But when I try to open some other tables in the same access table it...
View ArticleSQL Server High Performance and Product Selection
Hi Forum, Can anyone confirm the following understanding:- - Both parallel process in one instance or multiple instances (MPP), it is not In-Memory computing yet. - Parallel in one instance...
View ArticleCannot Access MDF files for Database Attachement
Hi everybody,I am having an issue in selecting a database for attachment. Within my SQL SERVER instance, I right click on DATABASES to ATTACH, I get the Attach Database dialog box. I hit the 'add'...
View Article