Viewing 15 posts - 931 through 945 (of 2,649 total)
Good one keep it up
Really? What was good about this thread? I could be wrong but I'm thinking that you're just doing a SPAM test. If I am...
February 4, 2022 at 7:23 pm
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...
February 4, 2022 at 3:21 pm
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...
February 4, 2022 at 12:14 am
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...
February 3, 2022 at 5:56 pm
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.
February 2, 2022 at 10:53 pm
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...
February 2, 2022 at 10:42 pm
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...
February 2, 2022 at 8:30 pm
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...
January 30, 2022 at 5:39 pm
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...
January 29, 2022 at 7:59 pm
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...
January 25, 2022 at 12:42 am
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...
January 24, 2022 at 9:20 pm
on your where clause - do WHERE Domain = @Domain AND convert(bigint, Filesize) > 50000
January 24, 2022 at 7:00 pm
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...
January 24, 2022 at 6:37 pm
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...
January 24, 2022 at 8:32 am
Viewing 15 posts - 931 through 945 (of 2,649 total)