Viewing 15 posts - 91 through 105 (of 193 total)
chris_wallace_000 (6/23/2009)
Thanks for your input guys. It's greatly appreciated.I have run extensive memory tests, and it all comes back fine.
I'm looking into drivers now!!
😀
Hi - have you tried testing...
July 8, 2009 at 2:39 am
I'd suspect that hte problem is the clustered index on hte GUID.
Try changing the clustered index to a monotonic value - such as an IDENTITY column
June 16, 2009 at 3:08 am
SSIS into a reporting database, and do your reporting from that a viable option?
May 12, 2009 at 10:58 am
Google "Dimensional Modelling" (specifically, "A dimensional modelling manifesto" for a kick off) and Kimball.
That's your starting point
April 30, 2009 at 10:26 am
Oh, oh - can't believe this one's been missed so far? Or did I just bang my head on the desk 'till it went away?
"Well - it's obvious that...
April 8, 2009 at 10:37 am
Bob Hovious (4/8/2009)
1. Everyone knows that databases don't scale.
2. Everyone knows that SQL Server is slow.
3. We...
April 8, 2009 at 9:59 am
bob.willsie (4/8/2009)
Sounds like a case of way too many programmers with way too much time on their hands...
More like way too many programmers with way too little clue in their...
April 8, 2009 at 8:25 am
Don't use Table or View as your data access method when loading or transferring data. This apparently uses a cursor behind the scenes, and as a result kills your...
January 30, 2009 at 8:32 am
May I ask why, exactly, you would be doing that rather than have a quantity column containing the number of items?
January 26, 2009 at 2:52 am
CrazyMan (1/22/2009)
January 22, 2009 at 3:49 am
Could you also post the production and reporting table definitions please?
January 22, 2009 at 3:17 am
GilaMonster (1/14/2009)
foxjazz (1/14/2009)
Ok, instead of giving me problems, how about providing a solution.
This is not the first time that you've criticised the free help that you're getting here. If you...
January 20, 2009 at 10:42 am
sqlservercentral (1/6/2009)
January 8, 2009 at 3:48 am
GilaMonster (1/7/2009)
RBarryYoung (12/31/2008)
[h2]If your data is important to you then Back It Up![/h2]
And to add to that.
Any backup not tested cannot be considered a valid backup. If it's worth...
January 8, 2009 at 2:21 am
Viewing 15 posts - 91 through 105 (of 193 total)