Viewing 15 posts - 31 through 45 (of 93 total)
Hi Steve,
Yes pretty sure I was logged in as a sysadmin, I also ran sp_password in isolation outside the userpass_test SP in the same Query Analyzer session and it worked...
July 17, 2006 at 11:43 am
Hi John,
The message reported when executed in QA is "Password Changed", Also I changed the line
EXEC @returnvalue=sp_password @new=@pass, @loginame=@user
SELECT @returnvalue
and @returnvalue contains 0, but the password is...
July 17, 2006 at 9:55 am
Ahh, thanks Rudy, I had made the mistaken assumption that sp_changedbowner was a system sp that was only in the master database
Cheers
July 6, 2006 at 3:17 am
With a bit of Jiggery Pokery, I've managed to get a solution using xp_cmdshell and osql
DECLARE @dboname varchar(200)
DECLARE @CMD VARCHAR(200)
DECLARE @OSQL VARCHAR(200)
SET @dboname = 'NewDBOName'
SELECT @CMD = 'USE ' + @dboname...
June 28, 2006 at 9:50 am
Thanks for that Brian, I must admit that I had found out where to enable the LLS, but uncharacteristically forgot to add something to this post when I had found...
June 23, 2006 at 11:55 am
Hi Gaurav,
Originally had a problem opening licensing in Control Panel, but have now managed to do it.
Thanks
June 20, 2006 at 5:58 am
Hi Yelena,
Thanks for that, that seems to be exactly what I am after .
I had found seen some limited notes on renaming a SQL...
May 31, 2006 at 2:34 am
Thanks Antares,
Yes it was a field that doesn't allow nulls, I should have specified. the column = 0x00 works fine
Cheers
April 21, 2006 at 12:38 pm
I would equally be interested on any thoughts with regard to auditing Text Fields and how people approach it
April 19, 2006 at 8:58 am
I have the requirement to have to do this with a SQL 7 Server Soon. The Instructions for this would seem to be
Rename the physical server by going
April 12, 2006 at 4:20 am
Colleague has just installed SP4 on client tools and this has resolved the problem
Thanks Jo
April 4, 2006 at 8:52 am
Looks promising jo, My colleague's Client tools look like they've never been SP'd as they are an earlier version of mine which is SP4 (8.00.2039). Let you know whether it's...
April 4, 2006 at 8:38 am
Doh! where's that hand slapping forehead emoticon. Well spotted guys - this could be the problem
Thanks
Simon
February 20, 2006 at 8:08 am
Just for completeness and for reference purposes, the reason this wasn't working was due to a typo by me in the filename, once I corrected this the original syntax worked...
January 23, 2006 at 4:23 am
Viewing 15 posts - 31 through 45 (of 93 total)