Forum Replies Created

Viewing 15 posts - 4,321 through 4,335 (of 7,429 total)

  • RE: 8 processor server

    BOth NT and 2000 can be enabled to run more than 2GB of memory based on a switch added to the Boot.ini and enabling in SQL. Look at AWE and...

  • RE: SPs, combine Action queries and Select Queries

    I have done things like this in the past without issue. Can you also post your code where you are using ADO to return the data (please alter any security...

  • RE: ASP Stored Proc call

    Can you post the full message text and please post the asp code you use to call this (please alter any security items for safety)? Has to be the way...

  • RE: best practice disk arrays

    I have always been told by vendors that it is better to have completely seperate RAID controllers, unless you only have one then using channels is better.

    Log and database files...

  • RE: Alias a Database Name

    The only way you will be able to do what you are asking is to build a dynamic statment so that you can use a variable to reference the database...

  • RE: SQL Server RaiseError/VB

    First how are you running the app? What options does it give you when the error window pops up? Also, if you know the line will fail then trap it...

  • RE: MSSQLServer won't start (after master move)

    Not to my knowledge, other than the ones configruable for Server Properties most all items related to databases are in the sys.... tables of each db or in the master...

  • RE: Server Metrics

    When you install SQL to an NT server it will add serveral counters to Performance Monitor that you can select and use. Check out http://www.sql-server-performance.com there are several helpfull item...

  • RE: Unknown user trying to log!

    Look at connections.

  • RE: SQL Server system requirements

    The minimum requirement is Pentium 166Mhz, I have even tried it on a P166(which was snail speed in working). As long as you are faster than that doesn't matter brand,...

  • RE: Backwards: Can SQL2K database work in 7.X?

    Databases in 2000 cannot be resotred to 7 and 7 databases attached to 2000 servers cannot be moved directly back. There are internal changes made to the file that make...

  • RE: MSDE 2000 Install on Win XP fails

    No the database actually lives on the server. ADP files are the project files for the access application, deleting it will not make the DB go away. I would open...

  • RE: BACK GROUND PROCESS?

    Or even better put a marker on the row that is inserted to check for backorder items. Just needs to be a bit and requires no interaction other than a...

  • RE: wildcard and smalldatetime

    You should not use wildcards with dates. Dates are not really char types they are numeric type when they are stored and are formated in the output. To get all...

  • RE: History of the spid's?

    Once the condition is over you may not be able too. If the SPID was to an item that has not disconnected them sp_who or sp_who2 may help. If the...

Viewing 15 posts - 4,321 through 4,335 (of 7,429 total)