Viewing 15 posts - 106 through 120 (of 159 total)
AttributeValue
It's set to VARCHAR(8000)
I don't understand how it can be truncating if I'm SELECT(ing) from it.
June 15, 2010 at 4:01 am
Thank you all for the replies! Great resources on this site!
April 27, 2010 at 7:38 pm
Thanks again. I am going to get started today. I'll let you know how I make out. Thanks for the direction.
April 9, 2010 at 8:17 am
Ever play around with the file watcher Matt?
April 7, 2010 at 7:52 pm
Thanks Nicholas! Can you post your code?
April 6, 2010 at 7:59 pm
That's what I was afraid of. Thank you!
March 26, 2010 at 7:49 am
Yep Wayne. That is what I always use when moving users, especially local ones! Thanks!
March 23, 2010 at 1:35 pm
Server team is dragging their feet regarding the issue. I am ensuring CYA.
March 23, 2010 at 6:42 am
As I mentioned, I never sent it. Thought twice about it and wasn't a good idea. My apologies.
March 23, 2010 at 6:39 am
Yes. daily backup of system db's. Ever since we cut over from Hitachi SAN to EMC, our cluster blue screened and needed to be restored from a previous...
March 23, 2010 at 6:35 am
Gila,
Nope, practice test from MS book. Actually, I didn't send it to anyone anyway.
March 23, 2010 at 5:23 am
EXEC sp_MSforeachdb 'USE ? IF EXISTS
(SELECT 1 FROM sysusers WHERE name = ''MYDomain\myGroup'') DROP USER [MYDomain\myGroup]'
Again, Thanks for your help!
March 16, 2010 at 5:44 pm
PERFECT!! Got another one if you're not too busy.
Do you have a script to loop through the users and logins I want to drop and recreate.
March 16, 2010 at 3:57 pm
Viewing 15 posts - 106 through 120 (of 159 total)