Viewing 15 posts - 7,141 through 7,155 (of 7,165 total)
I would look into using the SQLCLR.
January 21, 2011 at 1:03 pm
Ninja's_RGR'us (1/21/2011)
opc.three (1/21/2011)
January 21, 2011 at 10:54 am
For that large of a dataset a loop structure will likely yield the best performance. If you have an application layer I would recommend doing this type of work there...otherwise...
January 21, 2011 at 9:51 am
Your original post had an invalid GROUP BY scenario so I took the liberty of summing Column1. This solution will perform poorly for large datasets, but is an option using...
January 20, 2011 at 4:49 pm
It's hard to tell from the sparse documentation on MSDN describing TRUSTWORTHY but it appears that setting the property ON allows objects using the EXECUTE AS OWNER functionality to use...
January 20, 2011 at 1:34 pm
Maxer (1/13/2011)
However, this does not work as...
January 20, 2011 at 10:59 am
andrew.gordon (1/7/2011)
Are there any security implications with having a user-created database schema not owned by dbo? Or is this just an administration issue?
I do not know of any operational...
January 20, 2011 at 9:43 am
The roles you put them in depend on how much you want to restrict their capabilities on the server.
January 20, 2011 at 9:18 am
SELECT CONVERT(UNIQUEIDENTIFIER,0xF964C2D3F5376D479DA2A76C97B6BEB5);
Delivers:
D3C264F9-37F5-476D-9DA2-A76C97B6BEB5
January 19, 2011 at 3:40 pm
Rob Fisk (8/31/2010)
opc.three (8/31/2010)
Rob Fisk (8/31/2010)
August 31, 2010 at 7:00 am
Toby Harman (8/30/2010)
If I may suggest a variation to this technique I have seen is to use ISNULL...
August 31, 2010 at 6:53 am
Rob Fisk (8/31/2010)
August 31, 2010 at 6:28 am
Could you kindly post the DDL for #myinfo and the test data you used for this article?
October 21, 2009 at 9:50 am
Forum Newbie(7/9/2009)
I have been involved in some language definition projects in the past...
Thank you for the post...do you mind telling more about these projects? What types of analysis went into...
July 9, 2009 at 2:11 pm
As luck would have it the issue just happened when posting this topic 🙂 This time I did not hit back button and try to resubmit and this time again...
July 8, 2009 at 9:34 pm
Viewing 15 posts - 7,141 through 7,155 (of 7,165 total)