Quantcast
Channel: Fórum SQL Server Database Engine
Browsing all 15680 articles
Browse latest View live

Cannot open backup device 'F:\foldername'. Operating system error 5(Access is...

SQL 2005 EnterpriseEven if I logon as Administrator and try to backup any of my databases to local partitions, I get this error below. I have been operating fine up until this point and doing backups...

View Article


SQL Server 2012 FileTable UNC share with FileSystemWatcher listening for changes

Is this possible?  I have a FileSystemWatcher defined in my app and it works fine on local paths, even when I share out the same path through a UNC.  But when I change it to the UNC share for my...

View Article


sys.dm_os_performance_counters

Hi All,SELECT*FROM sys.dm_os_performance_countersis not returning any data on one of my server, please let me know where can i check to troble shoot this issue.Thanks,Satish KumarThanks, Satish Kumar....

View Article

Database Full could not expand drive full..

Hello,A SQL Database is full.The Disk Drive is full, no possibility to expand the drive..The database was trying a recovery process but failed due also to the drive full.I launched again the repair and...

View Article

How to copy SQL Server database file while instance is running?

Hi,I would like to copy database data and log files without taking instance down or database in offline mode. Is there a way to do this without using any third party tools i.e. copy locked...

View Article


Operating System Error 170(Requested Resource is in use)

I have a issue in my test environment which is continuously occuring from the installation of SQL server. Whenever i log on to SQL server instance receiving pop-up "Log for tempDB is not available,...

View Article

SQL Server 2005 Reporting Services Not Started

Hi,Reporting Services service (sql server 2005 standard edition, sp4) stopped. When I try to start it from windows services there is error:"Count not start the SQL Server Reporting Services (SQLServer)...

View Article

Database Backup suddenly Slower by 7 times

Hi AllI have a database about 20G, originally it takes about 150s to backup, but today it takes about 900s to backup.I use perfmon to mon, there are nothing special. and the SAN also has no alert or...

View Article


Profiler trace is stopped unexpectly everyday

Hi allI'm having problem with Profiler for couple of weeks. I setup trace to get info from remote db. it was working fine until last month.the problem is that trace is stopped at 7:59 exactly everyday...

View Article


blocking from xp_sysmail_format_query waittype of preemptive_os_getprocaddress

Hi! We have a hung process with wait type of preemptive_os_getprocaddress. The process's last statement was xp_sysmail_format_query. I tried killing the proc, but now it just in killed/rollback status....

View Article

specifying same value for both min and max server memory in SQL server

Hi,Running with SQL2008R2Ent 64 bit SP2 on Win 2008R2 enterprise , we have had the max and min server memory of the SQL properties changed to utilize 50GB of RAM, this came from an application...

View Article

does a view use the underlying indexes to run faster?

Hi.  We may want to start using a view for one of our fact tables.We are concerned that when we query this view and add a where clause that references underlying table indexed columns,  that sql will...

View Article

High No of Active Connections Causes Denial of Service?

Hi,We had an incident recently where our SQL Server was refusing remote connections. I was able to RDP onto the Server and connect to it locally. Someone was running an EntityFramework application...

View Article


Does SQL 2012 support Federation like Azure SQL does ?

looks like not ?Max

View Article

SQL Database user moved under System Databases

Hello Experts, I have a software that is running with SQL Server 2005. The software has an tool to configure replication between the 2 dbs I have. When the tool asked me for a name of my distribuitor...

View Article


How to get logins from a master database backup without rebuilding ?

I migrated more than 200 databases from one SQL server to a new SQL server. I also transferred logins,jobs,linked servers etc.I used the official method ( using sp_help_revlogin ) for transferring...

View Article

VLFs

I was doing some research and found the following code that is supposed to bring the VLFs(virtual log file)in the log file down. Was wondering if this is the correct approach? I have read Kimberly's...

View Article


Unable to open physical file - Operating system error 5: 5(error not found)...

I am trying to attach a database to SQL 2005. This database has not previously been attached. I have only just installed SQL. I get the following message: Unable to open physical file...

View Article

Logshipping Copy and Restore Jobs not running

Hi Team,I have configured logshipping on a database in domain. It was working well by yesterday. Today, backup job on primary server going on well but copy and restore jobs are not running according to...

View Article

Why does Recompiling Sprocs resolves blocking

Dear Experts ,I wanted to have an in-depth understanding of "why would recompiling a Sproc resolves blocking ?"The tables accessed by Sprocs are really small .So its not out of date stats or index...

View Article
Browsing all 15680 articles
Browse latest View live