Viewing 15 posts - 1 through 15 (of 79 total)
Thanks for the pointers, the articles are good but nothing much said on performance side, as we are going to have it in datawarehouse so is it feasible to store...
November 17, 2009 at 11:23 pm
Hi,.
Great, this is what i was looking for , i made some changes as per my req and its giving me the results, its cool...
Thanks a lot for your time...
October 13, 2009 at 4:02 am
actually we want write a pieace of sql code and want to put it in SP but no luck so far
October 13, 2009 at 3:07 am
HEY PAUL
THANKS FOR THIS ONE sys.sql_modules ...
it really helped me...
Mithun
June 29, 2009 at 7:09 am
yeah this coluld be done , i can loop this view and using sp_helptext i can replace db1 with db2... seems cool let me give it a try ....
thx a...
June 26, 2009 at 6:46 am
thanks for ur replay,,
but i m not sure how to implement the logic given by u in ssis packages, i mean what transformations do have to use and all... if...
June 12, 2009 at 1:43 am
hi,Gianluca
thanks for ur reply...
see here dataset name will remain same for all.
database name can be diffrent and each database can have tables...
so this is the kind of rule ....now can...
June 9, 2009 at 2:54 am
MAY BE THIS CAN HELP..
DECLARE @sql NVARCHAR(512)
DECLARE @MaxCount INT
DECLARE @Count INT
DECLARE @FieldName NVARCHAR(512)
DECLARE @DBName TABLE (fldID int IDENTITY(1,1), fldDBName varchar(512))
INSERT INTO @DBName (fldDBName)
SELECT 'Test1' UNION ALL
SELECT 'Test2' UNION...
June 8, 2009 at 7:42 am
yeah u should try isnull(flag,1), have u tried it or not?
April 30, 2009 at 4:23 am
viswa (4/30/2009)
EX:
amount is (10.568) then the if condition will not work.....
April 30, 2009 at 3:59 am
hi viswa,
Good morning...
Before u read on make sure that there will be always only 2 decimals will be there in ur values and i wrote it in bit of hurry...
April 29, 2009 at 11:53 pm
hi Grant,
Thanks for ur reply and i will be surly reading those articles and also will pickup the book Kalen Delaney's Inside SQL Server 2005.....
thanks for ur time and...
April 28, 2009 at 6:28 am
Try adding a lot more data (at least 10000 rows) and try again. I'm guessing that you'll see quite a different behaviour on some of them. 10 rows is far...
April 28, 2009 at 4:29 am
I was just expecting reply from u as i just saw u replyed some other post answers.....
thanks for repl Gail ....fine i will put more data into it and will...
April 28, 2009 at 3:15 am
inputfieldid is limited to three otr it can be more then 3 also.
April 28, 2009 at 3:00 am
Viewing 15 posts - 1 through 15 (of 79 total)