Viewing 15 posts - 151 through 165 (of 242 total)
Index maintenance cause pages to flush out, so if you have index maintenance jobs scheduled it could be the one of reasons other then described above.
January 22, 2018 at 11:15 am
I usually take database offline before restore as some apps/services keep on connecting to database.
-- run against database which you want to take offline
declare @getdbid int...
January 17, 2018 at 11:54 am
it didn't work, probably something to do with collation, I am on SQL_Latin1_General_CP1_CI_AS
print CONVERT(VARCHAR(3), ASCII('=')) + ' = ' + CHAR(240)
print CONVERT(VARCHAR(3), ASCII(N'=')) + ' =...
January 16, 2018 at 2:03 pm
another way of doing backup for all databases, I use this for SQL express backup via sqlcmd/task schedular, BTW you can use SQL agent from standard/developer/enterprise edition to take backup...
December 18, 2017 at 12:44 pm
you might want to do sys.configurations comparison before you call Apple.
December 18, 2017 at 12:35 pm
I am not aware of cross-compatibility issues but you may want to try that , but I doubt there will be any cross-compatibility issues with SQL 2016, and Yes ,...
December 18, 2017 at 12:32 pm
Never mind I found the correct syntax
USE [msdb]
GO
/****** Object: Alert [Alert High CPU % (WMI)] Script Date: 12/6/2017 1:38:57 PM ******/
EXEC msdb.dbo.sp_add_alert @name=N'Alert...
December 6, 2017 at 12:11 pm
make sure you use FQDN for listener e.g. listener_name.domain.com when use ping or for connection.
December 6, 2017 at 9:17 am
That is one way of doing it, you could use replication [snapshot?] or use import export wizard
December 1, 2017 at 11:32 am
lol, my day is just fine, I wish very good day for you too
November 30, 2017 at 5:49 pm
Well I guess, I mentioned in my earlier post executing handle should be the second step, it should execute only if the 1st step (recycle) fails, I still think it...
November 30, 2017 at 4:04 pm
just for clarity see the example below, my apologies in advance for not mentioning the correct filename again .
Handle.exe -a C:\Path\To\Resource\That\Is\Locked\Open > Output.txt
November 30, 2017 at 2:20 pm
I may be wrong but my understanding is that process explorer is graphical tool, you probably need to use keyboard shortcut Ctrl+F. or click the “Find” menu and select “Find...
November 30, 2017 at 2:13 pm
thanks, it is readable now
November 30, 2017 at 1:44 pm
Viewing 15 posts - 151 through 165 (of 242 total)