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

Moving ONLINE databases into another drive...

Suppose I have one live databases name as 'GBAccount'...I have to move the database file and log file to another drive without any down time..because database can't be OFFLINE for a single...

View Article


Data copy across Linked Server much slower than expected

I'm trying to retrieve data from a SQL Server at a remote site running SQL2008. There is a query involved, but to isolate the issue I've materialised the data, so all subsequent tests are now doing a...

View Article


sql server 2012 - cluster and non cluster indexes

Cluster indexes and non cluster indexes takes extra space right? Is it ok to have only 5/6 non-cluster indexes on tables (not a single cluster index) ?? Will it take more extra space?I have columns...

View Article

Image may be NSFW.
Clik here to view.

BACKUP Detected Corruption in the database log

The logshipping backup job failed with the following error:***Error: Error occured while executing the transact-SQL statement or Batch***Error: BACKUP Detected Corruption in the database logwhat could...

View Article

recovery model

Hi,What should be (recomended)  Recovery model for master,msdb and model databases?Regards

View Article


Problem with backup MS SQL 2008 when database has 2 or mare logs

 Hello!I have database, that has 2 ldf. I try to do backup log via a program  that uses ODBC Driver (SQL Server Native Client 10.0 ODBC ).  But the backup file is not created. And application doesn't...

View Article

Best RAID configuration for my SQL Server 2005

I have SQL SERVER 2005 database running on windows server 2008 with following configuration SERVER:HP Proliant ML380 G7 CPU: 1 RAM: 10 GB of RAM HHD: 3*300 GB HHDs with RAID 5 configuration It has 10...

View Article

azman + SQL Server 2008 : Access Denied

Hi,I am trying to create a new Authorization store with Azman with SQL Server 2008 R2 on Windows Server 2008 Server machine. However, when i try to do that, i get an error from Azman : "Can not create...

View Article


Find unused databases

Hi Experts,I know this is a question asked before. We need to figure out the databases in our servers that arenot being used. We could check from audit logs, profiler trace and some DMV's. But is there...

View Article


understanding parallelism and high cpu

Hi Everyone, I was just doing a readup upon high cpu and CXPACKET wait/parallelism. One thing, which is over my reach is below statement. "worker time is greater than its elapsed time is a great...

View Article

DBCC CHECKDB (master): error 2570 in sys.sysbinobjs

Dear experts,After running the DBCC checkdb against master databas with DATA_PURITY argument, we recieved the error 2570 in sys.sysbinobjs. The complete output is the below (it's in spanish but you'll...

View Article

How to use trigger to create SQL Agent job on secondary replica server from...

I have 2 Boxes Server A and Server B.I have setup always on high availability between these servers.Server A is primary and Server B is secondary.I want to set up a process like if I create sql agent...

View Article

clustering request ques

HI,in my clustering setup quorum and msdtc are locating one node and disks are locating in another node,here clustering working or not?

View Article


Database size

Hi,I want to find the database size and the space reserved for database. I want to check the overall space allocated to database including current database size and space reserved.Regards

View Article

Strange behavior of select query; it doesnot return rows whereas table has data

the following select query returns: Select * from sales where CustLastname ='Smith' Dave    Smith John    Smith Marry    Smith ........ Lets say large out put of million rows. The output has other...

View Article


SQL Server Target Memory

Hi AllI have few SQL 2008 R2 32bits on Server 2008 32bits, I leave all the min and max memory setting to default ( i know it's a bad practise). I start up all the sql servers and check their target...

View Article

Estimated Time to for Backup

Dear All,I got a task to take a backup of a database which is 400GB.Before that i need to provide estimated time.I know it depends on how the server is responding.Server config 256GB RAM n 24COre...

View Article


How to free space after truncating a table?

Hi all,I have a question about freeing space in SQL server.After I trucate a table in the db using truncate table statement, I did not get any free space. I also try to shrink db using GUI but also did...

View Article

Log shipping Copy Job hangs

Hi,I have several DBs on 2008 R2 log shipped to DR server. Quite often Copy Job for some DBs can run for days (I assume hangs as normally it completes within minutes). Restart of the Job does not...

View Article

how to change database recovery mode from standby to with recovery

Hi,how to change database recovery mode from standby to with recovery

View Article
Browsing all 15930 articles
Browse latest View live