Viewing 15 posts - 1,891 through 1,905 (of 3,366 total)
Code must be profiled so if this is development server you either do the job or ask for developer edition from IT for the developers because even in software engineering...
March 26, 2009 at 6:03 pm
Management can change that for you but you could affect productitivity so you first task is to create a copy of the database and make relevant changes and create a...
March 26, 2009 at 5:51 pm
You need to give them the developer edition it is under $50 online because Profiler uses a lot of memory so it is best run on the developer and test...
March 26, 2009 at 5:20 pm
I think here is how you find out what to do but I could be wrong because I am on the logical end.
https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/10/625659.aspx
March 26, 2009 at 5:13 pm
The error is related to compatibility mode 80 of your upgraded database your developer may have used .NET 2.0 decimal which may not map to SQL Server 2000 decimal. ...
March 26, 2009 at 4:52 pm
GAM (1:3578624) = ALLOCATED
SGAM (1:3578625) = NOT ALLOCATED
These are in the physical index architecture check below for details from the owners of the relational engine.
March 26, 2009 at 3:56 pm
I think most SSAS permission are derived from Windows but here are user permissions you can define and base permissions.
March 26, 2009 at 1:56 pm
The short answer is no the long answer either use SSRS 2008 or use the for pay VS2008 and use the free Asp.net or Winform version which is free.
March 26, 2009 at 1:44 pm
System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown.
The first line of your stack trace tells me it is Asp.net and I have posted two Asp.net solutions so do all that...
March 26, 2009 at 1:10 pm
Here are two possible reasons for the error and fixes per Microsoft, if these are not relevant to you post again but this time I need to know Asp.net version...
March 26, 2009 at 12:35 pm
Try the two links below before you buy any book look at existing code and samples before you buy a book. There are many code sample relevant info on...
March 26, 2009 at 10:01 am
I think you have not installed the Native Client driver so download install it and reference the x86 verson of it so you can connect to x86 2000 and 2005.
March 26, 2009 at 9:32 am
well during some point in this process a new file was created on my C: drive under C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\FTData. the file name is the same as my database...
March 26, 2009 at 8:46 am
The most likely reason for such issues is installing SSRS in other drive because Microsoft require the configuration path to be fixed that is install in C drive.
The other is...
March 26, 2009 at 8:29 am
If this is a production site and it gets very busy you will run into issues because when a SQL Server component comes with fixed path it usually needs operating...
March 26, 2009 at 8:18 am
Viewing 15 posts - 1,891 through 1,905 (of 3,366 total)