Viewing 15 posts - 316 through 330 (of 464 total)
sys.dm_os_sys_info gives cpu information, but I don't think it's accurate for hyperthreading.
April 17, 2008 at 10:39 pm
Not to my knowledge. Why would you want to do that?
April 17, 2008 at 10:37 pm
Are you sure that nothing else is trying to log in using this account? I had the same problem the other day, same cause as Lucky posted above. ...
April 17, 2008 at 10:33 pm
I have successfully established an indexed view, each row of which will have a uniqueidentifier from a base table which will serve as the unique clustered index.
Note that you have...
April 16, 2008 at 11:11 pm
Asynchronous is Enterprise-only, I'm surprised that you got it working as much as you did - useful to know though.
April 16, 2008 at 11:02 pm
I wouldn't say that statement terminators are a bad thing ... I would imagine that it's quicker to parse a statement if you know where it ends.
Are there any...
April 12, 2008 at 9:32 am
Other than costing you a lot more?
I can't think of any - perhaps automatic substitution of indexed views could cause some difference in rare cases, but it's unlikely. Really...
April 10, 2008 at 10:16 pm
I saw this and wondered how nulls were stored in an index, so I had a play and - it seems that having a column defined as nullable ADDS 3...
April 9, 2008 at 2:56 pm
The version you are using now applies hash joins to the whole query, I was referring to the ability to apply the hint to a single join. Looking through...
April 8, 2008 at 9:37 pm
Does it work if you use a hash join hint on the appropriate joins?
April 8, 2008 at 3:29 pm
Do you have an indexed view referencing the table?
April 4, 2008 at 7:34 pm
My (limited) understanding was that the NS functionality was going to be moved into Reporting services. Whether that functionality changes or requires a different edition I couldn't say.
April 2, 2008 at 7:14 am
No. Pages are only copied from the source database to the snapshot as they are changed (the pre-change information is copied). Reads from any pages that don't exist...
April 1, 2008 at 7:42 pm
cjudge (4/1/2008)What you guys have to remember - and the above quote is perfect - is that the only reason you are managing the database is so that someone can...
April 1, 2008 at 3:16 pm
Storage and collation are distinct - for storage purposes you already have what you need - the unicode types that allow you to store the Japanese character set. Collation...
March 31, 2008 at 9:48 pm
Viewing 15 posts - 316 through 330 (of 464 total)