Viewing 15 posts - 91 through 105 (of 2,647 total)
durai nagarajan (1/29/2014)
I dint get your question clearly, what do you think SQLAgentReaderRole can do to the users.
The role allows users to create jobs;I.e. not just a reader...
January 29, 2014 at 9:50 pm
Thanks for the thoughts guys. We will actually have a read-only server in the HAGR that will handle a lot of the stuff. It is the large stuff I am...
January 28, 2014 at 7:04 am
Solomon Rutzky (1/8/2014)
SQLKnowItAll (11/6/2013)
That is the final product. This clr is the interim while we slowly move millions of images out of the database.
Hey Jared. Did you ever get your...
January 9, 2014 at 6:01 am
It becomes important when the two databases are set up in availability groups 🙂 interesting, huh?I know these don't 'support' these kinds of transactions... but what do they do then?
December 18, 2013 at 8:06 pm
Theoretically, which log would get the commit first? Or does the transaction manager apply the command at the same time?
December 18, 2013 at 11:36 am
I would start by asking you what the main purpose of your setup is. Why do you want high availability? Are you protecting from site failure? Server Failure? Disk failure?...
December 6, 2013 at 10:43 am
One of my favorite uses for window functions is for removing duplicates. This is pretty well documented, so I wanted to show how I use the new (2012) SUM() with...
December 5, 2013 at 6:41 am
mculley (12/3/2013)
Jared:Does this version you mention come with the Execute Package Utility? If not, which FREE version of SQL Server can I download by which I can get the utility?
Thanks!
This...
December 3, 2013 at 4:36 pm
That is the final product. This clr is the interim while we slowly move millions of images out of the database.
November 6, 2013 at 4:13 am
CRAP! I didn't even realize this was 2005, I just looked for CLR. I feel like a newbie! We looked into filestream and the higher ups decided against it for...
November 5, 2013 at 6:05 am
I agree with you in your situation. However, we have terabytes of images and the business loves to keep them for 10 years (even though they don't go back to...
November 5, 2013 at 5:56 am
create procedure dbo.p_inner
as
select 1,NULL,NULL
UNION ALL
select 2,3,4
go
Without the union in the proc, it will create 2 result sets because it IS doing 2 selects. a stored proc will return as many...
October 25, 2013 at 1:59 pm
george sibbald (10/7/2013)
October 7, 2013 at 2:36 pm
shahgols (9/26/2013)
September 26, 2013 at 12:49 pm
Viewing 15 posts - 91 through 105 (of 2,647 total)