Viewing 15 posts - 1,741 through 1,755 (of 4,477 total)
I have a very strange problem. From time to time on a production servers the...
June 12, 2018 at 10:54 am
Is there a possibility to find from T-SQL when the Regional Settings and the Date...
June 11, 2018 at 4:06 pm
June 11, 2018 at 3:59 pm
June 8, 2018 at 4:24 pm
This would be the other method with execute as owner: USE SomeDatabase
GO
--sysadmin needs to create
CREATE PROCEDURE RunExtendedProc
@FileName varchar(255)
WITH EXECUTE...
June 8, 2018 at 1:55 pm
I'm at work and don't have the time to test right now nor the...
June 8, 2018 at 1:28 pm
June 8, 2018 at 11:25 am
So this is how the code looks now
#######################
<#
.SYNOPSIS
Creates a DataTable for an object
.DESCRIPTION
Creates a...
June 8, 2018 at 10:48 am
June 8, 2018 at 9:07 am
June 8, 2018 at 8:32 am
June 8, 2018 at 8:22 am
June 7, 2018 at 4:47 pm
June 7, 2018 at 3:59 pm
Viewing 15 posts - 1,741 through 1,755 (of 4,477 total)