Viewing 15 posts - 1 through 15 (of 50 total)
Strange that Data length always gives me 8000 even if the length of the string is above 8000.
Kind Regards,
Affan
January 30, 2004 at 6:32 am
Thanks everybody, finally i downloaded the CHM file and it contains the system tables MAP, but one slight comment that it does not contain too much illustration of the fields....
January 8, 2004 at 10:24 pm
I dont think that BOL contains this kind of detail, if you know kindly mention the topic it will ease my search process. also does some one has those maps with him...
January 7, 2004 at 2:35 am
Thanks every body,
Yes, when i installed SP from CD it had a spereate folder and i installed it and now its working fine, every problem is solved. and downloaded SP...
December 7, 2003 at 10:16 pm
Add on to the problem i want ot ask one question, is there any difference between SQL Service Packs and Analysis Server Service Packs. coz i have found in some...
December 5, 2003 at 12:22 am
But i amd trying ot connect it to the enterprise manager of Analysis services and i ma using a single machine and it used to work in case of win2k...
December 4, 2003 at 10:09 pm
HI,
Please find the example below, hope this helps.
Regards,
Affan
declare @RECORDCNT int
declare @TABLE char(100)
declare @cmd Nvarchar(100)
-- Set the table to be used
set @TABLE = '[ORDERS]'
-- Build the dynamic T-SQL command
SET @CMD =...
October 14, 2003 at 6:05 am
Hi,
DTS looks for first 8 rows to make certain decisions about the data to be loaded. also if sheet is not being ended properly then it also puts niull values...
August 12, 2003 at 10:57 pm
If you are interested in traversing the hierarchy then you can do it with the sampel SP which builds the tree using @@rowcount variable. Hope this helps. If its irrelevant...
June 10, 2003 at 12:10 am
Actually i was reading the articles and looking at the examples and thats why i was using the composite keys. If there are other ways of solving thsi problem, i'll...
June 9, 2003 at 11:57 pm
Hi Steve,
The point is that i want the HH:MM:SS as there could be any transaction of the same id with time difference. e.g. in my fact fact table if i...
June 6, 2003 at 1:48 am
One more question related to index that
what are the best guidelines and practices for creating indexes.
Regards,
Affan
May 28, 2003 at 5:29 am
Thanks Antares and sorry for the cross post as i thought different people are subscribed to different forums.
May 28, 2003 at 5:08 am
So whats the right solution for importing from excel the data having large text in columns.
May 28, 2003 at 5:05 am
Thanks jeremy,
actually one of my table takes lot of time as it has 2 big indexes adn i think i shoudl remove those and ltems c what happens, but the...
May 22, 2003 at 7:33 am
Viewing 15 posts - 1 through 15 (of 50 total)