Viewing 15 posts - 6,841 through 6,855 (of 8,416 total)
ta.bu.shi.da.yu (10/15/2009)
All the Microsoft links point to info about the 64-bit versions of Windows. Is this feature restricted to this platform?
The problem only affects 64-bit Standard Edition.
In 32-bit Standard Edition,...
October 16, 2009 at 9:45 am
Luke L (10/16/2009)
Bob Hovious 24601 (10/16/2009)
Hey Elliot... what kind of cookies?Expresso Dark Chocolate flavored ones of course... my dad told me 😉
October 16, 2009 at 8:16 am
I'm a fan of SELECT * after EXISTS...:-) though I must admit that it is frustrating that the syntax is invalid when the object is schema-bound.
October 16, 2009 at 7:58 am
If you are unable to add a rowversion column to the base tables, you could keep track of changed data using a trigger to record the primary keys of modified...
October 16, 2009 at 7:45 am
The Express version will allow you to write and compile code, but don't be disappointed when you find that there are no SQL-Server-specific templates (for CLR stored procedures, functions, triggers,...
October 16, 2009 at 7:22 am
Hey Mike - I saw your question and thought 'hmmm - now where did I post that other reply earlier...?'
So thanks for saving me a job!
Paul
edit: turns out it was...
October 16, 2009 at 7:13 am
To add to Grant's reply, it is also possible that the statistics just aren't covering the new values at all.
Consider a table with an indexed column which always increases when...
October 16, 2009 at 7:11 am
happycat59 (10/15/2009)
October 16, 2009 at 7:03 am
Ian,
:laugh: Me? No, never! :laugh:
Just me taking the answer as seriously as the OP took posting a question (see my sig block)...
But, if you want the %%physloc%% thing to...
October 16, 2009 at 5:27 am
Yeah. So obviously just for fun ;c)
The 2008-only %%physloc%% is even more interesting since it gives an encoded form of the row locator.
For a heap, this will be the...
October 16, 2009 at 5:05 am
Lowell (9/25/2009)
Stuff
It's important to mention that all %% pseudo-columns are undocumented, unsupported, and very cool.
October 16, 2009 at 4:45 am
'Urgent' really does seem to work!
October 16, 2009 at 4:41 am
SQL 2008:
CREATE TABLE
dbo.Employee
(
ename CHAR(3) NOT NULL,
salary INTEGER NOT NULL
);
...
October 16, 2009 at 4:39 am
Having CLR enabled and loaded consumes around 100MB of VAS.
Another point to bear in mind is that CLR can be loaded even when disabled - some of the internal MS...
October 16, 2009 at 3:00 am
Mike McQueen (10/8/2009)
If you check out the execution plan of...
October 16, 2009 at 2:54 am
Viewing 15 posts - 6,841 through 6,855 (of 8,416 total)