Viewing 15 posts - 1,021 through 1,035 (of 1,248 total)
Personally, I agree with colin. Index Tuning Wizard gives us redicular recommendations. My original question is how to read its reports, not if it is reliable to use the tool.
Many...
February 28, 2007 at 8:19 am
John:
Thank you very much for your input. We should use sysusers to retrieve info on basic roles, sysprotects to retrieve info on detail permissions.
February 27, 2007 at 3:26 pm
I think I understand the question. You are refering job owner, not object owner.
I had similar issues. I cannot see any better approach fixing them. I had to re-do...
February 27, 2007 at 1:44 pm
You may have to use full ownership to access your table, such as, [owner].tablename
February 27, 2007 at 1:33 pm
My "insight" is: it will run. The reasons are, we did not have any such an issue before, nor did we have any job running twice at the end of...
February 27, 2007 at 1:31 pm
First of all, you do not have to uninstall SQL Server. You are right it is easier to re-install SQL Server. If you would like to move database locations, you...
February 27, 2007 at 1:23 pm
Personal point of views.
Replication is nothing more than triggers. You can add triggers on your tables to update your reporting server. After creating triggers, you create your own replications. 🙂
If...
February 27, 2007 at 1:01 pm
Here are my inputs.
OPENQUERY uses existing connected remote server. OPENROWSET uses existing retrieved data (rowset). The first one has more flexibility in retrieving data. The second one discloses your password.
February 27, 2007 at 12:39 pm
When you backup log, you truncate the inactive transactions. Then, you can shrink log file. If you do not need logs, you can set the database in a SIMPLE mode....
February 27, 2007 at 12:28 pm
I knew the way you described in the easiest way for multi-users. However, sometimes, one user loginID has been created. Then, I got a request to create a new loginID...
February 26, 2007 at 1:08 pm
Did you check if the remote property on the remote server is turned off?
Did you check if the two servers are in different domains and a firewall is set in...
February 3, 2007 at 9:00 pm
As far as I know, Microsoft has not solved the memory leak completely. As a result, a server or a service need to be restarted accordingly. How often we need...
February 3, 2007 at 8:44 pm
Check the ownership of this table. If it is not dbo, you may have to include the ownership in front of your table name.
January 29, 2007 at 8:09 pm
It is a disaster if a user has application role on a database. In this scenario, we can disconnect the user. However, it will be reconnected immediately. I had to...
January 19, 2007 at 8:17 am
Viewing 15 posts - 1,021 through 1,035 (of 1,248 total)