Viewing 15 posts - 286 through 300 (of 320 total)
ColdCoffee, that helps very much. Thanks for taking the time to write that!
May 20, 2011 at 11:55 am
Thanks, John. The reason for so many INSERT statements is that I scripted the table using SSMS, so it, by default, prints an insert for each row to be added...
May 20, 2011 at 6:43 am
ColdCoffee,
Yes, it works. I must have been doing something a little different. Anyway, the one piece I think it's missing is a line that has Joe, ST, CoveredByBase, then all...
May 19, 2011 at 2:45 pm
ColdCoffee,
Thanks for the response. Unfortunately, the query you wrote doesn't return any rows. I wonder if there's something going on with the HAVING clause.
May 19, 2011 at 12:12 pm
Actually, I may have figured it out.
I think what had happened is that I originally created a login Domain\Sales, then mapped a user with the same name to 'Reporting.' Then,...
May 12, 2011 at 7:04 am
yes if you add a user or an ad group you can't set the default database unless you've added the user to that database.
Are you sure? I can click on...
May 12, 2011 at 6:35 am
Ok, here's what I did:
1) I disassociated "Domain\Sales" from the "Sales" database role (that way I could test the user itself).
I tried logging in as Domain\testuser and received an error...
May 11, 2011 at 1:04 pm
I created a test AD user and added it to the Domain\Sales group. Then, I started another instance of SSMS by using Run As... and specified Domain\testuser and its password....
May 11, 2011 at 10:33 am
calvo (5/10/2011)
After this is done, you can create a new login specifying a windows account (or group). Search for the windows...
May 10, 2011 at 8:09 am
Ninja's_RGR'us (5/2/2011)
That's the easy part....
May 2, 2011 at 12:12 pm
<> 'A' would only exclude the one record where Status = 'A'. I want to exclude the entire person if any of his/her records have a status = 'A'.
April 19, 2011 at 12:43 pm
GSquared (3/1/2011)
March 1, 2011 at 12:15 pm
GSquared (3/1/2011)
March 1, 2011 at 11:34 am
GSquared,
I'm not sure you're looking at this the same way that I am. You said:
Here's part of what you posted as a sample result:
Program,Year,Major
Education,2006,Math
Education,2007,Biology
Education,2008,NULL
Education,2009,NULL
Education,2010,NULL
Why would you only have Math in...
March 1, 2011 at 10:04 am
GSquared (2/28/2011)
February 28, 2011 at 3:21 pm
Viewing 15 posts - 286 through 300 (of 320 total)