Viewing 15 posts - 1 through 15 (of 15 total)
disk alignment.
just wondered if had to be the actual 64K starting or if it could be evenly divisible.
February 2, 2011 at 7:30 am
yes, but no luck. had a lot of varbinary in there from attachments.
November 16, 2010 at 6:46 am
OK, that is what I did. The row is not hidden and repeats for each group line.
September 24, 2010 at 7:47 am
I do not see the "Inside Group Below" option. If I select the group the and insert row below it still shows up before I click the drill down.
September 24, 2010 at 6:33 am
so I would change #tmp to tembDB.dbo.#tmp ?
September 17, 2010 at 2:29 pm
if (something)
begin
select a
into #temp1
from realtable
select b
from realtable2 r2, #temp1 t
where r2.b = t.a --fails here
this is also inside an if else statement.
end
else
begin
......
end
September 17, 2010 at 2:25 pm
if i execute it and set the include actual execution plan, it works from client. I just cant post it because of confidentiality agreement with large vendor.
September 17, 2010 at 1:37 pm
2005 standard sp2 on server
xp sp3 client on workstation using advisor
September 17, 2010 at 1:24 pm
can't generate one.
get :
Msg 208, Level 16, State 0, Procedure d_scroll_assignments_sp, Line 1129
Invalid object name '#tmp4'.
September 17, 2010 at 1:18 pm
Thanks for the help. You answered my question.
August 11, 2010 at 10:26 am
So it will ignore the LSNs previous to the full backup when restoring the tran log?
August 11, 2010 at 9:51 am
Will sql ignore the data changes prior to the full backup after the previous log backup, that were since the last truncation, and only restore those from the full...
August 11, 2010 at 9:42 am
My concern is with restoring the 11pm log backup after the full backup at 9pm. If would contain log data prior to the 9pm full backup.
August 11, 2010 at 9:16 am
Viewing 15 posts - 1 through 15 (of 15 total)