Viewing 15 posts - 16 through 30 (of 104 total)
how do you do a server side trace? and how will that effect production?
July 18, 2011 at 3:04 pm
We did change when backups were happening so i'm pretty confident thats not it. The slow downs seem to be random.
We did run Perfmon and didn't see anything irregular.
Not...
July 18, 2011 at 1:28 pm
we are working in 2008, could i unpivot the table to work with it better?
I thought about a merge statement too but was wondering if there was a more dynamic...
November 23, 2010 at 1:37 pm
PerA, PerB etc are permission levels from 0-5. It is possible that the table is not created correctly this was created 8 years ago and is so ingrained in...
November 23, 2010 at 1:20 pm
wouldn't i have 2 of the same user in the table then? I want to update the one line with results of the other but they are both in the...
November 23, 2010 at 1:07 pm
Awesome I got the code to work by adding in some master tables. Thanks for all your assistance and extra information. I have some studying to do.
November 3, 2010 at 12:52 pm
WayneS (10/29/2010)
CREATE INDEX [Cover1] ON [dbo].[aa_BillBillingAgreement](BaiOffice) INCLUDE (BaiPKey, AgrPKey);
CREATE INDEX [Cover1] ON [dbo].[aa_BillBillingAdjustments](BiaBillingDate, BiaInvoiceApproved, BiaStartDate) INCLUDE (BaiPKey,...
November 3, 2010 at 9:28 am
Will it cause any issues if we go back and index the tables?
November 3, 2010 at 9:19 am
Also what is the difference between the IsNull and Coalesce?
November 3, 2010 at 9:04 am
this is really cool code, would never have thought to do this. The one thing i'm missing is what happens if there is values in the previous month but...
November 3, 2010 at 8:53 am
What does indexing do? None of our tables are indexed. By doing the Create Index, what will that do?
November 3, 2010 at 8:17 am
Viewing 15 posts - 16 through 30 (of 104 total)