Viewing 15 posts - 586 through 600 (of 1,062 total)
I am not very clear about multiple users can register a client. Does it mean a client can have multiple users ? What about the control panel -...
September 21, 2007 at 8:23 am
The result you needed CustomerNumber, StoreMostUsed. Is the primary store that you want? Otherwise, if the TableB already aggregated from the transaction data, you can just...
September 20, 2007 at 9:55 am
You can generate a format file that has the column and its length of the text file. Then you use bulk insert to copy the data from the table...
September 20, 2007 at 9:49 am
Was the person a Microsoft employee or just someone worked with Microsoft for a project?
If the person was a Microsoft employee, I was surprised that Microsoft did not have any...
September 20, 2007 at 9:34 am
I think remote DBA would be much better solution and I would trust them to do a good job than some internal DBA, at least they would response much faster,...
September 19, 2007 at 8:44 am
I had the same problem. I got the same message when I tried to upload the profile picture too.
September 19, 2007 at 8:21 am
It is just an idea.
Date_Table (dateid INT IDENTITY(1,1) PK,
DateMMDDYYYY DATETIME,
...
September 13, 2007 at 10:50 am
It created a cartesian product. It acted like a multiplication operation.
For example: TableA (ProductID INT), TableB (customer VARCHAR(10)
TableA
ProductID = 1, 2, 3
TableB
Customer = A, B, C
SELECT *
FROM TableA...
September 13, 2007 at 10:42 am
Can you explain a little more? I am not sure I understand your problem. What is the problem that you may think you have of keeping track of...
September 13, 2007 at 10:32 am
I always work with recruiters. Some I knew for years. Usually they were pretty good, only one recruiter I did not like so far.
He pushed me to accept...
September 13, 2007 at 10:28 am
If I knew earlier, I would sue my former employer - a marketing research company. I was basically verbally abused by the DBA and my manager everyday for two...
September 13, 2007 at 10:17 am
When you go to interview, you only see a few people. In my current job, my boss lived in Minnesota and the company was in NY, so I only...
September 12, 2007 at 12:38 pm
I tried the link to do it and it still not working. So instead of using DTS send mail, I had to install xp_smtp_sendmail and used it to send...
September 12, 2007 at 12:18 pm
I talked to a labor lawyer, unless when your boss talked to you including sexual or racial slur, then you can sue for harassment, otherwise look for a new job.
What...
September 12, 2007 at 12:07 pm
Usually only table partition is used in data warehouse. It can be vertical or horizontal partition. Most people use vertical partition. Basically it divided the table using one...
September 11, 2007 at 7:32 pm
Viewing 15 posts - 586 through 600 (of 1,062 total)