Forum Replies Created

Viewing 15 posts - 1 through 15 (of 22 total)

  • RE: Uninterrupted access to databases

    Thanks for the tips. Also, has anyone used Double take or similar third party software that basically replicates all changes made to a server to a standby one. It's not...

  • RE: Uninterrupted access to databases

    Is there any way to have maybe a clustering at the software or hardware level where you can have multiple copies of the same database and can somehow apply changes...

  • RE: Read / Write Contention

    -- The Table1 has four fields 'Id' unique identifier, 'Body' varchar field with some text, 'XTime' date time field specifies

    the time after which the record can be picked...

  • RE: Archiving Data.

    Thanks.

  • RE: Triggers On Indexed Views

    Is it true that you can only create Instead Of Triggers on Indexed Views?

  • RE: sql 2000 debugger

    Tried to use the debugger as explained in the site you've mentioned, got the following error:

    Server: Msg 504, Level 16, State 1, Procedure sp_sdidebug, Line 1

    [Microsoft][ODBC SQL Server Driver][SQL Server]Unable...

  • RE: Locking during UPDATES...

    Thanks, I landed up changing the way we were querying so this is not an issue really, but we were not really trying to lock anything it's just that logically...

  • RE: can this be accomplished in SQL Server?

    Just a clarification...

    In the sql that I wrote I call the first column in both tab1 and tab2 as 'Id' instead of 'Id_no' and the second columns as 'name' instead...

  • RE: can this be accomplished in SQL Server?

    Here's a quick N dirty solution. May be not that dirty really......

    In the following code, tab1 is your first table with id's and peoples names and tab2 is the second...

  • RE: Locking during UPDATES...

    Did without the 'readuncommited' still the same result. No locks on the permanent table.

  • RE: Locking during UPDATES...

    Steve,

    I tried creating a small perm table with a few records and then updated a temp table which joined with this perm table in the from part of my...

  • RE: Statistic Profile Parameters

    Here's the list of arguements that I get:

    StmtText,StmtId,NodeId,Parent,PhysicalOp,LogicalOp,Argument,DefinedValues,EstimateRows,EstimateIO,EstimateCPU,AvgRowSize,TotalSubtreeCost, OutputList, Warnings Type, Parallel,

    EstimateExecutions.

    If I am looking to see how efficiently my query is performing, what all should I be looking at....

  • RE: Images: Store in SQL2000 or on File Directory?

    I said defragmentation instead of fragmentation. We would probably need to defrag the table with text fields on a regular basis?

  • RE: Images: Store in SQL2000 or on File Directory?

    I need to store files upto 6MB, there will be mostly inserts and reads and maybe some updates (very few though). I have the choice of either using the file...

  • RE: What is 'ADO' doing for us?

    Yes, the gain if any is expected on the client side. Will let you know what we find when our developers run benchmarks.

Viewing 15 posts - 1 through 15 (of 22 total)