Viewing 15 posts - 91 through 105 (of 2,612 total)
Steve Jones - Editor (1/25/2009)
As I get older, I...
January 26, 2009 at 7:43 am
No, you need to be running in a 2005 compatibility mode. Your best option will probably be transactional replication. If you configure replication with it's defaults, it creates...
January 26, 2009 at 6:24 am
Please don't cross-post.
http://www.sqlservercentral.com/Forums/Topic643364-149-1.aspx
January 26, 2009 at 6:08 am
please don't cross-post.
http://www.sqlservercentral.com/Forums/Topic643362-146-1.aspx
January 26, 2009 at 6:07 am
You can use service broker to break the second insert out of your transaction. Here is a pretty good article for using service broker for auditing. It should...
January 26, 2009 at 6:03 am
Ok, a lot to talk about here.
First, you can increase the number of log entries the SQL Agent retains. Right-click on the SQL Job Agent in management studio and...
January 26, 2009 at 5:53 am
RBarryYoung (1/24/2009)
January 24, 2009 at 12:41 pm
They can reside on the same server.
If you move components to a second server, you have to license both servers.
If you have cubes of any significant size, I would recommend...
January 23, 2009 at 7:05 am
RDP does some strange things. One of them is adjust screen resolutions. You may want to try a different screen resolution in your RDP connection.
You also may want...
January 22, 2009 at 6:46 am
Make sure the workstation you are building the packages on has the same version and service pack (and patch) of SSIS.
Make sure the precompile property on the script...
January 22, 2009 at 6:40 am
Search around this site and on google for "Slowly Changing Dimension". The topic you are asking about has been discussed a lot. I have posted a number of...
January 22, 2009 at 6:31 am
You need to be more specific about what you are trying to do. There is no magic "disable all security" button.
January 22, 2009 at 6:28 am
You need to give us more information. What OLEDB provider are you using? What error is being thrown?
Some OLEDB providers do not support parameterized queries, some don't support...
January 22, 2009 at 6:26 am
You can compare the column information in information_schema.columns. This does not cover all of the column information available, but you should be able to modify it. Notice that...
January 22, 2009 at 6:22 am
Viewing 15 posts - 91 through 105 (of 2,612 total)