Viewing 15 posts - 706 through 720 (of 2,463 total)
see if you can find something in this table sysdbmaintplan_hist
December 12, 2012 at 4:31 am
anthony.green (12/12/2012)
December 12, 2012 at 4:26 am
anthony.green (12/12/2012)
Thats the whole point.%...% will cause a table scan no matter what indexes you have on it
FTS will do the seek and then a match on the FTI
ok...
December 12, 2012 at 4:18 am
anthony.green (12/12/2012)
but doesnt do a scan which the like does, so full text wins on that one for me.
well i think its because there is full text index on...
December 12, 2012 at 4:11 am
anthony.green (12/12/2012)
What is the output with statistics time switched on and also what do the executions plans show.
SQL Server parse and compile time:
CPU time = 16...
December 12, 2012 at 4:06 am
Saravanan_tvr (12/11/2012)
If use the sysmail_start_sp , I didn't get any output...
December 12, 2012 at 4:01 am
shohelr2003 (12/12/2012)
After configuring mirroring, I opened Mirroring Monitor and I got the following scenarios.@Principal,
@Mirror,
screenshot not visible
December 12, 2012 at 3:34 am
it seems that you are unaware of NULL keyword , take help from here
http://www.techrepublic.com/blog/datacenter/handling-null-values-in-sql-server-2005/153
PLUS
you query will work like this select * from table where info is...
December 12, 2012 at 3:20 am
Akkare (12/12/2012)
December 12, 2012 at 3:17 am
bdeboer (12/12/2012)
December 12, 2012 at 3:01 am
Hemant.R (12/12/2012)
This error occurs when someone has run a process that has broken the log chain. Probably ran the command BACKUP LOG [Jul_Reports] WITH TRUNCATE_ONLY, or the database was...
December 12, 2012 at 2:30 am
sankar276 (12/11/2012)
If the clustered index key long and it is not in increasing order you will find more bookmark lookups
it is not the case, bookmark lookup happens when...
December 11, 2012 at 10:28 pm
asir83 (12/10/2012)
Wanted to know if this table can be deleted & will impact any other process?
Is it hampering your work ? i dont think aur i will frame...
December 10, 2012 at 3:54 am
Aspet Golestanian Namagerdi (12/9/2012)
December 10, 2012 at 3:39 am
tonyarp05 61903 (12/9/2012)
Def, I will go with different Stored procedure for each functionalityPlease let me know if you can give more input.
i will suppport you for this as it...
December 10, 2012 at 3:14 am
Viewing 15 posts - 706 through 720 (of 2,463 total)