Viewing 15 posts - 16 through 30 (of 85 total)
I ran this:
exec sp_change_users_login 'Report';
and it returned nothing. Not sure what that means.
September 14, 2009 at 1:06 pm
Sadly, the detach/reattach thing was not an option this time. Long story.
I will try the SP. Thanks.
September 14, 2009 at 12:53 pm
I don't generally bump things, but since this was posted late on a Friday night and has no replies, I'm hoping that a Monday mid-day bump will help things.
thanks in...
September 14, 2009 at 12:04 pm
as for NULL value, its the Loginname value returned in sp_helpuser, can point to an orphaned user if its NULL.
In which field, though?
August 28, 2009 at 12:49 pm
george sibbald (8/27/2009)
August 28, 2009 at 8:01 am
A couple of problems with that:
1. The users didn't exist in Master until I ran that script which told me they were already in existence.
2. When I tried to drop...
August 28, 2009 at 7:47 am
and just as important, why would redgate generate code that doesn't work?
August 27, 2009 at 2:43 pm
Yeah, that's what I meant. I checked in both the security section for the desired database and the main security folder.
Having said all that, I just discovered they are in...
August 27, 2009 at 2:36 pm
AAAAAUUUUUUGHHHHHHHHH!
It's OK if I yell here, right?
Sorry, I am inheriting other people's code and totally didn't catch that there is a temp table and real table with almost the same...
August 24, 2009 at 1:15 pm
I'm sorry for causing confusion. I have several of these jobs. My question was about the # signs, so I copied and pasted the particular one I had highlighted at...
August 24, 2009 at 1:00 pm
But that wouldn't explain why this thing works just fine on the old database. It runs successfully every morning.
August 24, 2009 at 12:50 pm
John Sansom (7/31/2009)
As a preventative measure, you may want to take a look at the freely available SQL Server Injection detection tool, Scrawlr, available from the clever chaps at HP.
That...
August 4, 2009 at 12:46 pm
bitbucket (7/31/2009)
Log Parser 2.2 available from:
Microsofts description
Log parser is a powerful, versatile tool that provides universal query access to text-based...
August 4, 2009 at 12:46 pm
BenBooth (7/31/2009)So basically if the command was a sql injection attack unless you log the commands sent from the web app somewhere and can tie those commands back to session...
August 4, 2009 at 12:45 pm
These are all great suggestions, folks! Thanks very much!
August 1, 2009 at 9:12 am
Viewing 15 posts - 16 through 30 (of 85 total)