Viewing 15 posts - 11,836 through 11,850 (of 49,562 total)
SQLRNNR (9/2/2013)
Koen Verbeeck (9/1/2013)
GilaMonster (8/31/2013)
Microsoft will no longer offer Masters and Architect level training rotations and will be retiring the Masters level certification exams as of October 1, 2013.
Sent...
September 2, 2013 at 4:38 pm
If the DMV shows that the index has 11.111% fragmentation, then the index has 11.111% fragmentation. Not 5%, not 3%, 11.111%. The DMV is accurate.
If the index is small (which...
September 2, 2013 at 4:37 pm
hoseam (9/1/2013)
HiWhat I want is a function, that will clean this column, inserting either F or M inplace of AAA and the nulls.
So how do you decide which of M...
September 2, 2013 at 4:12 pm
The DMV is correct. If it shows 11.1111%, then that index is 11.1111% fragmented.
September 2, 2013 at 4:08 pm
Set max server memory to a sensible value.
September 2, 2013 at 3:17 pm
Neither rebuild nor reorganise is expected to reduce fragmentation to 0. If the index is very small it's unlikely to change the fragmentation at all. No, it's not a bug.
September 2, 2013 at 3:15 pm
Also some sample data for the tables would be useful.
Edit: Not a list of the columns in the table. The table's definition, the way you gave the Levels table.
The trigger...
September 2, 2013 at 12:45 pm
Elapsed time is literally that. It's the actual, real time that elapsed while the query was running. Measured by taking the actual real time that the query started, the actual,...
September 2, 2013 at 9:26 am
Query parallels, spends 10 seconds executing on 4 CPUs. Elapsed time, 10 seconds. CPU time used 10 seconds * 4 CPUs = 40 seconds.
September 2, 2013 at 9:06 am
Updating with a temp table (# table) is the same as with a normal table.
Can you explain a bit clearer where you're stuck?
September 2, 2013 at 8:32 am
There is no SQL Server feature called label policy. SQL Server database engine doesn't have cells, nor does it have row-level security.
SSAS maybe? SSRS? Something else?
September 2, 2013 at 7:39 am
As little as possible, only where absolutely necessary and after having paid careful attention to the risks of SQL Injection.
September 2, 2013 at 7:02 am
That would be the SGAM page.
September 2, 2013 at 7:01 am
Sure it's for SQL Server and not something like Excel?
September 2, 2013 at 7:01 am
There's no such feature in SQL as 'label policy'
Where did you hear that phrase and in what context?
September 2, 2013 at 6:27 am
Viewing 15 posts - 11,836 through 11,850 (of 49,562 total)