Viewing 15 posts - 4,831 through 4,845 (of 6,395 total)
Mark Fitzgerald-331224 (5/30/2012)
anthony.green (5/30/2012)
dufangmei (5/29/2012)
But, micorosoft have its official book. For MCITP exam, I should read 70-432 and 70-450. So I will try other ways to find the book.
The...
May 30, 2012 at 3:05 am
SQL 2000 is not supported on Vista, Windows 7, Server 2008 or Server 2008 R2.
Have you identified where the timeouts are occuring from? Is it logging in? Is...
May 30, 2012 at 2:47 am
+1 with Andy but going off what he thinks and my interpretation, you are after "precendence constraints"
May 30, 2012 at 2:34 am
Thanks Grant, I just tried monitor.red-gate.com on the iPhone and works a charm especially the analysis part with the graphs. Now my question is, does monitor use the same...
May 30, 2012 at 2:14 am
Andy Hyslop (5/30/2012)
Have you considered using a calendar table for this it could save you...
May 30, 2012 at 2:02 am
Koen Verbeeck (5/30/2012)
anthony.green (5/28/2012)
So I wonder if Koen is still alive or if he got taken to hospital with burst ear drums over the weekend
I'm alive 😀
Metallica was great, although...
May 30, 2012 at 1:56 am
Thanks Mike, I was gutted but not gutted at the same time. Was hoping to pass, but then a fail just gives you that bit more motivation to do...
May 30, 2012 at 1:51 am
tilew-948340 (5/29/2012)
May 30, 2012 at 1:35 am
dufangmei (5/29/2012)
But, micorosoft have its official book. For MCITP exam, I should read 70-432 and 70-450. So I will try other ways to find the book.
The MS Training web...
May 30, 2012 at 1:15 am
just out of the test centre bad news this time round only got 624 so quite a way off. have to say there where a couple of questions which...
May 29, 2012 at 5:19 am
Sounds to me like you need a calendar table which you need to lookup through to determin if the day is a holiday
If you only want to exclude sat n...
May 29, 2012 at 12:43 am
Could you not use the generate scripts function in ssms.
It's somewhere on the database when you right click it, can also get it to script out the data and should...
May 29, 2012 at 12:39 am
Just use due date > getdate() and due date <= the first expression in my last post
May 28, 2012 at 10:17 am
--To get 23:59:59 of the current day
SELECT CONVERT(DATETIME,LEFT(CONVERT(NVARCHAR,GETDATE(),120),10)+' 23:59:59.997')
--To get 00:00:00 of the next day
SELECT CONVERT(DATETIME,LEFT(CONVERT(NVARCHAR,GETDATE()+1,120),10)+' 00:00:00.000')
--To get 23:59:59 of the next day
SELECT CONVERT(DATETIME,LEFT(CONVERT(NVARCHAR,GETDATE()+1,120),10)+' 23:59:59.997')
That will do what you need,...
May 28, 2012 at 8:57 am
Sachin 80451 (5/28/2012)
It give me this error:Msg 243, Level 16, State 1, Line 1
Type DATE is not a defined system type.
DOH, my bad, forgot I was in the 2005 Forum,...
May 28, 2012 at 8:51 am
Viewing 15 posts - 4,831 through 4,845 (of 6,395 total)