Viewing 15 posts - 46 through 60 (of 93 total)
Steve..first of all..can this be done using procedure?
No problem even if its tough to do this...but i want to know.is this really doable in a proc?
October 26, 2009 at 11:00 am
am not sure the table names and clolumn names in each table. This new program should handle all..If Proc p1 returns 3 record sets, new program should be able to...
October 26, 2009 at 9:21 am
Tried that..It doesnot work.. Can anyone help me here...
October 26, 2009 at 9:08 am
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
October 19, 2009 at 12:51 pm
Developer edition..
I checked all prerequisites. all are fine.
--Jus
October 1, 2009 at 2:24 pm
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...
September 15, 2009 at 8:46 am
Thanks Elliot...Can you please update me once you done with your solution.
Regards
Jus
September 15, 2009 at 7:51 am
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 =...
September 10, 2009 at 2:10 pm
Thx Roy....I will look into it...anyway..if you have proven script with you..can you post it here....
September 10, 2009 at 1:05 pm
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...
September 2, 2009 at 9:09 am
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...
June 25, 2009 at 9:42 am
Hello GSquared..
Wonder is that when i ran your code it works...but in my db, it returns no records...
--Jus
June 1, 2009 at 2:15 pm
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 /...
June 1, 2009 at 2:11 pm
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)...
June 1, 2009 at 1:49 pm
Viewing 15 posts - 46 through 60 (of 93 total)