|
|
-
Jacob Sebastian Commented 2 Months ago through Just Learned | 1 Point
I think synonyms should be used responsibly. I have seen excessive use of synonyms which resulted in hard-to-debug code in some environments....
|
-
Jacob Sebastian Commented 3 Months ago through Just Learned | 1 Point
I think this is not suitable as a tip, but rather a question/discussion. Better, post this in the ASK forums...
|
-
Jacob Sebastian Commented 5 Months ago through Just Learned | 1 Point
I just see that they also changed the UI to look like a calculator. It looks like it is recently added (or I may be missing something)
![alt text][1]
[1]: http://media.beyondrelational.com/images.ashx?id=dccc3d48c72a4faba25ac8b27ea75a76&w=628&...
|
-
Jacob Sebastian Liked 5 Months ago through Just Learned | 1 Point
**Hold Control and shift key while Clicking on Program icon**.
**For example:** You want to open visual studio with administrator rights then **Ctrl + Shift + Click on visual studio icon**...
|
-
Jacob Sebastian Learned 5 Months ago through Just Learned | 1 Point
**Hold Control and shift key while Clicking on Program icon**.
**For example:** You want to open visual studio with administrator rights then **Ctrl + Shift + Click on visual studio icon**...
|
-
Jacob Sebastian Liked 5 Months ago through Just Learned | 1 Point
If you use "select * into" to create a new table from an existing table having a primary key, then the new table will not have a primary key by default....
|
-
Jacob Sebastian knew 5 Months ago through Just Learned | 1 Point
If you use "select * into" to create a new table from an existing table having a primary key, then the new table will not have a primary key by default....
|
-
Jacob Sebastian Liked 7 Months ago through Just Learned | 1 Point
I am working a Data Quality Services Demo where i had to figure out how to write a domain rule to validate a email address. for this task, i re-learned how to write a regular expression; here's my basic version: [A-Za-z0-9._-]+@[A-Za-z0-9.-]+.[A-Za-z...
|
-
Jacob Sebastian knew 7 Months ago through Just Learned | 1 Point
I am working a Data Quality Services Demo where i had to figure out how to write a domain rule to validate a email address. for this task, i re-learned how to write a regular expression; here's my basic version: [A-Za-z0-9._-]+@[A-Za-z0-9.-]+.[A-Za-z...
|
-
Jacob Sebastian Liked 7 Months ago through Just Learned | 1 Point
I just learned while trying to understand the client's requirement for a Power Pivot Model that when they say reports based on rolling six/twelve months, they mean reports for data that correspond to "past" six/twelve months. ...
|