Viewing 10 posts - 1 through 10 (of 10 total)
Thanks - thas exactly what I was after.
Is there any benefit in changing the database ownership to SA over and above say the SQL Server service account (e.g. "YourDomain/SQL Server Service...
January 12, 2006 at 10:48 am
Im interested in the reasons why one might change database
ownership to SA for each non system database (e.g. away from local administration account or other domain...
January 12, 2006 at 7:30 am
FYI, I had the same problem too - the dbowner was NULL causing the following statement ;
Server: Msg 515, Level 16, State 2, Procedure sp_helpdb, Line 53
Cannot insert the value...
November 14, 2005 at 10:12 am
Are the servers dedicated MsSQL boxes ?
Not sure what hot-add memory is and how this affects things, but I dont understand why don't your need /PAE switch?
MSDN explains:
"Physical Address Extension
The...
May 23, 2005 at 7:00 am
David,
Couple of questions for you;
"So if you have multiple processors and only one file then only one of them will be able to write data to disk. To see...
May 20, 2005 at 9:58 am
Check out this very useful procedure by Erland Sommarskog, it should tell you what you want to know.
http://www.sommarskog.se/sqlutil/aba_lockinfo.html
May 19, 2005 at 5:45 am
Dan,
"a database file per disk in your array "
I assume you inferring having the same number of files as disks within your array, rather than a file on each disk...
May 19, 2005 at 5:38 am
Thanks guys, both very useful posts. Im running with Craig's link right now.
For those who are also reading this thread, here are some useful descriptions of the standard Profiler templates.
May 19, 2005 at 4:45 am
FYI, I'v patched MSSQL to 3a and this code is still not working beyond the getoffset call.
FYI, Im running Microsoft Excel 2000 v9.0.6926 SP-3. ...
May 17, 2005 at 9:29 am
Im trying to use this code as well, and I am running into a problem where the code errors when issueing he offset command. (Ive added error display code below).
EXEC...
May 17, 2005 at 8:47 am
Viewing 10 posts - 1 through 10 (of 10 total)