Viewing 15 posts - 25,501 through 25,515 (of 26,490 total)
Are you sure that your destination has been properly shared?
![]()
September 4, 2007 at 6:10 pm
Instead of mapping a drive, try using a UNC (\\ServerName\Directory\[SubDirectory\...]filename). Be sure that the share permissions are set properly.
![]()
September 4, 2007 at 2:17 pm
Thank you Matt. I must be suffering from distractionitis, as I did not fully complete my thoughts in my earlier post.
![]()
September 4, 2007 at 2:14 pm
Have you tried BIDS? (Business Intelligence Development Studio)
![]()
September 4, 2007 at 12:34 pm
Cool, one way to use a stored proc as a table. I would think you would need to be careful doing this, though, by making sure the stored procedure didn't...
September 4, 2007 at 12:26 pm
Could you provide the code you tried that failed?
![]()
September 4, 2007 at 11:37 am
If you are constantly shrinking your log file, you are not going to keep it from growing. Even in simple recovery mode, SQL Server writes all update, delete, and insert...
September 4, 2007 at 11:36 am
If this is occuring on a regular basis, you may want to consider keeping the log file at a larger size. Remember that everytime the log has to grow, your...
September 4, 2007 at 10:53 am
Cross posted. Check here: http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=338&messageid=396141
![]()
September 4, 2007 at 9:26 am
Not that I have found. You could load a temporary table then query the temporary table.
![]()
September 4, 2007 at 9:24 am
Since you have the Microsoft SQL Server 2000 DTS Designer Components loaded, you should be able to access the the TS packages using SSMS. You should access it through the...
September 4, 2007 at 9:20 am
You should look into package configuration files in SSIS. We also use a configuration database to allow us to dynamically configure our SSIS packages simply by making a change to...
September 4, 2007 at 8:06 am
Vladan, Be careful using xp_getfiledetails, it goes away when you move to SQL Server 2005.
![]()
August 31, 2007 at 6:50 am
No. Only transaction log backups will truncate the transaction log.
![]()
August 30, 2007 at 1:26 pm
Could you post the DDL for one of the procedures? I'd like to give it a try and see what happens.
![]()
August 28, 2007 at 7:17 pm
Viewing 15 posts - 25,501 through 25,515 (of 26,490 total)