Forum Replies Created

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

  • RE: SQL query

    I want them in seperate record sets.

    Thanks.

  • RE: linked server and remote server

    Thanks foor the info,But how can i make that remote server as linked server.

    Thnaks once agian for ur help.

  • RE: copy database

    I have the diff backup for the databse on server xxxx.Can i copy the same onto the new server zzzz and restore it on server zzzz.

    How can i do this.

    Thanks

    ...

  • RE: copy database

    I have the database aa on server xxxx. and it has replication with the database aa on server yyyy.Database aa on server xxxx is a subscriber to database on yyyy.Now...

  • RE: copy database

    Can anyone help me in this isuue.

    Thanks.

  • RE: database move

    should the source database be offline?or can we do this when it's online?

  • RE: An SP to show weekly totals

    SELECT date=

    CASE

    WHEN datepart(weekday,<date_column>)='1' THEN 'SUNDAY'

    WHEN datepart(weekday,<date_column>)='2' THEN 'MONDAY'

    WHEN datepart(weekday,<date_column>)='3' THEN 'TUESDAY'

    WHEN datepart(weekday,<date_column>)='4' THEN 'WEDNESDAY'

    ...

  • RE: nulls in a table

    any query get the result?

  • RE: nulls in a table

    any query to get the result?

  • RE: coversion of data type

    I got it myself through convert function,thanks

  • RE: coversion of data type

    I got it myself through convert function,thanks

  • RE: database move

    I have done it by disconnecting the active connections that are existing on the source database.

    Thanks for all the help in this process.

  • RE: database move

    I am getting this error while doing the DTS.

    I think there are 2 active connections to the database and they have to be inactive...

  • RE: database move

    I got the following errors while doing the task.

    Step Error Source: Microsoft Data Transformation Services (DTS) Package

    Step Error Description:Unspecified error

    Step Error code: 80004005

    Step Error Help File:sqldts80.hlp

    Step Error Help Context ID:1100

    How...

  • RE: database move

    should they be linked servers?

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