Viewing 15 posts - 751 through 765 (of 1,248 total)
I do not think you can.
Builtin\Administrators is a group with local admin administration provilege. All users in this group have sa privilege by default, including networking domain administrators. Unless you...
January 25, 2008 at 10:37 am
Add the role, ddladmin, to your custom_role.
January 25, 2008 at 10:28 am
I believe that in the profiler, the % is included implicitly, i.e., you do not need to add it.
January 24, 2008 at 11:39 am
If you would like to re-install SQL 2005, you can remove this registry. If you are afraid anying may happen, you can save this registry before removing it.
January 24, 2008 at 11:37 am
Since SMO is more than a client tool, I cannot see any point why they need it.
January 24, 2008 at 11:30 am
I mean to check the health of each physical drive in your array.
January 24, 2008 at 11:19 am
I think it is understandable. Here is a scenario.
The system needs some time to go to the next step after one is completed.
For example, we need to warm our food...
January 24, 2008 at 10:29 am
It is the synchronization issue in MS SQL Server. I tested successfully. Refreshing the current database helped me solve this error.
January 24, 2008 at 9:38 am
Hopefully, the following steps helps.
Add a new log file to your new drive;
Empty your old existing log file using DBCC SHRINKFILE command;
Remove your old existing log file using ALTER DATABASE...
January 24, 2008 at 9:35 am
Run the following command on the current database before yours.
sp_grantdbaccess @loginame = 'UserName'
Hopefully, it helps.
January 24, 2008 at 8:56 am
Go to the properties of the database, tempdb. Set its sizes. Next time, these sizes will become its default.
By default, the tempdb has 8 MB size.
January 24, 2008 at 8:40 am
Did you check the discussion in this forum recently?
http://www.sqlservercentral.com/Forums/Topic255556-5-1.aspx#bm255664
January 23, 2008 at 7:54 pm
If you cannot afford downtime, you may have to consider adding new drives.
January 23, 2008 at 7:41 pm
Viewing 15 posts - 751 through 765 (of 1,248 total)