Viewing 15 posts - 1 through 15 (of 25 total)
how can I run query against all of the register server? can you please send me the query which can be run across all register servers?
Thanks
October 13, 2015 at 11:58 am
Lowell (4/23/2015)
only the WHERE condition does; if you are using a different query than the one you posted,...
April 23, 2015 at 8:16 am
Lowell (4/23/2015)
April 23, 2015 at 7:23 am
please view my latest reply and help me please 🙁
August 13, 2014 at 9:35 am
Yah I know we have some redundant indexes which was not created by me but one of the person from development team have created those indexes using missing index DMVs...
August 13, 2014 at 9:12 am
Thanks for the reply Gila , please view the attached create index script of all these indexes , you can create them in any of your test db or at...
August 13, 2014 at 8:55 am
Yah, you are correct and thanks for the quick reply, these indexes were added to the one of our customer’s database that is having issue in performance in May. So,...
August 13, 2014 at 8:21 am
Lynn Pettis (6/28/2014)
declare @ProgamCodeIn nvarchar(10);
set @ProgamCodeIn = N'STORE2';
with baseitems as (
select
ipp.ItemID,
ipp.ProgramID,
p.Code,
rn...
June 29, 2014 at 11:56 pm
Lynn Pettis (6/28/2014)
Okay, now using your sample data show us what the output should look like if the query runs correctly.
Please view the attached file. My out put should be...
June 28, 2014 at 10:23 am
Lynn Pettis (6/28/2014)
Have you tested the code that David Burrows posted above in this thread?
yes I tested that code but its not working below is the result set I got...
June 28, 2014 at 8:43 am
SQLRNNR (6/27/2014)
David Burrows (6/27/2014)
SQLRNNR (6/27/2014)
Is this good enough to save the OP from getting fired?
In real db there are only two programs STORE and STORE2 so you should forget...
June 28, 2014 at 7:42 am
In real db there are only two programs STORE and STORE2 so you should forget about the other two i.e. UNI and UNI2.
as I told that I will put the...
June 28, 2014 at 7:40 am
HI
Is there a better way to write the following ?? Please view the below comments I have received in one of the stored procedure
Plenty wrong. For starters, this
where cast(convert(varchar(10),PostingDate,110) as...
June 28, 2014 at 5:56 am
Viewing 15 posts - 1 through 15 (of 25 total)