Viewing 15 posts - 44,206 through 44,220 (of 49,571 total)
Can you please post table structure, index definitions, the execution plan (as a .sqlplan file, zipped and attached) and an estimate of the number of rows in the table and...
September 27, 2008 at 12:53 am
Are you the administrator? If not, ask your admin to reset password.
If you are the admin, is there a windows authentication login that exists with sysadmin permissions?
September 27, 2008 at 12:52 am
Milu (9/27/2008)
September 27, 2008 at 12:50 am
One other misconception. A clustered index scan is not better than a table scan. It's the same thing. It's called a table scan when run on a heap (table without...
September 26, 2008 at 1:40 pm
SanjayAttray (9/26/2008)
Nothing I am aware of in SQL Server 2000. Use this for 2005.
How is that going to find indexes that the queries never use?
In SQL 2000, there's...
September 26, 2008 at 1:35 pm
There are some cases where the 2005 optimiser produces worse plans to the 2000 one. Short of a rewrite or query hints, there's not way to force the optimiser to...
September 26, 2008 at 1:08 am
Not sure why you're getting an access violation. What do the procs do? Any linked servers involved?
There is another issue with the trigger
select
@status ...
September 26, 2008 at 12:57 am
How are you restoring? What options have you checked?
September 26, 2008 at 12:49 am
SELECT dateadd(dd, datediff(dd,0, getdate()),0)
The varchar method works, but is slower. See - http://sqlinthewild.co.za/index.php/2008/09/04/comparing-date-truncations/
September 26, 2008 at 12:48 am
RAJNISH AWASTHI (9/25/2008)
Wanted to know that :-
...
September 26, 2008 at 12:47 am
Check out Paul's blog post on attaching corrupt databases. It may help you. If you get problem, post in the corruption forumn here (the SQL 2000 one) as Paul sometimes...
September 26, 2008 at 12:44 am
I'm no AD expert, however those are not SQL-related errors. They point at a problem communicating with the DC. If that was my server, I'd be passing those over to...
September 26, 2008 at 12:41 am
Steve Jones - Editor (9/25/2008)
I thought Gail was right here. Shouldn't use space for int/char if it's null, the null bitmap should carry that.
That's how I thought the null bitmap...
September 25, 2008 at 11:06 am
Matt Miller (9/25/2008)
September 25, 2008 at 10:59 am
Viewing 15 posts - 44,206 through 44,220 (of 49,571 total)