Viewing 15 posts - 2,401 through 2,415 (of 2,612 total)
Don't sugar coat it Jeff - tell us how you really feel.
Bummer - I just noticed that I cannot see the previous post while I am adding a new one.
The...
September 24, 2007 at 6:03 am
Overall, I think it is a great improvement.
I'm sure you are tired of hearing about the notification emails, so I will not add to them. I did, however, find it...
September 24, 2007 at 5:54 am
Reporting Services 2005 supports dynamic data sources (connection strings). I use this feature for my financial system since it creates one database per company.
Here is a post:
September 24, 2007 at 5:46 am
You can manually set up the database and not use a snapshot. The down side will be that you will be unable to simply re-initialize the database and have it...
September 24, 2007 at 5:32 am
Wow - I have to get used to the new website here - change always freaks me out.
As for your question, I would start by using the CLR integration in SQL...
September 24, 2007 at 5:14 am
The spilling of memory over into the page file is handled by the operating system, not the SQL Server. Even though you have told SQL to reserve physical memory and...
September 19, 2007 at 11:26 am
When Microsoft bought Proclarity last year, they picked up a product that will do this for you. It is the same kind of thing as Novaview in which you will...
September 19, 2007 at 6:34 am
Replication - by default - really wants to replicate deletes. So, it is often a poor choice for an archiving solution. That being said, you could use transactional replication.
Transactional replication uses...
September 19, 2007 at 6:28 am
This would need to be a feature of your pivot table tool. AS will not allow you to force a user to always have a particular dimension filtered unless you...
September 19, 2007 at 6:17 am
There are a lot of differences, but the purpose of the second database is the latency of the data are probably the two most important factors.
In log shipping, the second...
September 19, 2007 at 6:06 am
I have been a DBA / Developer for about a decade. During this time I have been on both sides of the fence - a manager of up to 14...
September 19, 2007 at 5:56 am
I would tend to suspect permissions, but start with seeing if the lookup component is querying the database correctly. Start profiler and run a trace just before clicking the lookup...
September 14, 2007 at 11:53 am
You still have not given much information to work with here. You are doing a lookup to a SQL 2005 server. Regardless of the database or table you choose for...
September 14, 2007 at 11:21 am
We have a financial system that uses a database per company and we have about 45 companies at the moment, so I know how you feel with this.
I have a...
September 14, 2007 at 5:53 am
Viewing 15 posts - 2,401 through 2,415 (of 2,612 total)