Viewing 15 posts - 2,971 through 2,985 (of 18,926 total)
This is an sql site. C# site search will get you an answer in 30 seconds.
September 7, 2011 at 9:02 am
Left join to both code lookups.
Then use coalesce in the select.
September 7, 2011 at 8:57 am
--Borrowed from the activity monitor
SELECT
[Session ID] = s.session_id,
[User Process] = CONVERT(CHAR(1), s.is_user_process),
[Login] ...
September 7, 2011 at 8:56 am
I have water in my pool, do I have enough?
Only you can monitor that and answer this.
September 7, 2011 at 8:51 am
Don't mess with it unless you're sure this is a 1 time occurence.
Tempdb just needs space to process stuff and there's nothing you can do except give him the space.
A...
September 7, 2011 at 8:45 am
Make room on the drive so it can grow.
See if you have long pending opened tran you can close (might be you)
Add a file on another group.
See if you have...
September 7, 2011 at 8:32 am
Check your zoom in IE. That setting is tab specific, not application level.
September 7, 2011 at 8:17 am
Back to step 0.
Why do you think you need to use an indexed view?
September 7, 2011 at 7:42 am
Brandie Tarvin (9/7/2011)
September 7, 2011 at 6:59 am
What are they doing in Sybase that is so magic that no more space is required for loging?
I'd track how you populate the createdby and updatedby columns and use the...
September 7, 2011 at 6:55 am
that's pretty much irrelevant. I'd say ± 2 GB depending on features.
The real space problem is how much space you need for your dbs. Which in my experience...
September 7, 2011 at 6:52 am
I'd love it if 1-2 of you guys could rerun the test with 2 modification. Set implicit transactions OFF and put begin tran before the first select into.
PSS is...
September 7, 2011 at 6:51 am
I personnally use backup history for this. Of course I do fulls only once per day so it might not be what you need.
September 7, 2011 at 6:41 am
It's safe to run the backup during prod. The main side effect is that your response time to queries might be slower (couple ms in all systems I've tried,...
September 7, 2011 at 6:40 am
Brandie Tarvin (9/7/2011)
GilaMonster (9/7/2011)
Gianluca Sartori (9/7/2011)
Can't wait to see his reply!
He won't reply. He never does when attacked.
Agreed. I made a few snide replies to his more vicious posts...
September 7, 2011 at 6:32 am
Viewing 15 posts - 2,971 through 2,985 (of 18,926 total)