Viewing 15 posts - 8,311 through 8,325 (of 26,490 total)
What are you trying to show? Based on your post I don't see any reason for a running total.
March 27, 2013 at 9:06 am
Edit: Nevermind, should have kept reading before posting.
March 27, 2013 at 8:26 am
Or convince your powers that be to change what they are asking you accomplish.
March 25, 2013 at 6:35 pm
abitguru (3/25/2013)
Lynn Pettis (3/25/2013)
abitguru (3/25/2013)
I will try Lynn solution, and see if it "fits".
I will post...
March 25, 2013 at 6:34 pm
abitguru (3/25/2013)
I will try Lynn solution, and see if it "fits".
I will post real code of...
March 25, 2013 at 4:32 pm
Here is a start: sys.database_permissions
March 25, 2013 at 4:31 pm
GilaMonster (3/25/2013)
abitguru (3/25/2013)
March 25, 2013 at 3:20 pm
abitguru (3/25/2013)
to numerate I select by parameter to use by fields cereq and use the field proximo to get next number,
insert using number get from previuos query...
March 25, 2013 at 3:19 pm
Well, look closely at the descriptions. You will see database_role, windows_user, sql_user. The ones you don't see under users are probably the database_roles.
Guess where you will find those in...
March 25, 2013 at 3:09 pm
The FOR XML is tokenizing the greater than sign (>). Would need to see all the code to actually help you.
March 25, 2013 at 3:05 pm
KoldCoffee (3/25/2013)
March 25, 2013 at 2:58 pm
KoldCoffee (3/25/2013)
March 25, 2013 at 2:56 pm
KoldCoffee (3/25/2013)
March 25, 2013 at 2:55 pm
For the list of Logins that matches Databases > Security > Logins, try the following:
select * from sys.server_principals where type in ('U','G','S');
March 25, 2013 at 2:48 pm
KoldCoffee (3/25/2013)
select name, type_desc from sys.server_principals;
When I run that and do a visual comparison with results of database->security-> Logins, it does not match.
I need to be able to make a...
March 25, 2013 at 2:39 pm
Viewing 15 posts - 8,311 through 8,325 (of 26,490 total)