Quantcast
Browsing all 15889 articles
Browse latest View live

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 Article


How 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 Article


SQL 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 Article

Backup 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 Article

Image may be NSFW.
Clik here to view.

TDE-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 Article


DTS package history

Hi,How to check if DTS package run? Where to see history.Thanks

View Article

Task 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 Article

How 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 Article


LOG_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 Article


Linked 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 Article

Allow 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 Article

in logshipping my primary database shirnk will be affected to secondary...

ThanksThanks, Purna

View Article

What are the editions Logshipping supporting?

thanksThanks, Purna

View Article


How to start the default instance of SQL Server in single-user mode through...

ThanksThanks, Purna

View Article

FullText 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 Article


Is 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 Article

sql 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 Article


Should 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 Article

what is difference between diffrential backup and full backup?

what is difference between diffrential backup and full backup?

View Article

DB Memory High

hi,Need any feedback, why my DB Memory so high and how to solve. tq.

View Article
Browsing all 15889 articles
Browse latest View live