Viewing 15 posts - 45,196 through 45,210 (of 49,552 total)
John Rowan (8/8/2008)
As far as your SQL Server service account, you should generally run it under the local system account unless you SQL Server needs access to network resources.
I don't...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 9, 2008 at 2:00 am
CrazyMan (8/9/2008)
I tought of this as well, since this is been updated or deleted...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 9, 2008 at 1:55 am
Mike Alfa (8/8/2008)
Not using /3 GB /userva was definitely unexpected suggestion which I think makes sense due to IIS running on this server.
It has nothing to do with IIS. If...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 9, 2008 at 1:47 am
CrazyMan (8/9/2008)
Its a java exe file that clears the cache, i saw permission, i have done this before, i have done this on...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 9, 2008 at 1:42 am
crever (8/8/2008)
This is to allow you to stripe them for speed as well as place them on different drives as space becomes an issue.
Multiple log files don't...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 1:51 pm
Do not use either /3GB or /userva if you are using AWE. You're asking for a unresponsive server.
You do need to enable AWE if you want SQL to use more...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 1:41 pm
Does the SQL server service account have rights to the directory c:\Bond\Bondcli?
Does it have rights to execute tablePKDAO and do whatever that's supposed to do?
What's going to happen if more...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 1:28 pm
Can you post the trigger please?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 10:26 am
May I just observe that you have a rather poor database design there and that you may want to consider normalising it. It would certainly make adding or removing a...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 10:17 am
Pleasure
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 10:15 am
Personally, I wouldn't run repair at all unless as an absolute last resort. If the corruption is in only nonclustered indexes, I would prefer to manually drop and recreate the...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 10:03 am
Miles Neale (8/7/2008)
GilaMonster (8/7/2008)
Peter Schott (8/7/2008)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 9:59 am
And definitly not to be run when CheckDB says that repair_rebuild is sufficint.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 9:45 am
Yup.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 9:44 am
In object explorer, right click the database, tasks -> Take offline
To bring it online afterwards, right click the database, tasks -> Bring online
It's not the same as detaching
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 8, 2008 at 9:26 am
Viewing 15 posts - 45,196 through 45,210 (of 49,552 total)