Forum Replies Created

Viewing 15 posts - 46 through 60 (of 64 total)

  • RE: BACKUP databases

    No xp_cmdshell allowed in my circumstances.

    Could you provide sample code(s) for other feasible and efficient ways.

    Thanks.

  • RE: substring NOT working

    Guys, thank you for the efforts and I got the solution already.

    Thanks again.:satisfied:

  • RE: substring NOT working

    You're back. Thank you.

    create table dbo.dynamictab(CustID varchar(20),col1 int, col2 int, col3 int, col4 int)

    insert into dbo.dynamictab values('aa',10,20,30,40)

    insert into dbo.dynamictab values('aa',20,30,40,50)

    insert into dbo.dynamictab values('aa',30,40,50,60)

    insert into dbo.dynamictab values('bb',40,50,60,70)

    declare @sql_1 nvarchar(max)

    declare @sql_2 nvarchar(max)

    declare...

  • RE: substring NOT working

    Either 'huh' or 'hug', both have the same meaning to me. I got it. Thanks to ALL of you !:Whistling:

  • RE: substring NOT working

    Thank you for your patience, and I'm back .....

    The following example has two sp_executesql(s) which I got the result of the first one passing to the second one. First...

  • RE: substring NOT working

    Thank you anyway, but I am still here waiting to receive more response(s).....

  • RE: substring NOT working

    :Wow:Thank you.

    I am greedy and I want both.

    First for the project I am working and second for digging and learning more for the future.

    Salute.

  • RE: substring NOT working

    First, THANK YOU a lot guys for the extreme support.

    The code I quoted is just one tenth of the original program.

    My purpose is very straight forward and the database I...

  • RE: substring NOT working

    Thank you for response again and I do understand.

    If you do not mind, could you please show me how to do it IF using my "string1" instead of getting from...

  • RE: substring NOT working

    Thanks for the response.

    But I got all "FirstName" string for the result instead of getting the real content of "FirstName" column.

  • RE: un-pivot feature applying

    Yes, Sir I got it.

    Thanks.

  • RE: un-pivot feature applying

    Thank you for the solution.

    Is it possible to have an "UNPIVOT" alternate ?!

  • RE: .NET VB or C#

    OK! Thanks for the info!:-)

  • RE: .NET VB or C#

    First thanks to all! I have the background of Java, C/C++, VB. The only concern is whether the two stars - VB.NET and C# can be both used...

  • RE: Date format

    Any ideas where is the language of the "report" ? Thanks.

Viewing 15 posts - 46 through 60 (of 64 total)