Viewing 15 posts - 841 through 855 (of 2,387 total)
quote:
PROPOSED:DATA: RAID 5 array
LOG : RAID 1 array
DATA Backup & LOG Backup : 2nd RAID5 array
November 7, 2003 at 2:33 pm
quote:
If this login still needs access to the server to run a sibgle stored procedure, what can I can to implement that...
November 7, 2003 at 2:23 pm
By default, SQL Server errorlogs are created in folder \mssql\logs that could be in one of your drivers.
You can find it by open server properties --> startup parameters -->...
November 7, 2003 at 1:14 pm
quote:
I have created a domain account called flex_sql on 001 and login to machine under this account. flex_sql is an administrator...
November 7, 2003 at 1:09 pm
Do you have 'BUILTIN\Administrators' login in your SQL Server? Are they in local administrators group in your server? Check login column of sp_who2 to see what login id they use...
November 7, 2003 at 12:51 pm
Try sp_denylogin to this NT Login in SQL Serevr.
November 6, 2003 at 12:42 pm
Run dbcc dbreindex and sp_spaceused @updateusage = true to both databases and compare the result back to see there is still a difference.
November 6, 2003 at 12:25 pm
There must be 'guest' user in your databases. If you do have it, remove it from user database but not from master and tempdb. Document what you are going to...
November 6, 2003 at 12:20 pm
You have to wait the rollback to complete. Force SQL Server Agent to stop to kill the rollback process could cause protential database integrity issues.
November 6, 2003 at 12:17 pm
Once you install Virtual SQL Server, It will create SQL Server cluster group. You need to add these SAN drivers as disks resources into SQL Server cluster group and configure...
November 6, 2003 at 12:01 pm
What databases are you tring to hide? As long as you don't grant the user to access the database, the database will not appear in the object browser. One...
November 6, 2003 at 11:54 am
You should run sp_spaceused @updateusage = true or DBCC UPDATEUSAGE and go back EM to check.
November 6, 2003 at 11:46 am
Agreed with Steve, Why don't ask your hardware vendor?
November 6, 2003 at 9:52 am
You need grant his login to access master database and 'select' permission to 'syslogins' table.
November 6, 2003 at 9:49 am
Viewing 15 posts - 841 through 855 (of 2,387 total)