Viewing 5 posts - 1 through 5 (of 5 total)
I am part of an AD group. The group does not have permissions to create or alter logins.
August 16, 2016 at 2:45 pm
My question is, How do I deny Alter Login permission? Or rather what permission is allowing me to create my own login?
August 16, 2016 at 2:33 pm
i get a syntax error when i run this. "Incorrect syntax near '@num'."
Lynn Pettis (3/3/2010)
preetshari (3/3/2010)
Does this accomplish what you require?
DECLARE @num...
March 3, 2010 at 1:34 pm
Yes but i need to return the updated LastUsedIndex.
Does this accomplish what you require?
DECLARE @num int -- or what ever type it is
BEGIN TRAN
UPDATE SeqNumbers
@num =...
March 3, 2010 at 12:39 pm
Viewing 5 posts - 1 through 5 (of 5 total)