Viewing 15 posts - 30,076 through 30,090 (of 39,819 total)
You could build a maintenance plan with SSIS that just does maintenance cleanup. Probably be easiest.
January 2, 2008 at 12:44 pm
No problem keeping connections open. If they don't use resources (queries), there's very little overhead. Might be sure you have error code in case the connection gets dropped.
I'd actually consider...
January 2, 2008 at 12:34 pm
I was going to suggest what Michael posted.
Since I often find myself going back a few events, I'd actually keep a query around to pull everything from today.
select
...
...
January 2, 2008 at 12:31 pm
Great explanation and I'd add that they did a great job with the DMVs exposing almost everything you need, so you don't really need to hit the base table.
Plus the...
January 2, 2008 at 12:29 pm
It's actually easy. Inside a company, you buy CALs. If the people are authenticated users, Windows Auth, or just AD accounts, they should use CALs. Per processor is for unauthenticated...
January 2, 2008 at 12:25 pm
Hopefully Peter will respond soon to this and thanks for a nice post on what you see, Hugo.
We don't necessarily check every article for accuracy. It's a time constraint as...
January 2, 2008 at 11:19 am
Where is a moved topic forum?
We do move threads that are mis-posted by people in the wrong forums. It might note that.
January 2, 2008 at 11:11 am
Working for promotions has been in a couple ways. This is probably another whole editorial ;), but I'll give a few examples.
If I wanted a manager's job, I'd look for...
January 2, 2008 at 11:08 am
There is no way to do this directly. It doesn't return anything.
Run a query to look for the user after it's created. If it's there, then it worked.
January 1, 2008 at 9:02 pm
Stop and restart SQL Agent. Doesn't affect the database server and is very quick.
January 1, 2008 at 9:01 pm
Check the service (control panel) to see if there is a parameter.
Otherwise, check and see if there is a command window open. close that.
January 1, 2008 at 8:59 pm
SQL Server doesn't do table backups. It does database backups and you can search for scripts to handle that. The Maintenance plan can also do this.
January 1, 2008 at 8:58 pm
The issue is that SQL backups are extremely intolerant of network delays. A file copy will retry itself, but because of the nature of getting the backups done quickly, it...
January 1, 2008 at 8:57 pm
I've read the Ender series, which is good, as well as the Foundation and Dune series a long time ago. Never any of the add-ons, but I might check them...
January 1, 2008 at 6:27 pm
What Colin and Jeff are getting at is that the CPU isn't related to the number of users. It's related to the queries and other processes. One user can run...
January 1, 2008 at 11:52 am
Viewing 15 posts - 30,076 through 30,090 (of 39,819 total)