Viewing 15 posts - 106 through 120 (of 530 total)
Hello Rashidjilani,
Albeit I still think it might be impossible to find a tool that gives you value for your money or for the time you have to spend configuring it...
September 15, 2006 at 12:35 am
Thanx, I had read that
Well, say that user myDom\Joe does a SELECT col1,col2,SUM(col3) FROM BigTable GROUP BY col1,col2 in a OLAP environment (query...
September 14, 2006 at 2:01 am
Okay, can it be that with SP2 your computer cannot register it's name with the entity that responds to your SQL Server Request Broadcast (Opening the drop down list. I do...
September 13, 2006 at 9:06 am
That is true, I have read the same somewhere in BOL.
But if I recall correctly, that info concerned earlier versions then SQL Server 2000 and from my testing it would...
September 13, 2006 at 4:01 am
Sreejith had a very good pointer!
I would add that your DSS table Dates would serve you well (yet again!)
September 13, 2006 at 3:22 am
Is the SP deterministic? (Does it always return the same data?)
I never got an answer if it always takes more then one hour to run, if you only tested once...
September 13, 2006 at 3:13 am
Mike has good suggestions!
I would come with a follow up question; why would you like to create these files of 'only' 5 GB? If you want to spread fles over...
September 13, 2006 at 3:06 am
How much data is returned? Do you try to view the ASP page from another server (maybe the data result set is huge and takes long time to return over...
September 13, 2006 at 3:02 am
Does the call from ASP consistently take more then an hour to run? If not maybe you have severe blocking problems.
Are you actually running your stored procedure from ASP and...
September 13, 2006 at 2:43 am
Hello,
I have not heard of any similar tool and I cannot really see that an efficient one can exist. Since the data in the tables can be interpreted in so...
September 13, 2006 at 2:40 am
Or if there is only one connection modifying the table; you could create an application lock, uphold it until you have done your updates and have your notifications that way.
I.e...
September 13, 2006 at 2:24 am
Have you tried to 'ping' it? Could it be some WINS problem?
September 13, 2006 at 2:18 am
...and if you actually look at the 'Correct Answer' on the same page as the result you can see the correct answer there and NOT the answer that gave points...
September 11, 2006 at 7:15 am
The easiest answer would be:
Read up on RDBMS and how they work and design your tables from there. If performance is a problem denormalize a little...
Then if you want to...
September 11, 2006 at 4:01 am
Have you tried to change the RowDelimiter?
September 11, 2006 at 3:53 am
Viewing 15 posts - 106 through 120 (of 530 total)