Viewing 15 posts - 226 through 240 (of 254 total)
Hey Jessie,
The code is great but it seems that it doesn't do what I wanted. I don't want to set it up across all the instances, instead I would rather...
January 30, 2013 at 9:22 am
Thanks. for that code Jessie.
I really need the body part formatted that can give me the details what I am looking for the way it's there in the image...
January 29, 2013 at 7:22 am
Great!!!
Guys, if you have something different pls. do come up with some other useful stuffs maybe something more in t-sql or powershell. I still need to get only dbcc...
January 29, 2013 at 7:01 am
Hi Vedran,
Thanks. for those piece of advice. Could you document one way to do this along with the code & procedure to run it successfully. I would really appreciate!!!
Regards,
Faisal
January 29, 2013 at 6:53 am
Thanks. a lot anthony.
May I know where I can find this table "config.alertemails" mentioned with this statement "SELECT @EmailAddress = EmailAddress FROM CONFIG.AlertEmails WHERE Alert = 'DBCC.CheckDBDetailsEmailTrigger". I don't see...
January 29, 2013 at 4:02 am
Thanks. to all you guys.
I've finally come up with a script that does the trick for me, and can be helpful for others as well. Now, here are the problems...
January 29, 2013 at 3:04 am
How can you be so sure that the values which are generated at the publisher could be same at the subscriber as well. Did you check what's being replicated at...
January 24, 2013 at 8:30 am
Hi Ratheesh,
If that's a prod box then you have 2 options left, either restore a copy of that db to a test environment, and run dbcc checks on that. In...
January 24, 2013 at 8:21 am
Thanks. a lot anthony. I really appreciate your help. I'll still test this thing up, in my environment and will get back to the topic in a few days. One...
January 24, 2013 at 3:32 am
Hi anthony,
Thanks. for the reply I can get a send mail function, but I just need a complete structure in order to get this working. I believe setting up a...
January 24, 2013 at 2:43 am
I think you seem to be a bit confused here. If you want to create a linked server from suppose server a to server b, as you mentioned the only...
January 23, 2013 at 10:01 am
Try disabling UAC:
Here is the complete process on how to proceed with this:
Go to Command prompt and run the below command to disable the UAC
Reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t...
January 23, 2013 at 7:54 am
Hi charipg,
Execute the script from the support document: http://support.microsoft.com/kb/969052
It will tell you the information about the missing msi/msp files along with the location where you can find it. Probably...
January 23, 2013 at 7:09 am
I believe your topology suggests that you should go with manual identity management.
Since, you are trying to manage identity values manually, first & foremost you should be sure enough that...
January 23, 2013 at 6:59 am
The better way would be...incase if you know that you already have a login for the orphaned user. You can use this command alter user <username> with login = <login...
January 23, 2013 at 6:26 am
Viewing 15 posts - 226 through 240 (of 254 total)