Quantcast
Channel: SQL Server Database Engine forum
Browsing all 12844 articles
Browse latest View live

sys.dm_tran_database_transactions vs. dbcc opentran.

Greetings. I've been using sys.dm_tran_database_transactions to detect which queries are making my TLogs grow, but wouldn't it also stand to reason that dbcc openTran would be an equally effective (if...

View Article


Msg 22832, Level 16, State 1, Procedure sp_cdc_enable_table_internal, Line 607

I am trying to enable cdc on one of my tables, and I get the following error and nothing I have found seems to work,Msg 22832, Level 16, State 1, Procedure sp_cdc_enable_table_internal, Line 607 Could...

View Article


WIll cancel sql server database backup cause anything to be hurt?

I run full backup of one big database. After 20 seconds, I click "stop action now" to cancel this backup. Will it cause anything to hurt? Want to make sure that database is still safe.Thanks

View Article

SQLutilising more memory than allocated memory

Hi,SQL edition : 10.50.2500.0 SP1 Enterprise Edition (64-bit), available RAM-96GB, but SQL uses 64GB though MAX server memory is 49152 MB only.We are using only one external3rd party tool called...

View Article

Configuration Manager issue...

hi Team,while we are trying  to open the sql server configuration manger we are getting below error.error message: SQL Configuration Manager Connection to target machine could not be made in a timely...

View Article


Upgrade process for SQL server 2005 service pack4 on stand alone and cluster...

Hi All,We have iniated a process of upgarding sp4 for all sql 2005 stand alone and clusters servers.Please provide me the step by step process for installing sp4 and roll back paln for sql 2005...

View Article

Load on SQL Database Is gonna be increased!!!!

Hi , Could you please let me know what are the parameters that has to be considered if load on database is going to be increased by 50 % on a day.I am working in shop,related to transactional system...

View Article

Are log files shrunk in order of transactions?

Greetings. Here's the scenario:Transaction1  starts, The log file grows to 50% disk capacity because of Transaction1. Transaction2 starts.The log file grows to 95% of disk capacity because of...

View Article


Index Maintenance plan

say 89 % fragmented as soon as (5 hours) after i re-index with fill factor 80%.In my case i have less index storage used which is less 10 MB but fragments quickly. How should i setup the maintenance...

View Article


sql 2008 Database Mail Issue - ExternalMailQueue disabled

I currently have a sql server 2008 SP3 CU 7 64 bit enterprise edition sql server running on windows 2003 64 bit SP2.  Our db mail was not being sent since the externalmailqueue was disabled.  Enabling...

View Article

Instance names?

Hello,I have two names:Server\Database1Server\Database2would it be instance names or databases names attached to the server under the default instance?Sometimes the instances are...

View Article

Openrowset Error

Hello All, When I execute the following query I get the error:SELECT * FROM OPENROWSET (                      'Microsoft.ACE.OLEDB.12.0',            'Data Source='C:\Test.xls;Extended Properties="EXCEL...

View Article

Want a Service Pack?

You may have noticed that it was a while since Microsoft released a Service Pack. They keep pumping out Cumulative Updates which include many fixes, but these CUs include a disclaimer that you should...

View Article


Restore a Database with Differential

Hello All,I'm new to this forum after read a few question error it given me little bit more understanding. But here's my problem I was create a database implement some tables than make a 'Full Backup'...

View Article

Transactions/Second and Worker Threads

1. How to find out the transactions per second for the database. Is transactions per second a parameter for a server or for a database? For how long this paramter is stored. Is it from the last SQL...

View Article


Wndows could not start the SQL Server (MSSQLSERVER) service on Local computer

I have 2 instance of SQL Server in same server. A is installed first and B next.Somehow A cannot start at all when I try to start from Windows Services.B can be started normally.A worked normally week...

View Article

which one I need to go Rebuild Index or Rebuild FT Catalog ?

Hi We using SQL Server 2012 Standard version and We have created a new stoplist for existing full text search indexed table.After creating new stoplist, we are in confusion to do rebuild . Shall I go...

View Article


sql server 2008 R2 sp2 not displaying anything in sql server config tool

Hi,SQL server configuration tool is not loading anything.DB is up and running and is accessible over management studio.everything listed under services.Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0...

View Article

Unable to take a backup after repairing suspect database...

Hi AllI have recovered a database from suspect mode by the following steps.1. EXEC sp_resetstatus '<Database Name>';2. ALTER DATABASE <Database Name> SET EMERGENCY;3. DBCC...

View Article

Errorlog filling with changed language setting and changed database context...

On one of my servers, the ERRORLOG is filling with messages for "Changed language setting to..." and "Changed database context..." for every single connection.  They are generated for any kind of...

View Article
Browsing all 12844 articles
Browse latest View live


Latest Images