|
|
-
Abhijeet Desai Liked 6 Months ago through Just Learned | 1 Point
Found another good reason to avoid using IN clause in your TSQL Queries. See the example below:
.userprofile
{
color: #36c;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.userprofile A:VISITED
{
color: #039;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
.userprofile A:HOVER
{
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}
|
-
Abhijeet Desai Learned 6 Months ago through Just Learned | 1 Point
Found another good reason to avoid using IN clause in your TSQL Queries. See the example below:
.userprofile
{
color: #36c;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.userprofile A:VISITED
{
color: #039;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
.userprofile A:HOVER
{
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}
|
-
Abhijeet Desai Learned 7 Months ago through Just Learned | 1 Point
Hello friends, one interviewer asked that suppose you have two tables
`Employee_Details`, `Employee_Details_History`
now I want to delete original table `Employee_details` and maintain it’s history to other table.
How can it’s possible with only ...
|
-
Abhijeet Desai Liked 7 Months ago through Just Learned | 1 Point
Hello friends, one interviewer asked that suppose you have two tables
`Employee_Details`, `Employee_Details_History`
now I want to delete original table `Employee_details` and maintain it’s history to other table.
How can it’s possible with only ...
|
-
Abhijeet Desai Liked 1 Years ago through Just Learned | 1 Point
Just learned that in SSIS 2008 Script task skips Breakpoints in run in 64 bit environemnt. Goto solution porperties -> Debugging and set Run64bitRuntime to False and the Script task will start debugging....
|
-
Abhijeet Desai Liked 1 Years ago through Just Learned | 1 Point
Just learned that in SSIS 2008 Script task skips Breakpoints in run in 64 bit environemnt. Goto solution porperties -> Debugging and set Run64bitRuntime to False and the Script task will start debugging....
|
-
Abhijeet Desai Learned 1 Years ago through Just Learned | 1 Point
Just learned that in SSIS 2008 Script task skips Breakpoints in run in 64 bit environemnt. Goto solution porperties -> Debugging and set Run64bitRuntime to False and the Script task will start debugging....
|
-
Abhijeet Desai Learned 1 Years ago through Just Learned | 1 Point
Just learned that in SSIS 2008 Script task skips Breakpoints in run in 64 bit environemnt. Goto solution porperties -> Debugging and set Run64bitRuntime to False and the Script task will start debugging....
|
-
Abhijeet Desai Learned 1 Years ago through Just Learned | 1 Point
While you are working in Query window, if you want to delete the current row, you have to highlight entire row and press delete key. Another alternate is to use SHIFT+DEL key. The cursor can be at any position and the entire row will be deleted......
|
-
Abhijeet Desai Learned 1 Years ago through Just Learned | 1 Point
While you are working in Query window, if you want to delete the current row, you have to highlight entire row and press delete key. Another alternate is to use SHIFT+DEL key. The cursor can be at any position and the entire row will be deleted......
|