Reorganing and Rebuilding Indexes and the Transaction Log
We are running SQL 2008 SP2 64bit on Windows server 2008. We have a few large databases that we need to reorganize or rebuild the indexes. The situation I am having is that the Transaction Log grows to...
View ArticleHow to estimate log growth when providing DML
Hi there,what is the way how to estimate log growth when providing UPDATE, INSERT,DELETE on table?I have tested growth on test table which has 25 milion rows of 4 columns, each type int. Whole table...
View ArticleSQL Server ODBC Data Source Test Failed.
Hi,User is member of AD grop and that group have permission on database. When this user tried to connect database through ODBC connection he gets following error and cannot connect:"Microsfot SQL...
View ArticleBackup issues
I am running SQL Sever 2005 connected to a cBizsoft Database. I am trying to use the backup wizard to setup an automated backup. When I get to the end it, I get the error that it needs Integration...
View ArticleTDE-related DMV
Hello!I encrypted one of my test databases with TDE encryption using this code:USE master; GO CREATE MASTER KEY ENCRYPTION BY PASSWORD = '<UseStrongPasswordHere>'; go CREATE CERTIFICATE...
View ArticleTask versus Request -- referring to sys.dm_os_tasks v/s sys.dm_exec_requests
Hello...I am struggling to understand the definition of and difference between a task and a request. My understanding isTask is something that is active and may or may not be executedin SQL Server...
View ArticleHow many hours do you work as a DBA?
Greetings and Happy Thanksgiving. I did a search on google regarding this and surprising found very little. Not really sure where else to ask this.How many hours a week would you say you work as a DBA...
View ArticleLOG_REUSE_WAIT_DESC
I have a problem I can't shrink the transaction log fileis now 11GB and Datafile is 10GBI look into column from sys.database LOG_REUSE_WAIT_DESCit say "REPLICATION"But I can't delete the replication...
View ArticleLinked Server Providers Setting
Hi,Our SQL Server crashes with following error:"SQL Server is terminating because of fatal exception c0000005. This error may be caused by an unhandled Win32 or C++ exception, or by an access violation...
View ArticleAllow In Process
Hi,Under linked servers providers: which of the following providers should be setup for "allow in process"1. ADsDSOObject 2. DTSPackageDSO 3. Microsoft.Jet.OLEDB.4.0 4. MSDAORA 5. MSDAOSP 6. MSDMine 7....
View ArticleFullText Search
I'm trying to create a fulltext-index on a view:create view dbo.vwTrackrsFTSearch with schemabinding as select cast(projectno as varchar(30)) as sprojectno, drnumber, agencycode from dbo.TrackrsCREATE...
View ArticleIs the same thing stored in sql server metadata also when data file size...
In oracle whenever tablespace size increases this information stored in metadata.Is the same thing stored in sql server metadata also when data file size increases.Thanks
View Articlesql server Query
AutoIDSRIDSeatNo6117162172631736418165182661836818469185701867118772175NULLNULLNULLthis table how can i convert like this1 2 3 4 5 6 7 8 17 17 17 0 17 0 0 0 18 18 18 18 18 18...
View ArticleShould I rebuild those indexes?
On right click of database-->report-->index physical statsIn this report there is a operation recommended section in which many indexes are showing needs to be rebuild?Should I rebuild those...
View Articlewhat is difference between diffrential backup and full backup?
what is difference between diffrential backup and full backup?
View Article