Viewing 15 posts - 7,141 through 7,155 (of 7,168 total)
I have heard of it but have not tried ApexSQL (and their website won't allow me to register for a trial period with my gmail account...lame). Do you know if...
January 26, 2011 at 1:56 pm
I spent a few minutes looking around and experimenting and I did not see a way to do it. I don't know everything you're trying to do, however while it...
January 24, 2011 at 11:55 am
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
Viewing 15 posts - 7,141 through 7,155 (of 7,168 total)