Quantcast
Channel: Forum SQL Server Database Engine
Browsing all 15694 articles
Browse latest View live

SQL server shutdown

HI allI find the one of my sql server service suddenly shutdown. how can I know it's shutdown manually or accidentally?Beside sql errorlog file, are there any method which I can dump more information...

View Article


Why heap table doesn’t support Ghost records?

Under default isolation level,we know index data page or non-clustered index leaf page supports ghost records ,but heap table doesn't.So my question is why heap table doesn’t support Ghost records?

View Article


Database in Recovery Mode

I have a big delete operation, then while deleting the server went on a restart.When opening the server again, I got the database In Recovery mode.What is the solution?

View Article

SetFileIOOverlappedRange Error AFTER Installing SQL Server 2008 R2 SP2 / Win...

SQL Server 2008 R2 - 64 BitVersion: 10.5.4260 (SP2 CU1)OS: Windows Server 2008 R2 Enterprise 64 bit SP1 With Hotfix 2679255 installedSQL Server Trace flag 8903 enabledIn the environment described...

View Article

[FullText] Indexer seems to cut up some words at accent position

I have a full text catalog defined on 2 VARCHAR columns of a single table. It works well except for a few words where indexation seems to cut the term where an accent is found. It doesn't do it for all...

View Article


Availability Group Listener and Named pipes

In a 2 node Availability Group with tcp and named pipe protocols enabled, how can you get named pipes to work ?Say for example I have a Windows cluster called DEVL with 2 nodes DEVLA and DEVLB with an...

View Article

Any way to tell who created a job or more detailed history?

Had the case a few days ago I get an email about a job that failed.  Although the name looked familiar, after taking a look at the server, I concluded it was not something I had worked on.  What are...

View Article

SQL Server 2008 on VM

Hi,We migrated our sql server instances that are mix of 2005, 2008, 2008 r2 (standard, enterprise) from physical to virtual. We have UCS in our data centre. In VM environment we are sharing CPU. Our...

View Article


Need to script/loop adding new databases to SQL 2012 AlwayOn configuration...

Greetings! I've installed and successfully configured our SQL 2012 AlwaysOn 2-node servers for our new "Intranet" that is coming out. I've gotten AlwaysOn working great, and our Front End servers for...

View Article


Deadlock reports not appearing in log

On our dev system, the trace flags 1204 and 1222 are on, deadlocks are detected and resolved, the reports appear nicely in the profiler, but they are not appearing in the system log.  SQL 2008 not R2,...

View Article

SSIS package and Performance

We have a SQL server which has 24 GB RAM that runs slowly when doing a big SSIS package run (last about 4 hours). I see Page Life expectancy is very low , it goes down to 7 when the packages are...

View Article

calling an sp with dbo. specified

I have heard rumors that calling a stored procedure runs a little faster if you specify the schema, as in "exec dbo.mysp".We have an app that is sending commands to SQL Server as RPCs, judging by the...

View Article

Image may be NSFW.
Clik here to view.

can't locate foreign key

Hi,Newbie question. if this is not the right forum, let me know (I'm sure someone will!) SQL SERVER 2012 - I cannot create a foreign key. Error is: Unable to create relationship...

View Article


Indian Standard DateTime without based on System DateTime

Hi all,I am unable to get the Indian Standard DateTime without based on System DateTime in sql server 2008 r2.Can you please solve my problem.Thanks in advance

View Article

Which is better ? DBCC MEMORYSTATUS or sys.dm_os_sys_info ?

Am a beginner to SQL Server usage. What is the difference between using DBCC MEMORYSTATUS to get the memory usage detail (i.e. % of memory usage), and using columns from sys.dm_os_sys_info ? I heard...

View Article


Nolock hint

I have a SQL server database using SQL Server 2008.I had an update performance issue and found that it block by a stored procedure select SQL.I put with (NOLOCK) on the stored procedure and the issue...

View Article

How to find our that the sqlserver have got enabled MSTSC ?

Please anyone let me know hot to figurout that the sqlserver was having MSDTC.

View Article


Deadlock captures: "FETCH API_CURSOR..." but not query behind it......

This article shows how to "unmask" the sql query behind a FECTH API_CUSORhttp://www.sqlskills.com/blogs/joe/hunting-down-the-origins-of-fetch-api_cursor-and-sp_cursorfetch/that is shown in a deadlock...

View Article

How to reduce DB restore hrs

Hi,            We are facing some slower DB restoration in one of the production Server. Is there any best method, where we can to reduce DB restoration ?Let me give overview :Our database size is 8...

View Article

how to find out perticular database has performance issue?

I have Altiris application database on sql server 2008 R2. user is requesting to find out performance issue on database.I need to know how to troubleshoot for perticular database performance issue or...

View Article
Browsing all 15694 articles
Browse latest View live