Viewing 15 posts - 3,376 through 3,390 (of 5,356 total)
quote:
quote:
Don't know much about hardware, but you should spent this box more RAM.
November 24, 2003 at 9:00 am
Like Jonathan said, stress your server with a test scenario and choose the scenario that you would consider worst case.
Frank
November 24, 2003 at 8:58 am
Is it just me or does the refresh after posting not work anymore.
I'm pretty sure it worked this morning.
Frank
November 24, 2003 at 8:54 am
Just tried it, the page is still there, but a link would be nice.
And other thing, sometimes the classification of articles into the different categories isn't clear.
Frank
November 24, 2003 at 8:51 am
http://www.sql-server-performance.com/ultimate_sql_server.asp
Don't know much about hardware, but you should spent this box more RAM.
Frank
November 24, 2003 at 8:47 am
Can you post some sample data with an explanation of what your list should look like?
Frank
November 24, 2003 at 8:31 am
Maybe you can query HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation. There you should find the information you need to do your calculation.
Frank
November 24, 2003 at 8:20 am
No popup seems to work.
Try sending an email with the functionality in the profile section. Doesn't work anymore
Frank
November 24, 2003 at 7:10 am
Yes there is a workaround
CREATE TABLE MyTable
(
a INT,
b BIT
)
INSERT INTO MyTable VALUES (1, 1)
INSERT INTO MyTable VALUES (2, 1)
INSERT INTO MyTable VALUES (3, 1)
SELECT
MAX(a), CAST(b AS...
November 24, 2003 at 6:31 am
November 24, 2003 at 5:37 am
No, after running the usual things like DBCC CHECKDB, UPDATEUSAGE.....I have no idea.
I know that EM uses an undocumented DBCC command
DBCC SHOWFILESTATS
to show its graphic when set to Taskpad view.
But...
November 24, 2003 at 4:45 am
Just came across this one. It might help
http://vyaskn.tripod.com/hierarchies_in_sql_server_databases.htm
Frank
November 24, 2003 at 4:41 am
This one might also be of interest to you
http://vyaskn.tripod.com/hierarchies_in_sql_server_databases.htm
Frank
November 24, 2003 at 4:38 am
this one goes to you, Jeremy!
was just typing when I heard your mail coming in...
Frank
November 24, 2003 at 4:28 am
Viewing 15 posts - 3,376 through 3,390 (of 5,356 total)