Forum Replies Created

Viewing 15 posts - 16 through 30 (of 63 total)

  • RE: database move

    It helps me in moving to destination server but its not available on source server,But i need that database on source server too.How can i do that.

    Thanks.

  • RE: day wise report

    Thank you very much

  • RE: adding column for a table in replication

    Can anyone help me in this issue?

    Thanks.

  • RE: adding column for a table in replication

    Hi,

    I have added a column to a table in the publication database using the Enterprise manager in my sql server 2000.But the column didn't affect in my subscription.Mean time I...

  • RE: replication

    How should i do the same with Enterprise manager.

  • RE: data format

    Thanks all for the help.

  • RE: data format

    I have a table a with these values.

    Number Name

    1 ee,ed,ff,er,fsd

    2 rr,kk

    I want store these values as below into other table...

  • RE: Image

    hey whats dtore, can u please explain me in detail.

    Thanks

  • RE: SQL

    Hi Marc,whatz with ties in the first query,what does it do.

  • RE: text file import

    Too many columns found in the current row.non-whitespace characters foundafter the last defined column's data.

    I could not fine that row exactly because my text file row consistf of 3 to...

  • RE: converting text to "Proper" names in query

    You can try this user defined function

    CREATE FUNCTION PROPERCASE

    (

    --The string to be converted to proper case

    @input varchar(8000)

    )

    --This function returns the proper case string of varchar type

    RETURNS varchar(8000)

    AS

    BEGIN

    IF @input IS NULL...

  • RE: subtraction

    I dont have a ID column,I have only one column each on the two tables.

  • RE: date format

    Thnks to all of you.

  • RE: vbscript in sql server

    when i try to use xp_cmdshell,i am getting an error that could not find the stored procedure 'xp_cmdshell'.

    What should be the reason,how could i come across this one,

    Thanks

  • RE: vbscript in sql server

    thank you very much

Viewing 15 posts - 16 through 30 (of 63 total)