Viewing 15 posts - 376 through 390 (of 872 total)
When I first went from EM to SSMS a few years ago, I absolutely HATED SSMS ... couldn't stand it. Yet after about 6 months or so, I refused to...
September 26, 2008 at 4:05 pm
Unfortunately no, you can not rename an instance. You'd have to tear down and rebuild. I've heard it can be done, but is not advisable ... due to all the...
September 26, 2008 at 3:58 pm
simon phoenix (9/26/2008)
adam
I tried the test mail it worked just fine, just one mail at a time. It seems like exchange problem as you mentioned but do you know forum...
September 26, 2008 at 3:51 pm
yulichka (9/26/2008)
Sorry to ask you a stupid question, how do I know if I am running on enterprise?Thank you
SELECT SERVERPROPERTY('Edition')
September 26, 2008 at 12:49 pm
yulichka (9/26/2008)
We always have people in the system,but I think would do on evening hours when less traffic. Thank you
Are you running on enterprise? If so, you can rebuild online.
September 26, 2008 at 12:35 pm
kumaripaleti (9/26/2008)
could you please let me know how to change the log file path in the registry. I changed the path and I am getting the same error after I...
September 26, 2008 at 7:54 am
simon phoenix (9/25/2008)
Hiadam
i see only one time stamp for that particular mail
Thanks
simon
That sounds like an exchange issue then?
To verify, can you just send an email without your logic as a...
September 25, 2008 at 3:31 pm
Very odd ...
SELECT * FROM msdb.dbo.sysmail_allitems
You see your entries in there twice with the same time stamp?
September 25, 2008 at 3:23 pm
Not sure I can buy that Simon ... I've never heard of such a thing and I use database mail very heavily. Not to say it isn't possible ...
Can you...
September 25, 2008 at 2:54 pm
Just a couple I currently use that work pretty well ...
I display everything in reporting services with graphs (managers love the graphs):
- DDL Changes
- Job Activity Monitor (History, Trending)
- Backup...
September 25, 2008 at 2:42 pm
Idera has a pretty nice admin tool kit for a few hundred bucks that should be right up your alley.
http://www.idera.com/Products/SQLadmintoolset/%5B/url%5D
Depending on exactly what you're looking to do though, all...
September 25, 2008 at 2:38 pm
You shouldn't be using DBCC commands for index operations in 2005.
As for the question at hand, what are you going for here? What is the best way to rebuild...
September 25, 2008 at 2:29 pm
I think you need to focus on exactly what you're going for first ... all of this data and more is available in DMV's/WMI counters. It's all easily accessible ...
September 25, 2008 at 2:25 pm
Sounds like a problem in the procedure. Feel free to post it here and I'm sure we can be of more help.
September 25, 2008 at 2:22 pm
Viewing 15 posts - 376 through 390 (of 872 total)