Viewing 15 posts - 256 through 270 (of 692 total)
Yup, another inaccurate question... I guess I didn't choose the "favorite" answer, even though it was correct ![]()
--
Adam Machanic
whoisactive
September 6, 2005 at 11:19 am
The assembly is loaded into the database. The DLL is no longer used -- and can even be deleted.
You are correct, there can be many issues, and it is...
--
Adam Machanic
whoisactive
September 1, 2005 at 9:56 am
Not a whole lot. I think 5% is a very accurate figure for the current implementation. However, if MS changes a few things about the way UDTs and...
--
Adam Machanic
whoisactive
September 1, 2005 at 9:53 am
COM objects? Please, don't do that if you can avoid it. COM is unmanaged and unsafe.
Being able to call into .NET assemblies (and the .NET BCL), on the...
--
Adam Machanic
whoisactive
September 1, 2005 at 9:40 am
StringBuilder is a great example. So is pretty much any math operation. Recently, I've been playing with the following method, which mathematically reverses an integer:
-----------------------------------------------------------
[SqlFunction]
...
--
Adam Machanic
whoisactive
September 1, 2005 at 9:18 am
Re-read the question. There is no ORDER BY clause ![]()
--
Adam Machanic
whoisactive
August 31, 2005 at 10:27 am
I was referring to the fact that SQL Server does return an ordered data stream when you run SELECT * from a table -- it's ordered by virtue of the...
--
Adam Machanic
whoisactive
August 31, 2005 at 10:18 am
No, just that a table is unordered. And is, therefore, not a list at all.
--
Adam Machanic
whoisactive
August 31, 2005 at 10:01 am
If we're talking SQL Server, then yes, we can bring in rowsets (or, perhaps, "tabular data streams"), and we can call them lists. One property inherent to lists is...
--
Adam Machanic
whoisactive
August 31, 2005 at 9:49 am
Hi Paul,
Works fine for me. Are you running the latest version of Firefox?
Also, I recommend getting the Copy as Plain Text plugin for this kind of thing. Firefox,...
--
Adam Machanic
whoisactive
August 31, 2005 at 9:11 am
Steve,
Define 'list', in your own words. No Merriam-Webster allowed. I'm curious how your definition tallies with my understanding of what a table is.
--
Adam Machanic
whoisactive
August 29, 2005 at 4:37 pm
Hmmm, I guess it's pedantic to mention this, but this doesn't return a list. It returns a table.
--
Adam Machanic
whoisactive
August 29, 2005 at 11:29 am
Hmm, apparently I read the answer wrong the first time.
Okay, Steve, I think we need some points back here ![]()
--
Adam Machanic
whoisactive
August 24, 2005 at 10:12 am
Doesn't that mean that the answer (Yes -- you can report from a mirror) was right?
--
Adam Machanic
whoisactive
August 24, 2005 at 10:05 am
Joshua,
By "database view," I assume you mean "snapshot"?
It shouldn't matter when it's created -- off hours or not -- creation of a snapshot does not move any physical data, and...
--
Adam Machanic
whoisactive
August 24, 2005 at 8:32 am
Viewing 15 posts - 256 through 270 (of 692 total)