Viewing 15 posts - 31 through 45 (of 63 total)
If you can afford some read-only recordsets during the work day, then analysis services may be of interest. You can build your results during the night for the next day's...
August 3, 2007 at 9:15 am
Check the services Logon As. The MSSQLServer and Agent services may be staring/logging on with insufficient permission. Also check DCOM permissions. You have have corruption or incorrect DCOM permissions for...
August 3, 2007 at 9:09 am
Do you need to test the application's connection string to the mirror, specifying the failover or do you plan on retrieving the failover as part of the initial connection process?
Do...
August 3, 2007 at 9:03 am
I believe you are encountering the loop due to the underlying data being updated by the cursor. My suggestion would be to modify the code for a static cursor.
DECLARE
@TCOUNT INT,
@BARCODE...
August 3, 2007 at 8:52 am
I have seen a similar behavior in Query Analyzer as well as SSMS. If the Set Parse Only is turned on actual execution of the statement(s) never occur. Also if the ansi_defaults...
July 30, 2007 at 8:41 am
I would also look at your logical/physical IO channels. This may be a case where you need to have your OS on a physical channel and raid drive, separate channel...
July 25, 2007 at 11:49 am
Since 1999, I have not seen one EDI project profit from the use of XML. I have seen many revert back to a well defined fixed width or delimited file. ...
July 25, 2007 at 11:22 am
I have spent the last three years developing a multi-server, multi-database plat formed system, using similar techniques. We have had various performance penalties, most of which were unacceptable and have...
May 30, 2007 at 9:52 am
I would look at the windows event log first, then the sql log files, typically here: C:\Program Files\Microsoft SQL Server\MSSQL\LOG.
You will probably find a disk write issue.
February 20, 2007 at 7:52 am
This is obsolete by M$:
Everything M$ is currently working...
September 6, 2006 at 9:48 am
Choices,... I think not. Microsoft is the only one choosing. We are all forced to follow. The only influence we have is how long until we follow.
Going to .Net before...
September 5, 2006 at 8:20 am
XBOX is as bad as having credit cards. You can't get enough and they take over your life.
Cut the cord and the cards and go back to living life with...
August 25, 2006 at 8:41 am
DataBase Administrator or DataBase Developer?
I believe that we will see more DataBase Developers emerge, using the new VS and Team tools for DataBases. Developers in the true since of the...
August 9, 2006 at 6:03 am
The river behind the buildings would concern me from an operational point of view. I hope their buildings are water tight or all of the computers are on or above...
June 20, 2006 at 5:32 am
I recommend changing EM to Store locally for all users, (not independently) and create a weekly scheduled job to backup the HKLM..\..\Registered Servers X branch.
June 12, 2006 at 10:07 am
Viewing 15 posts - 31 through 45 (of 63 total)