Viewing 15 posts - 26,326 through 26,340 (of 39,793 total)
Also, if you want more tempdb space, move it first, restart, then alter it for more space. Don't do both at once.
November 12, 2008 at 12:47 pm
It's simple, as Jonathan mentioned, but for sure there is downtime.
Not a lot, but enough to stop/restart SQL Server.
November 12, 2008 at 12:46 pm
Never seen that. Can you reboot to see if it clears? I know that's not a good way to handle this, but I'm curious to see if it goes away...
November 12, 2008 at 12:45 pm
Someone likely has a schema lock on it somewhere. Check sp_lock
November 12, 2008 at 12:44 pm
Diverse skills if there is talent can get a higher salary. Jacks of all trades, masters of none is what so many average people have, and that's normal. That's not...
November 12, 2008 at 12:43 pm
Is this an interview question? hopefully you've answered "I don't know"
It's easy to do with SSMS as a hint.
November 12, 2008 at 12:42 pm
I'm with Raj. Unless you are deploying changes daily, I'd say that real-time is a bad idea. Even using QA for standby doesn't work since you can't "trust" the data...
November 12, 2008 at 9:29 am
There is some overhead to measuring the counters and logging them. If you have the graphical display up, this uses overhead as well.
you can use Task Manager to get an...
November 12, 2008 at 9:25 am
A particular SPID typically is on one connection. A user can be connected many times, but each process has it's own ID.
SPIDs are reused, so you can see them in...
November 12, 2008 at 9:24 am
Can you explain what you mean? Do you mean statistical standard deviations? there are functions for this.
November 12, 2008 at 9:23 am
Set up logging for the package, and then use the logging provider to point to a table.
Moved to the SSIS forum.
November 12, 2008 at 9:21 am
You want to keep free space in the files. That is what is used as the server needs to allocate space for inserts/deletes. This is expensive, and you don't want...
November 12, 2008 at 9:20 am
What are you looking to monitor? There's a whole range of things here.
sqlSentry has a good performance monitoring tool.
Quest has some tools, can be expensive
Idera has a variety of tools...
November 12, 2008 at 9:13 am
I like Diff backups if you can do them because they speed and simplify restores. I have run them every 2-6 hours at times to ensure that I don't have...
November 12, 2008 at 8:54 am
I agree with Robert. Portability doesn't mean writing the lowest common denominator. The code shouldn't be lifted from one platform and dropped on another. It should be slightly altered to...
November 12, 2008 at 8:50 am
Viewing 15 posts - 26,326 through 26,340 (of 39,793 total)