Viewing 15 posts - 26,686 through 26,700 (of 39,792 total)
Getting the data to a file is always a client side operation. Saving results to a file might work if you return the blog only. Might need to muck with...
October 14, 2008 at 12:20 pm
It's hard to say what will take longer. I've had things that took longer at a large company that didn't at a small one. Familiarity with the system, DBA, etc....
October 14, 2008 at 12:18 pm
Easier, yes. Needed, no.
You might not get all the performance counters you want, and that can delay troubleshooting. You might have issues in an emergency in getting the server going.
Other...
October 14, 2008 at 11:33 am
The argument is a lack of skills, which requires time and money to get up to speed, or you incur risk that you won't be able to manage or recover...
October 14, 2008 at 11:30 am
I think we'll just disagree. I have never seen short selling as a problem. People sell you something, in essence a promise to get you the stock if you need...
October 14, 2008 at 11:27 am
Slightly dated (May 2008), but it's a good look at some of the issues:
http://www.thislife.org/Radio_Episode.aspx?episode=355
Don't forget we've been having issues for months. It came to a head a few weeks ago.
One...
October 14, 2008 at 9:01 am
Short selling isn't stealing, and actually short sellers can help ensure the market doesn't grow too wildly. (http://blogmaverick.com/2008/09/30/the-stock-market-is-not-a-barometer/)
The problem is that we were allowing people to borrow on stock they...
October 14, 2008 at 8:49 am
There are services to try and clean up data about you, but the best you can do is limit things. You can monitor your name, though, and it might be...
October 14, 2008 at 8:28 am
It's old and needs to be updated, but for the DBA, I have a few articles on this topic:
http://www.sqlservercentral.com/articles/Monitoring/20010422115752/84/
http://www.sqlservercentral.com/articles/Administering/20010422115754/85/
October 14, 2008 at 8:26 am
I don't think there's anything more than the added complication, which I wouldn't dismiss. If you have a need for the FTS service to really have different rights, then do...
October 14, 2008 at 8:11 am
Answers still apply no matter where you put the naming.
October 14, 2008 at 7:48 am
I'd contact Quest on this.
October 13, 2008 at 6:50 pm
A couple things. First, you don't want to do this in a trigger. You're asking for issues. Instead use the trigger to drop a row in a table (email, new...
October 13, 2008 at 12:02 pm
You could use my method, which requires some goodwill.
Run Profiler for a few weeks, get a distinct list of procs being run. Now go through the other procs, note which...
October 13, 2008 at 9:35 am
It's a rights issue. When you submit a backup comment, it's not your account running the backup, it's the SQL Server service. That service needs rights to that folder.
October 13, 2008 at 9:32 am
Viewing 15 posts - 26,686 through 26,700 (of 39,792 total)