Forum Replies Created

Viewing 15 posts - 1,576 through 1,590 (of 2,612 total)

  • RE: Copy database_A to database_B same server...

    One of the simplest ways of doing this is to do a backup and a restore.

    The T-SQL is pretty clear in books-online.

  • RE: Crosstab Query

    Since you are talking about possible schema changes and data differences, I would suggest you look into a database differencing tool rather than starting yourself on some quest to build...

  • RE: Lookup Transform Error

    You can use a lookup for this if you want. Re-check your data types on your data flow and on your table. SSIS is very sensitive about data...

  • RE: transactions and triggers

    You cannot within a trigger, but you are describing a scenario that Service Broker is pretty well designed to handle. You may want to read up on it.

  • RE: Advice needed

    Transactional Replication works fine over a WAN.

    Keep in mind that transactional replication, by default, sends one record at a time, not one transaction. It uses a transaction on the...

  • RE: Question about table design with some conditions

    Yup - you are right.

    My bad.

  • RE: Question about table design with some conditions

    Interesting that you think that is simpler. It makes a circular reference - meaning you cannot insert the Firm record without already having a Firm/Ticker record to be the...

  • RE: Advice needed

    I guess I assume your WAN is either using some kind of VPN tunnel or it is a frame relay or something that is already secure. That would be...

  • RE: Advice needed

    Sorry to hear you are still using ODBC DSN's.

    Other than making sure you have a connection that is stable and you have enough bandwidth, a WAN connection is not going...

  • RE: Question about table design with some conditions

    Yes, you are right - it would need to be a TinyInt to sum it.

    As far as the "do I put the logic here or in the application?" question, there...

  • RE: search witin reports

    I don't have report manager right in front of me at the moment, but after you execute a report, there is another control - I think it is next to...

  • RE: JOBs and Data Base queries

    I don't know if you have conveyed your question correctly. A Job Agent job does not have to impact a database (other than MSDB) at all. A job...

  • RE: search witin reports

    Do you mean search within a report result in Report Manager? There is a control on the screen for this.

  • RE: Subscriber uploads only?

    See if anyone else posts.

    I always thought those options were a bit of a workaround, so there may be something easier.

  • RE: Question about table design with some conditions

    You could do this with a check constraint. That is prbably what I would lean toward. I think you could probably get better performance out of a well-designed...

Viewing 15 posts - 1,576 through 1,590 (of 2,612 total)