Viewing 15 posts - 1 through 15 (of 98 total)
Hi, Can you please let me know how to do those reservations in the system.
May 24, 2016 at 1:10 am
Hi Experts, adding to the above details, below are the error messages logged in sql server at the time of job failure.
The lease between availability group XXX and the Windows...
May 13, 2016 at 12:24 am
Check the fragmentation of all indexes by using sys.dm_index_usage_physical_stats.
If the fragmentation is more than 35% --Rebuild all the indices.
Ask the users about any change of code..? If so, Check for...
January 24, 2013 at 5:17 am
Your Windows Machine is 32-bit or 64-bit.
If 32-bit, Please Enable AWE. For 64-bit machines it is auto enabled.
If possible, increase the Virtual memory on your machine.
December 6, 2012 at 3:44 am
In 2005 it is not possible to encrypt the whole database. TDE is the feature which is available in sql server 2008 with this feature you can encrypt the complete...
March 9, 2012 at 5:11 am
Can anyone help me to sort out this issue.
Today i faced problem with this server, suddenly there is nothing executed on this server.
In Event Viewer i noticed the Error :...
February 14, 2012 at 2:12 am
Hello Mr.Jay,
Did u sort out this issue...? can u share the solution, am facing same issue.
TIA....
February 13, 2012 at 4:58 am
IF OBJECT_ID('tempdb..#CheckDB') IS NOT NULL
DROP TABLE #CheckDB
CREATE TABLE #CheckDB (LogDate DATETIME, ProcessInfo VARCHAR(50), [Text] VARCHAR(500))
INSERT #CheckDB
EXEC XP_READERRORLOG 0, 1, 'CheckDB'
SELECT SUBSTRING([Text], 23, CHARINDEX( '''',[Text],23)-23) AS DatabaseName,
SUBSTRING([Text], CHARINDEX( '2',[Text],PATINDEX('%errors%',...
January 18, 2012 at 4:44 am
I got a query, which results when DBCC CHECKDB was ran last time. so that i came to know it was executed yesterday.
January 18, 2012 at 4:17 am
No I didn't find any thing in errorlogs about DBCC CHECKDB.
DBCC CHECKDB was last executed on 2012-01-17(i.e., yesterday). But since 13/12/2011 there are no error logs..
January 18, 2012 at 3:02 am
Thanks a lot for quick response.
Autoclose option is set to false.Now i started profiler to check.
I can't find any thing from SQL ErrorLogs.
January 18, 2012 at 2:00 am
Thank you for your input,
In No Recovery mode i can't access the Database in QA.
Here the thing is i want to access and needs to do modifications in QA Database...
January 4, 2012 at 12:18 am
Duplicates are ok with my case and this is not Production Server. it is in DEV environment.
January 3, 2012 at 4:17 am
Temporarily data is in very less size and as of now am copying the data to QA Server according client request with simple insert into Statement.
January 3, 2012 at 3:55 am
Thanks for your input gail.
my requirement is exactly what u mentioned. i.e., i want to copy the new data which has changed(insert,update,delete in source Server) to Destination(in my case QA).
i...
January 3, 2012 at 3:33 am
Viewing 15 posts - 1 through 15 (of 98 total)