Viewing 15 posts - 4,876 through 4,890 (of 6,395 total)
GilaMonster (5/28/2012)
anthony.green (5/28/2012)
May 28, 2012 at 3:49 am
2 walls should be ok, they just need skimming so should dry within 2 days, the other two walls will be a different story as they are down to the...
May 28, 2012 at 3:29 am
Not really Adam, just spent this weekend removing plaster from the walls in whats going to be the babies room, so the weekend will bring the better halfs farther round...
May 28, 2012 at 2:58 am
just change the join then to join t1 on workid and t2 on workid and use a case statement to get the actualgatedate.
May 28, 2012 at 2:51 am
SQLDBA360 (5/28/2012)
ooops need to check my Belgium public holidays better :-p
Your right it is a public holiday, Whitmonday
May 28, 2012 at 2:40 am
I cant get to jealous of that, its a 2 day bank holiday for us next week, woohoo 4 day weekend.
May 28, 2012 at 2:39 am
New problem needs a new thread.
Please take a look through the link in my signature on how to post code/date for the best help, so that we can help you...
May 28, 2012 at 2:20 am
So I wonder if Koen is still alive or if he got taken to hospital with burst ear drums over the weekend
May 28, 2012 at 2:08 am
Right well tomorrow is going to be a scary day.
Not only do I have my 70-450 exam in the morning, in the afternoon I also find out what sex our...
May 28, 2012 at 2:04 am
Grant, on the Droid OS, does it render SSRS reports properly?
I know Safari has its limitations, so I use the MobiSSRS (free version) app instead of Safari which works ok...
May 28, 2012 at 1:53 am
as you already have the subscription setup, I would remove the schedule from the T-SQL job which is used to run the subscription, then as step 2 of your load...
May 28, 2012 at 1:45 am
With Project_view(WorkId,Name,StatusCurrent,ActiveProcess,ActiveGateDate,ActualStartDate,ActualEndDate)
As
(
Select distinct vw.work_id as WorkId, vw.name as Name,vw.status_current as StatusCurrent,
vp.process_name as ActiveProcess,vw.actual_start_date as ActiveGateDate,vw.actual_start_date,
vw.actual_end_date
from view_work vw INNER JOIN View_Process vp ON vw.process_id = vp.process_id
join View_Work wv on wv.active_gate =...
May 28, 2012 at 1:40 am
You can go on http://www.microsoft.com/store to get MS's current list price.
UK price for 2008 R2 Enterprise is
1 CPU is £23,850,
Server + 25 CALS is £10,780
CAL's arn't listed but from...
May 28, 2012 at 1:25 am
wrap the second select in another CTE then query that CTE using datediff functions on the second date columns DATEDIFF(DAY, DefineStart, DefineEnd) AS DefineDuration
May 28, 2012 at 1:09 am
yes its just the backups. SQL wont let you delete an LDF if its in use and attached to a database so you will know if your trying to...
May 25, 2012 at 8:55 am
Viewing 15 posts - 4,876 through 4,890 (of 6,395 total)