Viewing 15 posts - 316 through 330 (of 566 total)
Depending on your situation, you may want to consider COALESCE as an alternative.
January 22, 2008 at 8:18 am
NP - full backups of all the system, user databases. Uninstall the rollup via Add/Remove programs under the Microsoft SQL Server 2005 installation, select the Show Updates check box.
January 17, 2008 at 9:14 am
Recentley installed cumulative update 5 (build 3215) from 4 (build 3200). I haven't experienced any problems w/ SSAS on either build (x86). In fact most of the updates introduced into...
January 17, 2008 at 7:24 am
Likely - this is VSS. I would disable VSS if you aren't using it. At a minimum ensure that your SQL directories are excluded.
January 16, 2008 at 9:08 am
Just go to start -> run -> services.msc and look at the SQL Server service, SQL Server Agent service, etc. You could also view this on the properties page for...
January 16, 2008 at 8:49 am
What account are the SQL service(s) running under?
January 16, 2008 at 8:14 am
Disable VSS (Volume Shadow Copy Service). More information on VSS -
January 16, 2008 at 7:48 am
Yes, and vies versa.
January 14, 2008 at 7:09 am
Correct - there are x86, x64, and IA64 versions of SQL Server 2005. Sounds like you have the wrong one 😉
January 10, 2008 at 8:50 am
🙂 Thanks, that's a good point, one would assume that the execution plan (view vs. named query) would differ quite a bit.
January 8, 2008 at 7:55 am
I would monitor the SQL Server performance counter, batch requests per second on your current CF/SQL server during your peak production load to first determine wether a CPU bottleneck currently...
January 7, 2008 at 9:33 am
Refer to the following post on MSDN:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1890772&SiteID=1
Use the query in the post to list the objects in TempDB, this will help you troubleshoot the issue. TempDB is volatile, worst case...
January 7, 2008 at 8:34 am
It could be related to a number of different issues. I would suggest to first see if the server is listening for incoming TCP connections on 1433. Open a command...
January 4, 2008 at 11:42 am
Viewing 15 posts - 316 through 330 (of 566 total)