Viewing 15 posts - 3,121 through 3,135 (of 3,738 total)
balasach82 (5/15/2011)
Is there any other way to Import PDF documents into DB2 table (BLOB) column? I tried with Import Column in SSIS, but the pdf could not be retrieved from...
May 15, 2011 at 10:05 am
Have you defined a Link Server or what?
Can you access Data from the SQL Server where the SSIS package resides?
Sounds like a permission issue.
May 15, 2011 at 9:52 am
Have you checked permissions?
May 15, 2011 at 9:47 am
Look at the following links for they might provide you with some insight to your problem:
May 15, 2011 at 9:45 am
Check out the folowing links:
May 15, 2011 at 9:41 am
Alternatives to a Linked Server are OPENROWSET and OPENDATASOURCE.
http://msdn.microsoft.com/en-us/library/ms190312.aspx
http://msdn.microsoft.com/en-us/library/ms179856.aspx
http://decipherinfosys.wordpress.com/2007/07/16/linked-servers-in-sql-server/
May 15, 2011 at 9:30 am
This is a SQL Server forum (Administering 2008).
May 15, 2011 at 9:23 am
What do you have so far?
You could start by reading the Microsoft Press Books for SQL Server 2008 and start Googling.
May 15, 2011 at 9:20 am
I'm not really clear on what you are trying to do and why you need 3 Servers?
Could you be a little more specific?
May 15, 2011 at 9:00 am
You can't reference a Local #Temp Table outside the current scope Stored Procedure, etc.
In SQL Server you can create Global Temp Table specify and you can reference it outside of...
May 15, 2011 at 8:53 am
Did you see the following?
Are you prepared for SQL Server performance problems?
Read Holger Schmeling's free "SQL Server Statistics" eBook to brush up on your statistics and query-optimization knowledge, and monitor...
May 14, 2011 at 2:14 pm
That is correct the files go back to 2008.
The date of the files are not going to change when executed
The sysdbupg.sql performs a number of actions and you can search...
May 14, 2011 at 1:39 pm
Have you tried checking the logs?
Try setting the recovery model of tempdb to simple so that the space can automatically be reclaimed.
May 14, 2011 at 12:52 pm
Have you identified what part(s) is taking so much time?
Is the step to copy the file to your DR site part of the problem?
Are you compressing the files?
May 14, 2011 at 12:21 pm
Check out the following example:
http://sqlserverpedia.com/blog/sql-server-bloggers/is-primary-your-default-filegroup/
May 14, 2011 at 12:09 pm
Viewing 15 posts - 3,121 through 3,135 (of 3,738 total)