|
|
-
Nakul Vachhrajani Learned 8 Months ago through Just Learned | 1 Point
in Microsoft word 2010 there is a functionality to directly insert a screen shot of a open application which is not minimized. This can be done from insert->Scrennshot.
There is also a provision to add a screen clipping, if we want only part of sc...
|
-
Nakul Vachhrajani Liked 8 Months ago through Just Learned | 1 Point
in Microsoft word 2010 there is a functionality to directly insert a screen shot of a open application which is not minimized. This can be done from insert->Scrennshot.
There is also a provision to add a screen clipping, if we want only part of sc...
|
-
Nakul Vachhrajani Learned 8 Months ago through Just Learned | 1 Point
in Microsoft word 2010 there is a functionality to directly insert a screen shot of a open application which is not minimized. This can be done from insert->Scrennshot.
There is also a provision to add a screen clipping, if we want only part of sc...
|
-
Nakul Vachhrajani Liked 8 Months ago through Just Learned | 1 Point
It can't get simpler than this: Drag the "Email" to the "Tasks" Tab that you can find in Bottom Left corner. What I like about it is that It let's to specify start date, end date, priority, status, reminders. Just wonderful! I have been using it for ...
|
-
Nakul Vachhrajani knew 8 Months ago through Just Learned | 1 Point
It can't get simpler than this: Drag the "Email" to the "Tasks" Tab that you can find in Bottom Left corner. What I like about it is that It let's to specify start date, end date, priority, status, reminders. Just wonderful! I have been using it for ...
|
-
Nakul Vachhrajani Liked 8 Months ago through Just Learned | 1 Point
It can't get simpler than this: Drag the "Email" to the "Tasks" Tab that you can find in Bottom Left corner. What I like about it is that It let's to specify start date, end date, priority, status, reminders. Just wonderful! I have been using it for ...
|
-
Nakul Vachhrajani knew 8 Months ago through Just Learned | 1 Point
It can't get simpler than this: Drag the "Email" to the "Tasks" Tab that you can find in Bottom Left corner. What I like about it is that It let's to specify start date, end date, priority, status, reminders. Just wonderful! I have been using it for ...
|
-
Nakul Vachhrajani Commented 8 Months ago through Just Learned | 1 Point
1Mil - that's the limit for the 64-bit version! Now I remember. Thanks to both - Paras & Vinod!...
|
-
Nakul Vachhrajani Commented 8 Months ago through Just Learned | 1 Point
1Mil - that's the limit for the 64-bit version! Now I remember. Thanks to both - Paras & Vinod!...
|
-
Nakul Vachhrajani Liked 9 Months ago through Just Learned | 1 Point
Hi,
Just now i Wrote one query to remove special characters from a string..
Hope this is useful.
DECLARE @I VARCHAR(100)
SELECT @I ='abhi *s d ^.l'
WHILE PATINDEX('%[^A-Za-z0-9 ]%' , @I ) <> 0
BEGIN
SELECT @I= STUFF(@I,PA...
|