Viewing 15 posts - 15,256 through 15,270 (of 15,381 total)
Nothing right out of the box that i know of. You will probably have to write your own. (or borrow somebody else's)
August 9, 2010 at 9:01 am
You could think of a sql job as similar to a windows scheduled task and an SSIS package as the task that is scheduled.
August 9, 2010 at 8:46 am
The subquery in your case statement is returning more than 1 value. It looks like what you are trying to do is a conditional result set based on the value...
August 9, 2010 at 8:34 am
Excellent question! I noticed the lack of defining the size and my initial response was 1;1 but since that was not a choice I figured there must be something in...
August 9, 2010 at 8:02 am
Pretty hard to guess what you are trying to do but maybe you can declare a table variable with the same structure as your function.
declare @MyTable....
insert @MyTable
select * from dbo.abc('parameters...
August 3, 2010 at 7:35 am
Sourav-657741 (7/29/2010)
By default, the audit events are written to the audit target in an asynchronous fashion. Question was not posted properly I guess.
The term "default" should have been pretty obvious...
July 30, 2010 at 7:33 am
I was completely stumped by the answer choices. Like everyone else I missed the semicolon in the subquery and was focused on trying to figure out which of the other...
July 13, 2010 at 7:17 am
Another good straight forward question. Thanks!!!
June 18, 2010 at 7:19 am
I too kept looking at the syntax thinking there must be something in there...then wondered if it were one of the questions about exactly how it was worded and intended....
June 17, 2010 at 8:06 am
bkubicek (5/24/2010)
May 24, 2010 at 7:32 am
Chris Jackson-371542 (5/7/2010)
It is "Working as Designed"
1. This is what the code is supposed to do based on original expectations.
OR
2. Yes...
May 7, 2010 at 9:53 am
Let's not leave out "User hostile". The kind of system that makes it easy to picture an end user smashing their computer with a 4# sledge hammer. 😀
May 7, 2010 at 8:32 am
Just wanted to note (and I'm shocked, SHOCKED, that with 27 posts thus far in this discussion, no one yet noted this) something which I trust everyone would agree is...
April 20, 2010 at 8:39 am
Excellent question!!! I like the ones that appear easy on the surface but make you think before you answer.
With all the nitpicking lately I am surprised that nobody complained that...
April 20, 2010 at 8:13 am
Viewing 15 posts - 15,256 through 15,270 (of 15,381 total)