Forum Replies Created

Viewing 15 posts - 46 through 60 (of 91 total)

  • RE: Dump into multiple tables

    Tried that..It doesnot work.. Can anyone help me here...

  • RE: Mostly Used Tables

    Thanks AlzDBA ..

    Can you please explain "how the result can be anayzed by looking at Total_accesses, Seeks,Scans and lookups"?

    I gues..This is going to be big learning for me...

    Regards

    Jus

  • RE: Installation Issue

    Developer edition..

    I checked all prerequisites. all are fine.

    --Jus

  • RE: Audit trail

    Infact i do not know any tool / methodology which can measure / calcualte the performance hit with the specified number of events.

    Is there any tool available to tell...

  • RE: Audit trail

    Thanks Elliot...Can you please update me once you done with your solution.

    Regards

    Jus

  • RE: Indexes in the DB

    Thx..I will take care of that...

  • RE: Indexes in the DB

    Roy / Umar:

    Does the following script good enough to serve the purpose or does it require any changes?

    select distinct a.id,a.name,b.name,d.name,b.type_desc from sys.sysobjects a

    inner join sys.syscolumns d on a.id =...

  • RE: Indexes in the DB

    Thx Roy....I will look into it...anyway..if you have proven script with you..can you post it here....

  • RE: Backup / restore issue

    First option is not possible, because prod environment is not in my control.

    Second, I will be getting the backup file only from production, nothing else.

    Any changes can be performed in...

  • RE: Differential backup

    No. my question was......If you take the differential back up second time after the full backup, will it (second differential backup file) be holding the data changed after the first...

  • RE: Search does not work on varchar(max)

    Hello GSquared..

    Wonder is that when i ran your code it works...but in my db, it returns no records...

    --Jus

  • RE: Search does not work on varchar(max)

    I am sorry for not providing data lynn.

    Data is a follows.

    INSERT INTO testcases ([testcase_id],[ScenarioName],[scenario_category],[expected_bundles],[expected_promotions],[on_order],[on_profile],[Change_to],[creation_date],[user_name])

    VALUES ('2737','[Change5]-[Existing Customer]-','Change','','AutoAdd: 1.24 M PL ','','FE / FDV + Data + Video Triple','FE /...

  • RE: Search does not work on varchar(max)

    DDL:

    CREATE TABLE [dbo].[testcases](

    [testcase_id] [int] IDENTITY(1,1) NOT NULL,

    [ScenarioName] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

    [scenario_category] [varchar](15) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

    [expected_bundles] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

    [expected_promotions] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

    [on_order] [varchar](max) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

    [on_profile] [varchar](max)...

  • RE: Search does not work on varchar(max)

    Basically i was unable to undertsand why the condition

    Scenarioname='[Change6]-[Existing Customer]-[FE / FDV + Video SPL FL DCT with VTP = NO]' is failing?

  • RE: db owner

    thx

Viewing 15 posts - 46 through 60 (of 91 total)