Viewing 15 posts - 46 through 60 (of 90 total)
Hi,
can you be a bit more specific? what do you mean when to insert data?
if you receive (or have) a boo that belongs to a category, then you insert the...
October 24, 2007 at 7:16 am
Bledu,
the story goes like this. I i was requested to present the following report.
Imagine that you have a table with users and their door entries / exits. I wanted...
August 7, 2007 at 8:53 am
Thank you bledu for your time and help. I believe the internal sql error is caused from performance limitations. I have enough hard drive space, its probably the 1 gig...
August 7, 2007 at 8:28 am
OK bledu listen to this
DROP TABLE TBL
CREATE TABLE Tbl (EMPLOYEE NVARchar(50), ENTLOG Nvarchar(50));
INSERT Tbl VALUES('A' , 'Smith');
INSERT Tbl VALUES('A' , 'Jones');
INSERT Tbl VALUES('B' , 'Green');
INSERT Tbl VALUES('B' , 'West');
INSERT Tbl...
August 7, 2007 at 6:35 am
i am not able to do that.. i have wasted one day. 🙁 if i give you the records and the table code can you try for me pls??
August 7, 2007 at 5:11 am
OK mate i ll try and keep you informed! 🙂
thank you for your time, ill post soon
August 7, 2007 at 3:58 am
Thank you for your help the problem is this
I want a SINGLE and ONLY row for each employee that contains ALL its entries in a SINGLE row.
Look at the...
August 7, 2007 at 3:40 am
The problem with matrix is that it does not concatenate values. I do not want a seperate column each time an employee enters or exits the building. Reporting services does...
August 7, 2007 at 2:30 am
YES! CAN I DO THIS THROUGH REPORTING SERVICES????
August 7, 2007 at 2:13 am
Sugesh, thank you for your answer.
Please be more a bit more specific (i am a business analyst, not a dba! ). Firstly,...
July 11, 2007 at 3:41 am
I liked more the one previous the last you send! thank you very much! 🙂
June 1, 2007 at 3:41 am
Thank you very much mate, let me check them, and get back with info! 🙂
June 1, 2007 at 3:22 am
A sincere thanks both for your answers. Sometimes you (I :crying do stupid things. Indeed, i did not need the select top 1, but...
May 30, 2007 at 1:31 am
Sam,
thank you for your suggestion. However, this works in everything else except when the data source is OLAP Cubes. I think the obly possible solution is through mdx.
Any other...
March 29, 2007 at 1:05 am
to help you further the log created YESTERDAY (when the job failed to run) it said, Step name that failed was DTSStep_DTSExecuteSQL_Task_20.
But we have changed the step names, not...
February 23, 2007 at 9:14 am
Viewing 15 posts - 46 through 60 (of 90 total)