Forum Replies Created

Viewing 15 posts - 2,821 through 2,835 (of 3,061 total)

  • RE: Looking for a slow query... yes slow

    my choice would be a Full Table Scan in your larger table, then pack the predicate with as many inline views as you can, all of them doing Full Table...

  • RE: Oracle view and query question

    Either your specs are wrong or your test data is wrong.

    All your rows have -1 value either on field3 or field4 columns so your query would return no rows; by...

  • RE: DBA

    Taking out of the equation the physical components always remember DBA owns nor the Data neither the Processes; DBA owns the structure:

    Data ...

  • RE: Detach Files Before Moving ?

    I'll put the database in restricted mode...

    Take a full backup -be sure the backup is good...

    Bring down SQL Server services...

    Do the disk swap...

    Light a candle...

    Start SQL Server services...

    Check error log.

  • RE: Detach Files Before Moving ?

    Shall we understand the initial and final location after the "move" is the same?... kind of taking a backup of a specific disk-drive, replacing the affected disk-drive and then restoring...

  • RE: Commerce Server :Server Roles

    yulichka (10/21/2008)


    In commerce server I need to give user only permissions: insert, select,update,delete in a tables. I know in regular server: it's db_datareader and db_datawriter, what about on Commerce Server?

    It...

  • RE: Question!

    ...or search Google for "SQL Server, OLTP, performance, reliability, scalability, security" 😉

  • RE: Datawarehouse

    Providing you are following Kimball's guidelines therefore your Data Warehouse is nothing but a collection of star-schema Datamarts I would say the standard ETL should works pretty much this way...

  • RE: Problem in Job Execution

    Would you mind in posting the error message?

    Can you see any related message on the Error Log?

  • RE: Model database: default user rights and files

    :blink: huh?

    1- Breath

    2- Rework your post

  • RE: SQL Server Lock

    Okay... let me break the news for you: it is not how many potential users you have, it is how many are concurrently working on the system and how complex...

  • RE: 200 databases backup strategy

    I see you have implement some sort of a standard backup procedure all accross the board.

    In my opinion Backup/Recovery strategy should be customized for each database according to business requirements...

  • RE: Primary Key

    I'm loving it! 😀

  • RE: SQL 6.5: How to know when last change were done.

    I think there is no silver bullet...

    DDL, I remember a schema-version column on sysObjects that would tell if the object was ever changed but it does not records the timestamp,...

  • RE: SQL 6.5: How to know when last change were done.

    Are you talking about DML or DDL?

Viewing 15 posts - 2,821 through 2,835 (of 3,061 total)