Viewing 14 posts - 106 through 119 (of 119 total)
thanks for your quick response!
however, how come you use "rows" and not "rowcnt"?
Billy
December 4, 2002 at 11:37 am
not b2b... just thinking about how security should be addressed if the topic ever comes up.
thanks for your info. I'll keep the SSL in mind.
Billy
December 3, 2002 at 7:46 pm
Thanks for your response. I am just thinking about furthering security on the sql server db we have. Putting a sql server open to the net, not sure...
December 3, 2002 at 7:19 pm
Just doing a bit of research on the net...
the title of this thread should really be called:
"restricting access to SQL Server based on IP Address"
is it true that I only...
December 3, 2002 at 6:59 pm
Thanks for all your responses!
Because the table I want to audit has many inserts from many locations, I was hoping that there is something simple I can use to audit...
November 1, 2002 at 3:55 pm
So how do I determine and verify that a dual processor machine running ss2k has the appropriate licensing? am I just limited to the physical end user license agreements...
October 29, 2002 at 12:10 pm
Did you check for any triggers on that table?
I don't think what you say is design behavior of SS. See below:
SET NOCOUNT ON
GO
USE TEMPDB
GO
PRINT 'Creating a table with no...
September 12, 2002 at 1:54 pm
Thanks Gregory, Steve and all for your responses.
If I could get SQL Analyzer to execute those scripts, then it would make life a lot simpler because I can access my...
September 6, 2002 at 12:08 pm
Thanks for the KB. SS2K was not shutting down but I think that the problem might have something to do with multiple threads.
The sql statement I was trying to...
August 29, 2002 at 11:44 am
thanks...
it shows that my previous reply needs to be correct...
PRINT CONVERT(varchar(8),GETDATE(),101)
...does not give you the correct date because the result requires 10 chars, not just 8.
Billy
August 21, 2002 at 5:05 pm
nevermind...
PRINT CONVERT(varchar(8),GETDATE(),101)
August 21, 2002 at 4:52 pm
yes, i sometimes finding working with dates in sql server requires a bit more work. like in your scenario, I have to format my date so that it is...
August 21, 2002 at 10:23 am
thanks...
the sysproperties table was not in the SQL Server 2000 System Table map I was using...
the system table map I got it from:
http://www.microsoft.com/sql/techinfo/productdoc/2000/default.asp
Billy
August 20, 2002 at 11:23 am
Viewing 14 posts - 106 through 119 (of 119 total)