Forum Replies Created

Viewing 15 posts - 1 through 15 (of 79 total)

  • RE: Regarding Image Datatype

    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...

  • RE: Regarding Xp_cmdshell

    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...

  • RE: Regarding Xp_cmdshell

    actually we want write a pieace of sql code and want to put it in SP but no luck so far

  • RE: Regarding Views

    HEY PAUL

    THANKS FOR THIS ONE sys.sql_modules ...

    it really helped me...

    Mithun

  • RE: Regarding Views

    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...

  • RE: SSIS issue

    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...

  • RE: Need Help

    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...

  • RE: Error Handling in sp_ExecuteSQL

    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 ALL

    SELECT 'Test3'

    SELECT...

  • RE: Question about null values

    yeah u should try isnull(flag,1), have u tried it or not?

  • RE: Please help me..

    viswa (4/30/2009)


    Hi u r correct but If the numeric like (17,3) mean how can u filter that

    EX:

    amount is (10.568) then the if condition will not work.....

  • RE: Please help me..

    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...

  • RE: Optimizer?

    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...

  • RE: Optimizer?

    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...

  • RE: Optimizer?

    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...

  • RE: Column values as Aliases instead of columns

    inputfieldid is limited to three otr it can be more then 3 also.

Viewing 15 posts - 1 through 15 (of 79 total)