Viewing 15 posts - 2,701 through 2,715 (of 2,840 total)
John Mitchell (2/27/2008)
Roy Ernest (2/27/2008)
I have doubt.... Since Stored Procs can have recompiles and then take bad query plans, cant view also have that same issue?
Since a view doesn't...
February 27, 2008 at 7:02 am
I have doubt.... Since Stored Procs can have recompiles and then take bad query plans, cant view also have that same issue?
February 27, 2008 at 6:52 am
Thx for all the input guys. I did some more digging and figured out what was wrong. Basically 15 minutes back, there was a sudden surge of data request from...
February 26, 2008 at 6:07 am
I have seeen something similar to this happen. In this case, it was trying to grant access to a user right after the stored proc executes. What was happening was...
February 25, 2008 at 9:30 am
Thx Steve. I am going get on at the Litespeed guys and find out what the heck happened.
February 25, 2008 at 9:12 am
No one has seen this error? That is not good for us then
February 25, 2008 at 8:21 am
We had one issue like that. Thankfully it was on our test environment. One of our administrators changed some settings on the switch and the switch had to be rebooted.
One...
February 19, 2008 at 2:19 pm
I agree with Steve here. Before the Check is signed, you might (Might is stressed here) be able to change the user permissions on the objects. There are times when...
February 19, 2008 at 8:33 am
Another thing you have to think about is the security. When you want to have ASP pages to execute SQL code directly (Raw SQL) instead of calling stored procs, You...
February 15, 2008 at 10:47 am
Still the same risk is there. What if the SAN goes down? Thats why I prefer to have the Back up on a seperate server that is not connected to...
February 14, 2008 at 7:17 am
Hey Adam,
That looks cool. I tried it out and works good.
February 14, 2008 at 6:01 am
Brandie, What you say makes sense. My only issue is that there are some IT Managers who think that the System Adminstrators should be able to maintain and take care...
February 14, 2008 at 5:50 am
Schema qualification..Thats a large topic. But this is what I can say, When executing any stored proc, if you are not schema qualifiying, then you will definetly have a performance...
February 14, 2008 at 5:40 am
lsm (2/14/2008)
I would make it like this:F: = SQL server backups (both database and log backups)
In this way, you can "survive" if either one of the disks fail.
I can agree...
February 14, 2008 at 5:30 am
One thing I say is, I dont need to be Administrator on the DBA Box or the Domain, I can work without it. But I do not want Network Admins...
February 13, 2008 at 11:11 am
Viewing 15 posts - 2,701 through 2,715 (of 2,840 total)