Forum Replies Created

Viewing 15 posts - 1,741 through 1,755 (of 2,640 total)

  • RE: Sql server 2000 Locking

    note that technically a select is not a transaction as it doesn't change data. Umm 1000 transactions/min ( did you mean minute? ) is not even low volume really and...

  • RE: dtproperties

    Think you'll also find using visual studio against a database will create all those tables - I have successfully removed them over the years without any problems - some software...

  • RE: Renaming a view

    Experience has shown that renaming any object may produce "issues" . I've always insisted that a rename is done by a drop and re-create. The use of the GUI is...

  • RE: How to List database size for all servers into a local table

    I publish such information locally to a web page and then put all the pages centrally.

    The issue with using remote calls to collect information is when a server doesn't exist...

  • RE: SQL Developer and DBA

    I'm just a bit intrigued by the rate, as a mercenary contractor/consultant < grin >  , is this a typical rate for Australia ?

  • RE: Issue setting up Replication

    you say you've set up the account ? Replication does this for you. remove the account and try again.

  • RE: What causes the speed difference?

    All run locally to database engine?  My local sql is developer, the server was ent edition. In both cases I ran the queries connected locally.

    Sorry but I cannot get any...

  • RE: What causes the speed difference?

    sorry but I was not able to reproduce what your posting suggests ( sql 2k sp4 ) , I used my local sql server and a high end server for...

  • RE: What should the normal values be for performance counters?

    You might want to buy SQL Server 2000 performance tuning - ms press , this would give you a good start.

    Most counters have to be read in conjunction with others...

  • RE: Cannot rename sqlsvr machine!

    nearly there - not local

    exec dbo.sp_dropserver oldname   ( wimnt90 )

    exec dbo.sp_addserver newname  ( sqlsvr1 )

    stop and restart sql service.

    Be careful when using a sql server name which is not the...

  • RE: Adversity

    Yes  - but haven't you just confirmed Steve's conclusions?

  • RE: Stress Testing SQL Server

    It depends if you're run perfmon against a SAN disk subsystem or not?  My experiences have been that the disk queue counters do not provide any meaningful data from a...

  • RE: Stress Testing SQL Server

    I'd just observe that with the adoption of SANs ( and NAS - although I've not used this ) that disk queue and disk time are not very useful.

    The only...

  • RE: What makes it faster?

    I like it - something else I can throw at developers!!! - only joking - good term though!

  • RE: Seamless Replication with column drop and re-add

    Paul - agreed , the terms large and small are so relative to yourself and on their own are pretty meaningless!! also depends upon your pipe for the replication path...

Viewing 15 posts - 1,741 through 1,755 (of 2,640 total)