Viewing 15 posts - 6,901 through 6,915 (of 8,731 total)
Nadrek (2/17/2014)
Luis Cazares (2/17/2014)
February 17, 2014 at 8:46 am
It's easy to take family members off of WinXP. Not so easy for companies that need lots of licenses and testing time to make sure nothing is going to break....
February 17, 2014 at 8:21 am
You can read the stairways[/url] in this site, as well as the articles. You can try to solve problems from the forums even if you don't post the answer but...
February 17, 2014 at 7:52 am
1.- No, password information is never revealed.
2.- Not exactly, just number of rows (AFAIK).
February 14, 2014 at 5:37 pm
It's more for databases meant for reading and not for writing. Basically reporting or some kind of OLAP.
February 14, 2014 at 3:08 pm
You're right. You need to create a tally or numbers table.
February 14, 2014 at 2:45 pm
mike 57299 (2/14/2014)
February 14, 2014 at 2:34 pm
I'm sorry, your answer makes it completely different. I'm sorry but many people come here and ask questions without even trying anything (some people believe that is easier to write...
February 14, 2014 at 2:23 pm
Michael Valentine Jones (2/13/2014)
3. The database is "overnormalized".
That can be true (even if it usually isn't).
February 14, 2014 at 1:17 pm
To get this right withuot a cursor, the best option is a method (which some call undocumented feature) called Quirky Update. You must read about this method on the following...
February 14, 2014 at 1:13 pm
That inner join won't give you a better performance as your condition is non-SARGable. You should remain with a LEFT JOIN like this:
SELECT Customer.CustomerId, ISNULL( Location.Description, 'Unknown Location') Description
FROM Customer...
February 14, 2014 at 12:31 pm
What do you mean by O/P?
DATEDIFF will always return whole numbers.
February 14, 2014 at 10:18 am
dhananjay.nagarkar (2/14/2014)
I have to calculate the value for a field "[ORC Position Duration (months)]" using the following 2 fields from DataBase source- 1)Target Start Date , and 2)...
February 14, 2014 at 9:20 am
Viewing 15 posts - 6,901 through 6,915 (of 8,731 total)