LSN - is it a global indication all across the instance or per DB value
I need to restore many DBs to the same point.I know I can restore them with stopAt time, but I'm afraid I could lose some transaction that would happen in that exact time.I think using the STOPATMARK...
View ArticleRegarding Backup Schedules
Hi all,1) I scheduled full backup on Sunday.2) Differential Backup every day twice for every 12 hours.3) And Log backup every hour.But , i will be taking a full backup of necessary database (to place...
View ArticleExecuting same sproc on 2 different machines (Development & Staging), same...
Hello,I have SQL Server 2012 instance installed on 2 different machines, one is my local machine (Development) and other on a Staging environment. The server version's and editions are all same.When I...
View Articlehow to select the column with respect to language in sql server
USE Master SELECT * FROM SysMessages GOwhen i execute the above query, in description column am getting English and Chinese , here if i want to select only English .how can i select only English...
View ArticleSnap file is created automatically on my SharePoint database ?
Hi,On My SharePoint Database a snap file is created which consumes lots of space and the performance of server is degraded.The snap file is created automatically and its also removed automatically...
View ArticleDatabase backup
HelloI've came to situation where I can not find who is backing up the server. :)At a specific time database get backed up with two tools. One is known, another is the one that needs to be tracked....
View ArticleSimulated buffer.
In SQL sever 2012, there is a new concept Name "Simulated buffer" , is there anyone know what's it? Please click the Mark as Answer button if a post solves your problem!
View Articlephysical Connection Is Killed, Session Is Killed in extended events logs
hi all we are experiencing app timeouts and i am seeing nothing on db logs when i dig into extended events system health session i am seeing below info at same time...
View ArticleSQL Query fails with Fetch error
We are running JDE ERP 9.0 and have a report that gets this error“JDB3300020 - Fetch not allowed. Prior successful Select operation required for this request.” I’ve been troubleshooting this problem...
View ArticleSQL Server 2008 Error occurring when trying to attach database
Hi.I'm trying to attach a database in Management Studio but am recieving an the following error. What can I do to resolve this? I'm using an Administrator account...
View ArticleQUERY window problem
hi team ,i am able to connecting sql server , but click the new query window getting below error.
View ArticleProvider to link to Oracle server
I have a question relating to compatability, and the Microsoft documentation seems unclear. Here are the system specs:Windows Server 2008 R2 (64 bit) StandardSQL Server 2008 R2 (64 bit) StandardThe...
View Articleestimated execution plan vs actual execution plan
estimated execution plan vs actual execution plan 1. What is the difference between estimated execution plan vs actual execution plan? 2. What is the benefit of using estimated execution plan and...
View ArticleProblem in connecting to database engine
I have installed sql server 2008 R2 on my system. And it was running fine. Then I have installed MS Dynamics NAV 2013 on my system. Now i am not able to connect to my instance of SQL Server.I have...
View ArticleWhich of these three sql code with same result does have the best optimal...
Problem statement: Which of these three sql code with same result does have the best optimal performance? If you run three source code at the same time and each source code has a batch with different...
View ArticleVersioning Tool for SQL Server?
Problem: Does Microsoft have a versioning tool for SQL server? I'm thinking about similiar tool as visual studio team foundation but for SQL server? WOuld like to see any changes in a stored procedure...
View ArticleRestore backed up (.BAK file) from different server
Good Day,I have backed up database (.BAK file) in the production, the file is on the Prod box, I would like to restore the .BAK file in to Dev from Prod, is it possible to de that, because we don't...
View ArticleSQL Logs Size Increasing automatically
Hi,I am facing a very strange issue in my SQL Server 2008 R2 Logs folder.Actually in every 10 seconds SQLDump0000,SQLDump0001,..... and so on named files are being created automatically in the Logs...
View ArticleAbout Logical Reads
Problem:1. If you run a SQL code and you read the logical reads. is it benefit for performance issue to have low value of logical reads not matter what? 2. What is the definition of logical reads?' Im...
View ArticleDrop all the Primary keys in the database
Hello,I do have a database called "TestDB" (for instance), in that database there are 10 tables, I would like to drop/delete all the primary keys from all the tables using script, because we would like...
View Article