|
|
-
Khyati Patel 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...
|
-
Khyati Patel 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...
|
-
Khyati Patel 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...
|
-
Khyati Patel 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...
|
-
Khyati Patel Liked 10 Months ago through Just Learned | 1 Point
create table #temp
(
a varchar(10)
)
insert into #temp values(' a ')
select COUNT(*) from #temp where a=' a'
select COUNT(*) from #temp where a='a'
first query will return 1
2nd will return 0 as sql ...
|
-
Khyati Patel Learned 10 Months ago through Just Learned | 1 Point
create table #temp
(
a varchar(10)
)
insert into #temp values(' a ')
select COUNT(*) from #temp where a=' a'
select COUNT(*) from #temp where a='a'
first query will return 1
2nd will return 0 as sql ...
|
-
Khyati Patel Liked 10 Months ago through Just Learned | 1 Point
create table #temp
(
a varchar(10)
)
insert into #temp values(' a ')
select COUNT(*) from #temp where a=' a'
select COUNT(*) from #temp where a='a'
first query will return 1
2nd will return 0 as sql ...
|
-
Khyati Patel Learned 10 Months ago through Just Learned | 1 Point
create table #temp
(
a varchar(10)
)
insert into #temp values(' a ')
select COUNT(*) from #temp where a=' a'
select COUNT(*) from #temp where a='a'
first query will return 1
2nd will return 0 as sql ...
|
-
Khyati Patel Liked 10 Months ago through Just Learned | 1 Point
Hi,
We know the hint , how to get all the column names of a table into query window using drag and drop of Columns Folder under TableName.
![SSMS Hint][1]
Today , i learned another method to do the same,
**Select the query** and **right click**...
|
-
Khyati Patel Learned 10 Months ago through Just Learned | 1 Point
Hi,
We know the hint , how to get all the column names of a table into query window using drag and drop of Columns Folder under TableName.
![SSMS Hint][1]
Today , i learned another method to do the same,
**Select the query** and **right click**...
|