Viewing 15 posts - 5,011 through 5,025 (of 7,164 total)
John Mitchell-245523 (11/30/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 8, 2011 at 9:52 am
Shabba (12/8/2011)
I was looking into this when you replied. Any idea what permissions I would need to grant to allow a login to see other user processes in...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 8, 2011 at 9:42 am
I went ahead and created a couple different CLR types. This being my first try in this area I was not sure whether calculating everything from the outset and storing/serializing...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 30, 2011 at 1:16 pm
Jeff Moden (11/29/2011)
opc.three (11/29/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 30, 2011 at 7:16 am
I think I have given you the tools you need...and there is always Google. Feel free to post what you have if you get stuck...or start a new thread.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 29, 2011 at 1:26 pm
I agree with all the points Steve made. sp_MSforeachDB was a nice breadcrumb left for us by Microsoft and is very useful when managing a single instance but when trying...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 29, 2011 at 10:01 am
loki1049 (11/25/2011)
I assume this is a way to write the equivalence of .NET language in a SQL contruct?
That's pretty much the gist of it...SQLCLR allows us to implement various SQL...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 25, 2011 at 12:37 pm
Jeff Moden (11/22/2011)
opc.three (11/22/2011)
Max of a comma-delimited string can be found quite easily in .NET using "Split" to create an Array from a comma-delimited list
Precisely my point. And it...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 22, 2011 at 11:58 pm
Jeff Moden (11/21/2011)
opc.three (11/20/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 22, 2011 at 1:36 pm
Jeff Moden (11/20/2011)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 20, 2011 at 12:30 pm
Dev (11/20/2011)
I don’t understand how it will consume triple the space? Even if it does space is cheap but that’s not the concern (time being).
If you do not...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 20, 2011 at 9:15 am
I would avoid storing a comma-separated list if at all possible. If your boss is married to the idea the least you could do is steer them towards coalescing the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 18, 2011 at 2:52 pm
My script works when I run this through cmd prompt then type POWERSHELL to launch PS.
When you execute through a cmd shell are you on the same server as the...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 18, 2011 at 11:57 am
This question has come up before and IIRC .NET FW is not listed as a requirement for the product itself. It is required for the installer, however once installed it...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 18, 2011 at 11:34 am
Some items imposed on us by third-party apps that have caused trouble:
1. Is your application able to connect to a named instance?
2. What are your network protocol requirements? TCP/IP, Named...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 18, 2011 at 11:16 am
Viewing 15 posts - 5,011 through 5,025 (of 7,164 total)