Viewing 15 posts - 106 through 120 (of 140 total)
Only took a shot at this one (and missed). Today I don't have the time to search the documentation, but mostly because this was IMHO a bit to complex question.
August 17, 2012 at 3:31 am
Are you unable to select the functions and the SP or are they missing in the generated script?
August 17, 2012 at 3:14 am
Try to use IP instead of Named Pipes or perhaps you need SQL Server 2008 R2 Native Client, but I seriously doubt you can install it on a Windows 2000...
August 16, 2012 at 7:44 am
Welsh Corgi (8/15/2012)
I need to configure Developers PC's.If I install the Oracle Client do I only need the 32 Bit Client?
Thanks.
It depends on the software that communicates with the Oracle...
August 16, 2012 at 1:01 am
If I understand the question correctly you have to transfer the ownership to another login before you drop the login:
USE [Your database]
GO
ALTER AUTHORIZATION ON SCHEMA::[dbo] TO [Another login]
GO
August 15, 2012 at 3:10 am
Good one. Once again I fell right into the trap. Must remember to RTFQ / RTFS (Read the **** Question / Statement)
August 14, 2012 at 4:13 am
There's no file extension specified as the second parameter. I think that's your problem.
August 13, 2012 at 5:31 am
I think principal_id >= xx should work. Lower numbers are usually reserved for system/builtin objects.
August 13, 2012 at 4:55 am
Interesting. Thanks for the tip.
August 13, 2012 at 2:37 am
MI_DBA (8/9/2012)
Yes, I can login and successfully issue select queries locally.
Can you login to Server B from Server A with the LI_LOGIN account?
Is LI_LOGIN a Windows och SQL Server account?
August 9, 2012 at 6:06 am
Can you login to Server B with LI_LOGIN using Management Studio, SQLCMD or other tools, or do you get the same error?
August 9, 2012 at 5:58 am
This one was really useful for me. Thanks.
August 9, 2012 at 4:24 am
I agree with the Editorial. 7-8 copies, backup excluded, is probably not a low estimate. With 10+ developers inhouse I dare not think of the actual number. I relatively new...
August 9, 2012 at 4:09 am
Did you check the Client Tools Connectivity check box in the Feature Selection during Setup?
August 9, 2012 at 12:59 am
Viewing 15 posts - 106 through 120 (of 140 total)