Viewing 15 posts - 106 through 120 (of 135 total)
The message is in both the windows event log & sql log. We are using the NTBackup.exe and it is doing purely a windows backup. A scheduled task fires a...
August 18, 2004 at 6:03 am
On our server, we mirrored the c drive. On the external array, we went with Raid 10. It seemed to give us better performance over the Raid 5 configuration.
HTH
John
August 16, 2004 at 9:48 am
It's normal. The current activity window will show all current SQL Server connections. So even though your application may be done running the query, it sounds like it still has...
August 16, 2004 at 9:42 am
Best practice says that the sql server service account should be a local administrator on the server. That should give the login all the permissions it needs. I don't believe...
August 12, 2004 at 8:33 am
So any object that is created by anyone within a database will have the same windows group owner? Doesn't that mean that anyone within the group can then alter any...
August 11, 2004 at 7:57 am
Actually, that is exactly what I was planning on doing. Now that I look at my post, I may have said otherwise. I will be creating roles and then assigning...
August 11, 2004 at 7:36 am
Thanks for the suggestions guys! And thanks for the links Brian. I have a lot of reading to do.
John
August 11, 2004 at 6:34 am
I did try what you suggested. I determined that the user had granted permissions to a table for the public role. I then tried revoking the permissions as dbo but it...
August 5, 2004 at 7:15 am
I am not sure what was going on but I got a workaround. I ended up copying the table and renaming it. I then dropped the table, renamed the new...
August 4, 2004 at 11:50 am
It is also missing a closing ) on the first create table statement. When I ran this code, it returned:
Server: Msg 170, Level 15, State 1, Line 11
Line 11:...
July 29, 2004 at 5:50 am
So do we but it didn't seem to be working correctly. This way we know for sure that it is going to happen.
John
July 29, 2004 at 5:18 am
It seems that we have found the reason for the deletes to take so long. The statistics were not up to date. As soon as we updated the statistics, the...
July 28, 2004 at 3:18 pm
We are using the Microsoft Business Intelligence Portal tool as a front end to our OLAP cubes. It is a free downloadable tool from Microsoft. It allows you to view...
July 21, 2004 at 11:02 am
Gary,
I tried what you suggested and no luck. There is a primary key constraint that references the clustered index. I am not sure if dropping the clustered index would make...
July 7, 2004 at 12:58 pm
Can you deny permissions to the dbo of a database? If you did, as dbo he could go back in and change the permission so he has the access he...
July 2, 2004 at 9:38 am
Viewing 15 posts - 106 through 120 (of 135 total)