Forum Replies Created

Viewing 15 posts - 2,446 through 2,460 (of 2,612 total)

  • RE: Wait for a record

    I understand.  Although I have trouble doing anything quietly these days.

     

  • RE: So what if the link fails?

    If the link fails for a short time (you configure how long), replication will essentially wait and send the transactions when the link is back up.  You can configure replication...

  • RE: Help installing a processor license sql 2005

    Microsoft changed a bunch of their licensing policies with SQL 2005 (I'm sure you have a shocked look on your face right now).  The reason your product key was disabled...

  • RE: SQL 2005 Server Performance and Maximum Memory property

    I have found that SQL 2005 manages memory dynamically quite well.  I have found minimal performance gains by setting the minimum and maximum memory for a server.  Now, I have...

  • RE: Wait for a record

    It is easy to branch on whether a record exists or not.  Use aa SQL command to return a field from the record and then set your data flow to...

  • RE: Backup & restore procedures for msdb

    Do you really care to fix these issues?  I assume you are either setting up a failover solution or this is simply a test restore.  If the final piece of...

  • RE: moving dts to ssis...

    You can either look for the red X, or double-click on the error in the errors / warnings list.

    I am sorry to say that if you have a lot of...

  • RE: Trouble shooting of The ''''select all'''' parameter

    We use the multi-select all the time and it seems to work fine.  I am guessing you are trying to use it with a store procedure as the source of...

  • RE: Shrinking Database Using DBCC SHRINKDATABASE

    The error is indicating you have at least one connection to the database that is still active and doing something.  You cannot shrink the log file if it is currently...

  • RE: Relationship between a data model and an ''''analysis'''' model?

    I'll start by saying you should go get a book about data warehousing.  There is no way I can explain this in a few short posts.

    A very common data warehouse...

  • RE: SQL 2000 SP4 Publisher to SQL 2005 Distributor - Help!

    Replication had a lot of changes from 2000 to 2005.  We have, however, been replicating to and from 2000 and 2005 databases for nearly a year without any issues relating...

  • RE: back Out Plan from 2K5 to 2K

    If your 2005 server is a new server or a new instance and you can leave the old one running, you can actually replicate (assuming all of your tables can...

  • RE: Connection Manager passwords

    You can also set connection information at runtime through expressions.  If you need something really dynamic - say passing in the username and password through a user interface - package...

  • RE: one database or another

    Synonyms give you an interesting option for this one.  You could create database A and B with actual data and a third database C with synonyms to all of the...

  • RE: SUSPECT database

    BTW, your update to the sysdatabases table did not work because it is not a table in SQL 2005 anymore.

    It is a view based on the sys.databases table that is...

Viewing 15 posts - 2,446 through 2,460 (of 2,612 total)