Viewing 15 posts - 181 through 195 (of 226 total)
yes, I have seen it lock on a SELECT when I don't think it should. When it's done that we've use SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED. Sometimes that will...
September 22, 2008 at 9:55 am
See if this will get you started:
http://www.sqlservercentral.com/articles/introductiontodtsinsqlserver2005/1486/[/url]
The following blog has some good SSIS info:
September 22, 2008 at 9:38 am
See if this will help you get started:
September 22, 2008 at 9:33 am
1st question:
are you going from x64 to x86 at any point?
2nd question:
Have you verified that the linked servers are configured properly and working?
3rd question:
Go to the server and do Start->Programs->Administrative...
September 22, 2008 at 9:30 am
You could try to use the import wizard for DTS packages from SQL Server 2005. Your results may vary.
September 22, 2008 at 8:53 am
With the information you've provided I believe it's possible to say that some of the stored procedures are stored in the msdb database and some are stored in the filesystem.
Did...
September 22, 2008 at 8:47 am
From my experience it doesn't matter if you are hitting an engine or integration services. The only way I can get the box enabled is to use SQL Server logins....
September 22, 2008 at 8:44 am
Good to know that you got it working.
Also, anytime you see 2005 code there's a possibility you could adapt it to work with 2000.
September 18, 2008 at 12:07 pm
Guess we better all be careful :
http://www.freepatentsonline.com/y2007/0118573.html
I'm trying to do this myself as well.
September 18, 2008 at 8:57 am
You already mention that you are looping through a temp table with the linked servers so I won't worry about that.
See if this code will get you started:
SET NOCOUNT ON;...
September 18, 2008 at 8:47 am
See if this link helps you at all:
http://www.sqlservercentral.com/Forums/Topic553730-146-1.aspx#bm553792
September 17, 2008 at 9:03 am
Good article Brandie, I hadn't seen that one.
If you are looking into becomming a dba I would highly recommend reading through Brad McGehee's "How to be an Exceptional DBA".
http://www.red-gate.com/products/sql_backup/offers/exceptional_dba_awards.htm
September 12, 2008 at 8:12 am
September 12, 2008 at 7:02 am
Yea, I passed it a few weeks back. Luckily my weak areas of weren't exposed too badly. 🙂
September 11, 2008 at 6:48 am
I'm going to agree with Brandie.
Go with the 2005. Once you take the 3 exams and get MCITP in 2005. If and when you are working with 2008 you can...
September 9, 2008 at 12:59 pm
Viewing 15 posts - 181 through 195 (of 226 total)