Viewing 15 posts - 1,876 through 1,890 (of 3,366 total)
The reason is Server A must be Windows 2000 which comes without the network service account which was introduced in Windows 2003. You could run SSRS with Domain Admin...
March 27, 2009 at 12:20 pm
Your desktop is better than production because it uses a lot of memory, you could check your resource use while you are running it.
March 27, 2009 at 12:12 pm
SSRS doe not use IIS so I don't think you could do what is javascript based browser dependent operating like mouse over. If you could do it...
March 27, 2009 at 11:52 am
Profiler should never be run in production buy the developer edition and profile your code in it, cheap and zero down time.
March 27, 2009 at 11:48 am
Working in a multilingual environment with everyone speaking their native tongue. In our office we have Americans, German, Latinos and a smattering of Indians.
I know that they are not talking...
March 27, 2009 at 11:32 am
I remember a while back Jeff said we (SSC) should write a book in Performance when I said Microsoft hired some one who did not know the difference between UNION...
March 27, 2009 at 9:41 am
If I understand you what you are looking is covered by Microsoft below.
March 27, 2009 at 6:58 am
GRANT ALTER TRACE TO [MyDomain\User1];
You could just run the above in management studio.
March 27, 2009 at 6:38 am
Then you will never work for a software engineering company because the developers work pay your salary.
March 27, 2009 at 6:19 am
The notebooks are not someone property they are company property actually mobile offices of all developers sample data is in the development server not on developers desktop and getting everything...
March 27, 2009 at 6:11 am
In an environment where folks that have access to Production (and shouldn't) data and have MSDE / Express Editions end up restoring Production data, which could be confidential, on laptops....
March 27, 2009 at 5:48 am
Remove MSDE / SQL Express from all laptops
VS2005/8 installs these if you are not providing Developer edition taking all these away will cost a lot of development time and some...
March 26, 2009 at 10:07 pm
You need to do text encoding in Java and use the correct collation for each version of Chinese, Japanese, German, French and English. So in Java you text encode...
March 26, 2009 at 7:41 pm
If SP3 does not fix it then your only other option is to adjust the Numeric data type precision and scale.
http://msdn.microsoft.com/en-us/library/ms187746(SQL.90).aspx
March 26, 2009 at 7:07 pm
Upgrade from SSRS 2000 to SSRS 2005 in standard edition comes with known issues so you need to take one to two days read everything in the thread below before...
March 26, 2009 at 6:51 pm
Viewing 15 posts - 1,876 through 1,890 (of 3,366 total)