Viewing 15 posts - 76 through 90 (of 1,412 total)
Well, first of all you do not need to, CLR is disabled by default. But enabling it does not really do a lot unless anyone starts to use it. Being...
January 5, 2006 at 2:28 am
Rolling back a transaction does not mean a query should not complete. A rollback does not implicitly mean a failure occured, it just says that for some reason someone decided...
January 5, 2006 at 2:16 am
Yes, that might be what was meant. Not very clear though..
January 4, 2006 at 10:20 am
Mike, ok with that I agree. And in this case partitioning might actually be of help to the performance. It will take some work, like I said, but as you...
January 4, 2006 at 10:15 am
What do you mean by "Avoid code that assumes all metadata is publicly visible"? As of SQL Server 2005 Microsoft is now recommending usage of the (documented) catalog views and...
January 4, 2006 at 4:38 am
dcpeterson's excellent responses (as always) have pretty much said everything I would like to say about this, specifically that the easiest and in my view best solution would be to...
January 4, 2006 at 4:31 am
Note that you will need to contact PSS to obtain them as they are not generelly available. You may need to pay for access to them as well, but I...
January 4, 2006 at 4:20 am
January 4, 2006 at 4:15 am
You are probably using some kind of connection pooling, like the one in ADO or COM+, which is keeping the connections open (but sleeping). Make sure that the connection pool...
January 4, 2006 at 4:00 am
The collation that you are using probably does not support the Euro sign. However, are you sure that it is not just the client you are using that does not...
January 4, 2006 at 3:57 am
Enabling snapshot isolation and partitioning tables is something that does not require upgrading (e.g. altering, as I understand the context to mean) databases or app code?? Those both require extensive...
January 4, 2006 at 3:54 am
Steve, you just continue to surprise us all.
Personally, there are nothing more than some lights inside, and that goes for more or...
December 23, 2005 at 4:43 am
There is a great new feature called DDL triggers. You can easily create a DDL trigger that disallows any changes to schema, for instance procs.
December 18, 2005 at 6:00 pm
Like I said, the only thing that is under source control are files. You cannot pull a stored procedure from source control. If you have a script that creates that...
December 16, 2005 at 5:09 am
Viewing 15 posts - 76 through 90 (of 1,412 total)