Viewing 15 posts - 1,861 through 1,875 (of 3,366 total)
I don't think books are horrible I just think better selection of writers and much better technical editing, a T-SQL book needs to be referenced to the T-SQL reference on...
March 30, 2009 at 11:10 am
I have covered the two context of your error and the known fixes of this problem in the thread below, you should also know your options are limited.
http://www.sqlservercentral.com/Forums/Topic678990-359-1.aspx
March 30, 2009 at 10:23 am
The SQL Server 2005 SSRS samples works without issues if you double click the solution file all will work except the one that runs off a cube which require you...
March 30, 2009 at 9:03 am
It is better to use the Oracle OLE DB driver for your version of Oracle so go to Oracle website and download their OLE DB driver.
March 30, 2009 at 8:22 am
I don't understand why you would need something that is not technically viable because Japanese and Chinese alphabet is more than 2500 characters while all the other languages uses the...
March 30, 2009 at 6:41 am
The loosely coupled transactions in the Microsoft platform require a resource manager SQL Server is one of the resource manager which implictly means with correct business object modeling transactions can...
March 29, 2009 at 7:24 pm
15 million Tiff files should be moved to SQL Server 2008 so you can use the file stream feature because if you use 2005 you may have to store your...
March 28, 2009 at 11:31 am
In the Readiness Review assessment on the CDROM one of the questions reads:
"You are creating a new collection type that must be iterated using for-each loop. Which of the...
March 28, 2009 at 7:24 am
In a 1TB database profiler should never be run in production but the real problem is architecture and design issue because data from the 10 tables can be automated to...
March 27, 2009 at 6:44 pm
Heh... the books are, indeed, mostly accurate for whatever is in the book. They just forget to do things like test the code with more than 20 rows. You can't...
March 27, 2009 at 6:36 pm
I am glad I could help, this error is two part if you are not in IIS then there is only one fix to change SQL Server to both Windows...
March 27, 2009 at 4:47 pm
The standard fix for this in IIS is to disable anonymous access and enable impersonation, if that did not fix it then you may have to add the account used...
March 27, 2009 at 4:07 pm
Then your IIS 6 installation may be wrong because in Windows 2003 IIS comes uninstalled and during installation you have to make sure you enable all the features needed to...
March 27, 2009 at 12:55 pm
When profiler is run in production it will only profile events that will use limited resources when it is run in a test box it will be comprehensive and detailed....
March 27, 2009 at 12:38 pm
I have told you to get a copy of developer and profile the code in a test box and yes your users error maybe related to the profiler run.
March 27, 2009 at 12:23 pm
Viewing 15 posts - 1,861 through 1,875 (of 3,366 total)