Viewing 15 posts - 181 through 195 (of 2,436 total)
Jeff I really like the 2 person rule. Who would have thunk something so simple could be so secure !
December 11, 2009 at 11:07 am
The string length behavior is normal. adding another SELECT to initialize the variable for each loop iteration produces the correct results !
DECLARE @counter INT;
SET @counter = 0;
WHILE @counter < 5
BEGIN
...
December 11, 2009 at 11:05 am
ahhh ... just another case of getting 'caught' by an 'implicit' converstion !
December 11, 2009 at 9:00 am
Here is a 'truism' that an old mainframer taught to me almost 3 decades ago:
One "awe sh#t" ruins ten thousand "atta boys" every time !
December 9, 2009 at 12:27 pm
I too started with SQL v4.2 on OS2/Warp and have witnessed the 'evolution' of the 'tools' that a SQL Server DBA has available.
SSMS is a great all around tool...
December 4, 2009 at 11:45 am
I have worked with SQL since v4.21 ...
also v4.21a, v6.0, v6.5, v7.0, 2000 ans 2005 (sorry no 2008 yet !)
likewise I will try - I even still have install source...
October 30, 2009 at 11:04 am
On another note - you really, really need to upgrade SQL 2000 Server to at least SP4.
You are presently running SP3a with security hotfix 818 - which has not been...
October 29, 2009 at 12:36 pm
You may or may not want to shrink tempdb - it got to be its present size for a reason. I would suggest profiler to perform some monitoring before you...
October 20, 2009 at 10:24 am
I agree the format is 'wierd'. I also think that in a manner of speaking that it is redundant. As for me SSC will be the only SQL site I...
October 15, 2009 at 2:03 pm
From an application perspective take a look at Mercury LoadRunner.
October 9, 2009 at 10:35 am
If you are having paging at the OS level you are in trouble NOW.
Memory is so cheap that there is absolutely no reason to have this type of issue anymore....
October 5, 2009 at 2:37 pm
Give this link a read ...
September 24, 2009 at 10:26 am
Viewing 15 posts - 181 through 195 (of 2,436 total)