Forum Replies Created

Viewing 15 posts - 676 through 690 (of 2,640 total)

  • RE: Problems with accessing SQL Server 2005 Installation

    I'd suggest a training course - if you're really hosting a sql server this way you shouldn't be asking this question. I know this sounds harsh but data security is...

  • RE: Seach and Updating Stored Procedures

    yes and no.

    you can certainly search stored procedure text and there's lots of code and discussion on this point, it can be tricky(ier ) where procs are very large and...

  • RE: Synonyms

    perhaps you could expand your question a little as I'm not quite sure what you're asking, sorry.

  • RE: Will this design scale?

    I'd just add anothe point having come from supporting an ERP system which used dynamic sql, sql 2005 doesn't seem to handle ad-hoc type queries half as well as sql...

  • RE: Will this design scale?

    I'd look for another job - you can never really get any performance out of apps like this and once you've exhausted the hardware options you've nowhere to go. Your...

  • RE: AWE SETTINGS

    there are numerous ways to check server memory I've never bothered with this counter - run this query and see what you get

    use master

    go

    select counter_name ,cntr_value,cast((cntr_value/1024.0)/1024.0 as numeric(8,2)) as Gb...

  • RE: SP2 Cumulative Updates - i386 vs x64 file sizes

    in as much as I've applied CU5 to both x64 and x32 servers and have previously deployed x64 and x32 versions of same patches, yes they are the same

    however I...

  • RE: SQL 2005 Performance tuning supporting 3rd party application

    it depends exactly what it is you're looking for. The microsoft blogs are probably your best bet although 2005 is starting to be old stuff now. the sql cat team...

  • RE: Define Sleep_Task Wait State

    waiting for something to happen? twiddling my fingers until someone does something. catching forty winks until I'm asked to do something.

  • RE: AWE SETTINGS

    awe is not allocated dynamically, setting awe on a x32 server disables dynamic memory management and sql server will take all the memory up to the max memory setting. a...

  • RE: clearing tempdb from buffer cache

    reported by both the dmvs and diagnostic manager.

    you can see the report I use on this page http://www.grumpyolddba.co.uk/monitoring/Creating%20Custom%20Reports%20for%20the%20DBA.htm

  • RE: Application Hanging

    ok so I didn't word that correctly - each user runs the application across the network from their workstation and the server the app is on is also the...

  • RE: awe enable

    x32 only uses awe. you must have the /pae switch set in boot.ini. you must set awe option on, you must set max memory. min memory is ignored with awe,...

  • RE: Application Hanging

    are you saying your users are launching the app from a shortcut on the server ?

    If so I can't see how that would work.

  • RE: SERVER config

    you should only consider x64, there's little point in using 32 bit apps with all the memory issues and limitations. x64 std sql takes the memory limit of the o/s...

Viewing 15 posts - 676 through 690 (of 2,640 total)