Viewing 15 posts - 16 through 30 (of 40 total)
Yes, the application was Siebel. The difficulty I was having was reproducing the query behavior within a cursor. The execution plan used by the cursor was different than the execution...
October 20, 2009 at 7:22 am
We have i3 from Symantec. Neat tool, but VERY expensive.
June 17, 2009 at 5:15 am
If you have multiple filegroups, did you move any objects to those filegroups?
If I create a filegroup called FG2 that contains 5 10GB data files and move table x, table...
June 17, 2009 at 5:10 am
I'd check to make sure SQL Server runs under an account that has local admin privileges on each node. Also, make the Windows cluster service account a local admin as...
June 17, 2009 at 5:00 am
There are a few scripts on the web that will rebuild indexes if they exceed a certain level of fragmentation only. Otherwise, they will defrag them.
I've seen some cases where...
April 29, 2009 at 12:14 pm
Thank you so much!
Mark - the query works great! You are a gentleman and a scholar. 😀
April 29, 2009 at 12:10 pm
The one bug I found in SP2, did not make it to SP3. 😎 I was told it will be fixed in CU12, due in Feb 2009. When creating a...
February 3, 2009 at 8:39 pm
I was just wondering if somehow the code running inside the cursor was ignoring any indexes already present on the table. I can't verify that it is doing a table...
October 3, 2008 at 12:02 pm
Unfortunately we don't have control over the way the client app sends the requests to the DB. We can't change it from cursors to stored procs. I can do some...
October 3, 2008 at 11:36 am
Has anyone found a solution to this? I am experiencing the same issue against a SQL 2005 database. When running a query that returns 0 records takes 15ms when run...
October 2, 2008 at 2:24 pm
Also, you should consider running a 64 bit installation, so you need x64 capable CPU's, 64 bit OS, and 64 bit SQL.
August 20, 2008 at 9:50 am
Under what account is SQL Server agent running? Does this account have permission to execute this job?
July 21, 2008 at 12:28 pm
(Make sure your SAN storage is already presented to your server and Windows can see it)
Log in to Cluster Administrator.
Open up the resource group where SQL Server is located.
Right Click...
July 21, 2008 at 12:26 pm
Viewing 15 posts - 16 through 30 (of 40 total)