Viewing 15 posts - 1,291 through 1,305 (of 1,492 total)
I like Jeff's solution as an example of how to do this in code.
We use a Fiscal Calendar table for a few of reasons.
It's easy to maintain, and it can...
June 10, 2009 at 7:28 am
Looks like he may have tested in Production :w00t:
That is a large font........
Greg E
June 2, 2009 at 2:20 pm
Try looking over some of the documentation.
Here's a couple of links.
Hopefully this will help out. I imagine the
Greg E
http://msdn.microsoft.com/en-us/library/aa337557(SQL.90).aspx
and for RS
http://msdn.microsoft.com/en-us/library/ms157275(SQL.90).aspx
http://msdn.microsoft.com/en-us/library/ms156010(SQL.90).aspx
June 2, 2009 at 2:10 pm
I've got a problem that has me stumped. I downloaded an iso image with a long name to a usb key.
en_office_sharepoint_server_2007_standard_and_enterprise_edition_with_service_pack_1_x86_x64_dvd_x14-40187.iso
My x64 bit machine has no problem with this, But...
May 29, 2009 at 7:36 am
I would expect The Thread to come back for a visit and try for number 5000.
Greg E
May 27, 2009 at 12:46 pm
I've been running W2003 R2 x64 bit on SP2 in both Dev and Production for awhile.
Apply it to your Dev environment and test it first.
I don't think anyone is going...
May 27, 2009 at 9:04 am
I use a similar strategy to move IIS log files to another drive.
This is VBA code in Excel example.
Note 1 difference - I order them and can choose how many...
May 26, 2009 at 12:33 pm
Florian Reischl (5/21/2009)
I don't who's the target person (and I don't have to). Maybe a language problem? Sometimes words have different meanings in different languages.
Ill never forget Chevrolet took several...
May 21, 2009 at 2:55 pm
If you are able to reboot the system and start out clean (which if this is production could be an issue), and then check the memory levels before any queries...
May 13, 2009 at 3:24 pm
Are both SQL server and SSAS running on the same machine?
We run both on the same machine, but memory took awhile to balance out.
We had to set limits on both...
May 13, 2009 at 6:30 am
Understanding the current setup would be the first thing I'd look at. Look at the peak loads as well as normal average loads.
And if you are virtualizing, this is generally...
April 27, 2009 at 1:17 pm
This sounds more like you'd want a KPI on a dashboard to point out those who haven't met some minmum requirement.
We let our rocks show as the water level gets...
April 27, 2009 at 12:50 pm
Do the users need to delete records?
And if they are using access, do you know what ID is being used?
Could it be a data source setup as SA? That would...
April 27, 2009 at 12:33 pm
We have 1 large cube with everything, and off of that we have perspectives. This sounds like what you are looking for.
http://msdn.microsoft.com/en-us/library/ms174803(SQL.90).aspx
Greg E
April 24, 2009 at 6:52 am
I see a Model of consistency - varchar(100).
Oh wait - now I can see why they did this.
It's flexible - you can put anything in a column.:hehe:
And I can see...
April 23, 2009 at 10:55 am
Viewing 15 posts - 1,291 through 1,305 (of 1,492 total)