Viewing 15 posts - 961 through 975 (of 9,253 total)
February 13, 2017 at 8:13 am
it's not rocket science :hehe::Whistling:
February 10, 2017 at 9:52 am
Msg 911, Level 16, State 1,...
February 10, 2017 at 9:49 am
DECLARE @SHRINK_DBS NVARCHAR(4000)
SELECT @SHRINK_DBS...
February 10, 2017 at 8:56 am
IF EXISTS (SELECT name FROM master.dbo.sysdatabases WHERE name = N'MySQLServer_DBName')
...
February 10, 2017 at 6:58 am
February 10, 2017 at 5:55 am
GilaMonster - Thursday, February 9, 2017 3:04 PMor there's an insert within the transaction that we're not seeing
This was my train...
February 10, 2017 at 5:09 am
February 10, 2017 at 5:05 am
i had issues running as a sql server admin user which was not admin on the local pc. I use this
C:\Windows\System32\runas.exe /noprofile /netonly /user:domain\user "C:\Program Files (x86)\Microsoft SQL...
February 10, 2017 at 4:30 am
i'm not talking about encryption at file system level, i'm talking about securing your NTFS filesystem with appropriate ACLs, inline with best practice.
February 10, 2017 at 4:25 am
as i recall it you shouldnt be seeing a lock mode of X for a select statement, SQL Server lock modes
Can you provide more detail of the...
February 9, 2017 at 10:52 am
Viewing 15 posts - 961 through 975 (of 9,253 total)