How can we help you today? How can we help you today?
shawnC

Activity overview

Latest activity by shawnC

Detection of Logins should use SUSER_ID
The code generated to test for an existing SQL login is thisIF NOT EXISTS (SELECT * FROM master.dbo.syslogins WHERE loginname = N'xxx') CREATE LOGIN [xxx] WITH PASSWORD = 'p@ssw0rd'...
1 follower 1 comment 0 votes
SQL Compare does not detect disabled indexes
Hi tl;dr: SQL Compare does not detect disabled indexes More... I was playing with a bulk load script for test data. In this, I disable constraints (CHECK and FK) and triggers. However I wanted to d...
3 followers 6 comments 0 votes