Viewing 15 posts - 1,426 through 1,440 (of 2,612 total)
First, your estimate of 5 million users seems a bit optimistic, but let's go with that.
Managing the table of references to dtermine where data is store based on the user...
June 2, 2008 at 7:06 am
This method can be used to show you the beginning of ends of gaps, but if you are missing three values in a row, getting the one in the middle...
June 2, 2008 at 6:21 am
The best way to do this is to generate a list of numbers that "should" be there and then use a left joint to find the missing ones.
This can be...
June 2, 2008 at 6:01 am
It is most likely some application-level overhead in building a recordset. The best way to determine where the problem resides is to use profiler to trace the activity on...
June 2, 2008 at 5:55 am
Your question does not seem to make much sense. How can it be a system database if you created it?
June 2, 2008 at 5:52 am
Yes, what I am saying is you have to either create or change (if one is already configured) the drillthrough action for the cube. Whatever drillthrough has it's default...
May 30, 2008 at 1:38 pm
It is a drillthrough action in the actions of your cube.
May 30, 2008 at 1:18 pm
That looks reasonable. You don't really need to use temporary tables (or tables - temp tables may turn into a pain for you). You could pull both data...
May 30, 2008 at 12:30 pm
As far as the amount of memory SQL 2005 Standard can use - it is limited to the OS limit. I would have to guess you are using the...
May 30, 2008 at 12:16 pm
I would tend to say control the transactions at the lowest level possible. If you have several statements in a single procedure that need to be atomic, control the...
May 30, 2008 at 12:00 pm
You could create the date list with a tally table to improve the performance, but an efficient way of doing what you want is to compare your list of dates...
May 30, 2008 at 7:06 am
Assuming you have TCP/IP connections enabled, the SQL server does not know the difference. I suppose it is possible you are getting names pipes connections by server name. ...
May 30, 2008 at 6:42 am
I assume the fact that SSIS would require a SQL license at each site has made this option cost-prohibitive in your case and that is why the option is somewhat...
May 30, 2008 at 6:29 am
Your Exchange server is probably not configured to allow an SMTP relay to an outside mailbox. You either need to have your Exchange admin set this up, or add...
May 30, 2008 at 6:09 am
You cannot put an integer into a GUID field.
May 30, 2008 at 6:07 am
Viewing 15 posts - 1,426 through 1,440 (of 2,612 total)