Viewing 15 posts - 2,446 through 2,460 (of 2,612 total)
I understand. Although I have trouble doing anything quietly these days.
August 14, 2007 at 8:42 am
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...
August 14, 2007 at 6:37 am
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...
August 14, 2007 at 6:28 am
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...
August 14, 2007 at 6:19 am
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...
August 14, 2007 at 6:11 am
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...
August 10, 2007 at 5:39 am
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...
August 10, 2007 at 5:32 am
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...
August 9, 2007 at 5:40 am
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...
August 7, 2007 at 6:06 am
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...
August 7, 2007 at 6:01 am
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...
August 7, 2007 at 5:41 am
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...
August 1, 2007 at 5:51 am
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...
August 1, 2007 at 5:45 am
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...
August 1, 2007 at 5:41 am
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...
July 31, 2007 at 1:20 pm
Viewing 15 posts - 2,446 through 2,460 (of 2,612 total)