Forum Replies Created

Viewing 15 posts - 946 through 960 (of 2,663 total)

  • Reply To: Recovering data from a forked database?

    and do all tables contain identity columns?

    if so  you could look at restoring your db, take note of the values for all tables, set the identity to a higher value...

  • Reply To: Bulk Insert Failed

    Jeff Moden wrote:

    water490 wrote:

    I used powershell to create a script that prepares the files for bulk insert.  it ensures that the columns match with the destination table.  works beautifully.

    You mean a...

  • Reply To: The Need for 256GB

    William Rayer wrote:

    It would be nice if they increased the DB limit in SQL Server express from 10 GB to 20 GB!

    only really required if you have single tables that go...

  • Reply To: SSIS Permission - Write File to Shared Folder on Another Server

    that happens a lot and sometimes without any explanation.

    copy the remote file locally, change it as required and then copy it back to destination.

  • Reply To: Bulk Insert Failed

    water490 wrote:

    Thank you so much!!

    It is really interesting how the two approaches are very different (Import Data vs Bulk Insert).  That column you mentioned has never been a problem when...

  • Reply To: Bulk Insert Failed

    the bulk insert options you used were just a sample - you needed to adjust to your own needs.

    you also can't have extra columns on the destination table - if...

  • Reply To: Bulk Insert Failed

    can you give us a sample file?

     

  • Reply To: Run SQL Query in C#

    Jeffrey Williams wrote:

    If I couldn't keep every file in a local folder - so that I could use a simple File.Exists() in C# to determine if the file has already been...

  • Reply To: Run SQL Query in C#

    Jeffrey Williams wrote:

    Curious - why do you need to create a script task and execute a SQL query in that script task?  If this is a one-time call to get/set some...

  • Reply To: SSIS SFTP using WinSCP

    try the following - just an example and you will need to play with destination filename/directory

    its only the using session block - no need to post the remaining code

    do note...

  • Reply To: SSIS SFTP using WinSCP

    Thanks for the info. I'll play around with it.

    could you advise how do you know which files have been processed - and do you keep a copy of them on...

  • Reply To: SUM(CAST(....

    on your where clause - do WHERE Domain = @Domain AND convert(bigint, Filesize)  > 50000

  • Reply To: Slow Query

    I would also supply us with the code for that function you are calling as well as a actual explain plan for one of the executions - issue may well...

  • Reply To: SSIS SFTP using WinSCP

    can you post the C# code you did - and can you explain in detail what the process is to get the files - is it multiple folders/files or single...

  • Reply To: SSIS SFTP using WinSCP

    either install is to GAC (advisable but on  your server you will also need to install it in GAC) or use the assembly.resolve method - both explained on their page

    download...

Viewing 15 posts - 946 through 960 (of 2,663 total)