Viewing 15 posts - 8,566 through 8,580 (of 18,926 total)
This is a hack but it will do the job : run subcription with default name.
Create a windows task that renames the file with for exemple today's date (might have...
January 5, 2009 at 7:02 am
What did you try and what is wrong with those results?
January 5, 2009 at 5:51 am
How do you define the first guy??
SELECT * FROM Source INNER JOIN (
SELECT Manager_id, MIN(emp_id) FROM Source GROUP BY Manager_ID
) dtFirst ON Source.Manager_id = dtFirst.Manager_id and Source.emp_id = dtFirst.emp_id
inner join...
January 5, 2009 at 5:48 am
dbcc inputbuffer(sp id goes here)
That will tell you the active or last statement. You can also use sp_who2 to see if it's terminated.
Then use the Kill (spid) command to...
January 5, 2009 at 5:13 am
Delete the data from the table then reinsert it.
January 4, 2009 at 5:58 am
What does the log say?
Is there any warnings thrown?
Is the task set to turn green on success?
Is there a clear Success path where something tells SISS that this is successful?
January 2, 2009 at 7:11 pm
RBarryYoung (12/31/2008)
Hmm, I thought that Jeff already had written the Dates article...?
I was talking about a more general common mistakes article series.
December 31, 2008 at 3:44 pm
Hey Jeff, that's a great topic for a couple of articles... can't wait to read those!
December 31, 2008 at 3:35 pm
I hope you hired him on the spot! :w00t:
December 24, 2008 at 7:35 am
The fact of the matter is that once you can build the keyusing a set solution, you can also validate it using the same solution (might make for a darn...
December 23, 2008 at 4:14 am
Do I know a lot because I read a lot or do I know alot because I do a lot???
What was my first answer? >>> Try
It would have taken...
December 23, 2008 at 4:10 am
Joyeux Noel, bonne année et joyeuses fêtes.
December 22, 2008 at 4:55 pm
I can't think of a better xmas gift to give for Jeff...
Let's go... post the specs and the code and see what we come up with.
December 22, 2008 at 4:52 pm
What's the point of the left join in the query? I don't understand what you are trying to do there.
December 22, 2008 at 5:25 am
I've played in concerts back in high school... and if and when you hit the wrong note, you can't correct it without starting the whole thing over... quite similar to...
December 22, 2008 at 5:19 am
Viewing 15 posts - 8,566 through 8,580 (of 18,926 total)