Viewing 15 posts - 3,301 through 3,315 (of 3,666 total)
GSquared (5/6/2009)
May 6, 2009 at 1:07 pm
Bob Hovious (5/6/2009)
'NULL' is a perfectly good word. Isn't it? :unsure:
BTW, I was also...
May 6, 2009 at 1:04 pm
mahesh_sukale (5/6/2009)
Select Employee_Id,Employee_Name from Employeeunion
Select -2, 'Null'
Do not use quatation marks around Null
May 6, 2009 at 12:39 pm
I haven't analyze any data to validate my answer, but I feel that the answer to the original question: "Are the posted questions getting worse?" is:
YES!
May 6, 2009 at 12:25 pm
KATHLEEN Y ZHANG (5/6/2009)
if condition1...
May 6, 2009 at 12:22 pm
Lynn Pettis (5/6/2009)
Alvin, congrats on figuring out what was needed. Of course, it won't make use of any indexes that may benefit the query if they exist. 😉
Would using...
May 6, 2009 at 11:48 am
If I understand what you're asking for then I think what you need is to add the code below to your where clause:
DATEDIFF(month, YourDateColumn, getdate()) <= 12
May 6, 2009 at 11:28 am
Just out of curiosity ....
How many columns are in the table now?
How often do you add new columns?
How many columns do you add each time?
May 6, 2009 at 11:11 am
Grant Fritchey (5/6/2009)
Alvin Ramard (5/6/2009)
May 6, 2009 at 8:31 am
PaulB (5/6/2009)
Alvin Ramard (5/6/2009)Keep in mind that a DR plan for development can be completely different from a production DR plan. A development DR plan could be as simple...
May 6, 2009 at 8:14 am
vidhyasudha (5/6/2009)
May 6, 2009 at 7:59 am
I agree with Grant and I would recommend Microsoft Visual Studio. I would pick VB over C#. You probably would find that a bit easier to learn, but...
May 6, 2009 at 7:54 am
vidhyasudha (5/6/2009)
Does this mean I need to create replication before starting the development?Ta
No, it does not mean you have to create replication. It means you need to have...
May 6, 2009 at 7:40 am
homebrew01 (5/5/2009)
Alvin Ramard (5/5/2009)
Shrink tempdb? Who said tempdb was on that drive?Since the OP didn't give us much info, we're left to speculate wildly to cover all possible scenarios.
If...
May 5, 2009 at 1:45 pm
Steve Jones - Editor (5/5/2009)
I think someone assumed all data on the same drive, which is likely for many installations.
I realize that, but you know what we say around the...
May 5, 2009 at 12:43 pm
Viewing 15 posts - 3,301 through 3,315 (of 3,666 total)