Viewing 15 posts - 331 through 345 (of 921 total)
Could you post the result from running this?
EXEC sp_configure 'show advanced options', '1'
reconfigure
EXEC sp_configure
--Jonathan
--Jonathan
You're mixing together two different security models. If you want to use SQL Server security, then don't use "Integrated Security=SSPI." If you want to use Windows security, then...
--Jonathan
quote:
I was wondering if there is a way to put a breakpoint/trigger in my sql 2k database that will stop loops...
--Jonathan
Viewing 15 posts - 331 through 345 (of 921 total)