Viewing 15 posts - 16 through 30 (of 39 total)
Have you recently renamed the server using the sp_addserver command? If so, did you restart the service after the rename?
I just had that happen to me with this scenario.
I...
January 11, 2010 at 2:14 pm
add that account used for the scheduling in SQL Server 2000 in security under management and in the database.
Thank you both for your replies. GP - I...
November 11, 2009 at 9:39 am
SQLCMD - This is great! Thank you.
I think it's interesting that it failed when I used the following command:
:connect MyServer1 -U MyUserName -P MyPwd
We use RSA, so I thought...
September 3, 2009 at 9:26 am
Thanks, Elliott. That's a good suggestion that would be easy to implement.
I had a close call with running commands on the wrong server. I think I saw...
September 1, 2009 at 5:05 pm
Never mind. Total "picnic" error! The job didn't execute.
June 26, 2009 at 8:15 am
Yes, I guess I got carried away. K.I.S.S always works best.
Thanks for the help, John!
June 2, 2009 at 3:53 pm
Hey that's great! But how do I do that?
If I look at Project menu --> properties --> Configuration Properties --> Deployment Utility -->
AllowConfigurationChanges was already set to true.
March 23, 2009 at 4:03 pm
Aha! This is what I wasn't doing:
Insert into #PersonID (PersonID)
exec prcTestLookup
I'm pretty...
January 30, 2009 at 3:51 pm
Will the procedure return a record set? And if so, how can I do subsequent queries off of that returned record set?
I want to keep this as a procedure...
January 30, 2009 at 3:19 pm
Yeah, that's what I was figuring was going on. But I don't know how to retrieve multiples. I didn't want to have to loop it based on...
January 30, 2009 at 2:47 pm
I would agree that every shop has different needs. I'll toss out a few topics to get you started:
Recovery Models
Backups - full, diff, tran log
Restores - regular, point-in-time, with...
January 28, 2009 at 8:29 am
That makes sense. Darn nulls! Thanks. I couldn't have done this without your help.
I'm going to have to practice lots more with the !rbar.
January 23, 2009 at 1:01 pm
Hey, thanks for the help!
I still get a unq constraint violation error, but I'm a heck of a lot farther than I was before.
January 23, 2009 at 9:55 am
(If you have to encrypt the columns, why is it ok to have them decrypted in a view? Didn't that just remove the benefit of having the columns encrypted?)...
December 24, 2008 at 2:29 pm
Viewing 15 posts - 16 through 30 (of 39 total)