Viewing 15 posts - 34,411 through 34,425 (of 39,726 total)
Store the user and pwd in a table. Pass them to a stored procedure and return a 1 or 0, true or false, approved, failed, whatever.
November 2, 2004 at 10:37 am
No easy way to do this in SQL that I know of. You can return these in rows and then compute the number of distincts. Create a temp table using...
November 2, 2004 at 10:26 am
Third vote here. Detach dbs, use sp_help_revlogin (from MS) to script logins. Save of DTS packages, uninstall, reinstall.
November 2, 2004 at 10:24 am
You're welcome. Sorry I couldn't get more detailed, but since it's Beta, I'm sure MS doesn't want to publish too much.
November 1, 2004 at 10:14 am
You can script it out and run the script on the other server or try the Copy Objects Task in DTS. Select only users, roles and permissions. The objects have...
October 31, 2004 at 9:24 am
Wow a complement. What do I do with those ![]()
October 29, 2004 at 1:53 pm
Is the remote server running on localsystem? I think I've had issues with this.
October 29, 2004 at 1:52 pm
don't forget to drop the old server with sp_dropserver
October 29, 2004 at 1:51 pm
Did the server reboot or SQL restart? I wouldn't expect this to reboot the server.
October 29, 2004 at 1:50 pm
Ouch, questionable quality?
Some typos and perhaps some you don't agree with, but I'd like to think there aren't that many.
I'm happy to correct our mistakes, as I'm happy to admin,...
October 28, 2004 at 7:24 pm
Apologies everyone for selecting the incorrect answer. Somehow in the cut and paste and answer load I picked the wrong one. Guess I'm not so good at the question loading.
Points...
October 28, 2004 at 7:22 pm
Need an external control to do this. You could use sp_oacreate to instantiate some COM object that can handle this. Or run a program from DOS and pipe the output...
October 28, 2004 at 2:44 pm
Sorry to disagree, but on a fresh install of SQL 2000, nothing changed, creating a table like this allows NULLs. Perhaps this depends on the config of the base OS,...
October 27, 2004 at 9:38 am
There is not version fo SQL Server that's a "client". There are eval versions available from http://www.microsoft.com/sql you can use at home.
October 26, 2004 at 9:55 am
It will compile the first time and that is all.
October 26, 2004 at 9:55 am
Viewing 15 posts - 34,411 through 34,425 (of 39,726 total)