Viewing 15 posts - 2,176 through 2,190 (of 9,641 total)
Have you tried running the command outside the maintenance plan? You might get a better error message.
September 27, 2011 at 10:40 am
HowardW (9/27/2011)
SDB15 (9/27/2011)
September 27, 2011 at 10:35 am
It would be easier to help if you posted the Audit definition.
September 27, 2011 at 10:15 am
You can often get the same data using a CTE or derived table. Something like this:
CTE:
;WITH ItemCount AS
(
...
September 27, 2011 at 10:00 am
You really should see which tables really need an OUTER JOIN and only use the OUTER JOIN in those cases. Also you mention SELECT sub-queries, you don't mean that...
September 26, 2011 at 2:35 pm
You would need to loop over the rows in the table and execute sp_addlinkedserver for each one.
September 26, 2011 at 2:19 pm
Evil Kraig F (9/26/2011)
I spent the weekend as a 'lost weekend'. My hydration is still recovering. :doze:
Since I haven't done those activities in many years I can't relate anymore....
September 26, 2011 at 2:10 pm
Stefan Krzywicki (9/26/2011)
Jack Corbett (9/26/2011)
I know the Summit isn't for a few more weeks so that can't...
September 26, 2011 at 2:09 pm
I probably would have gone with the trigger as well, but that's mainly because I don't like having to go outside the table definition to see what a check constraint...
September 26, 2011 at 2:05 pm
So where is everybody? No messages over the weekend and only 2 today?
I know the Summit isn't for a few more weeks so that can't be the reason. ...
September 26, 2011 at 1:50 pm
@RDBMS (9/24/2011)
September 24, 2011 at 7:39 pm
I believe you either need to use the FOR XML syntax in T-SQL or you can use a SCRIPT TASK in the control flow or a SCRIPT COMPONENT in the...
September 24, 2011 at 7:12 pm
Jim Murphy (9/22/2011)
People are asking me but I don't have a...
September 23, 2011 at 6:51 am
Ninja's_RGR'us (9/21/2011)
SQLRNNR (9/21/2011)
Ninja's_RGR'us (9/21/2011)
L' Eomot Inversé (9/21/2011)
Ninja's_RGR'us (9/21/2011)
Why = Pourquoi
What for = Pour <space> quoi.
In the case of your sig, it's definitely 1...
September 21, 2011 at 12:09 pm
Jim Murphy (9/21/2011)
Thanks guys.
Jack - that is rough. Do you happen to be geo-closer to your Father since you are back in the North East?
Fortunately, because of...
September 21, 2011 at 10:09 am
Viewing 15 posts - 2,176 through 2,190 (of 9,641 total)