Viewing 15 posts - 8,866 through 8,880 (of 13,876 total)
Is there any way around this without doing some crazy file manipulation?
1) Use a delimiter which does not appear in your data.
2) Use SSIS 2012 onwards. See here.
December 11, 2014 at 1:00 am
JoshDBGuy (12/10/2014)
Grant Fritchey (12/10/2014)
December 10, 2014 at 10:10 am
tiredofchoosing (12/9/2014)
Oh, old files are not archived. They simply accumulate in the folder.
This is not best practice – you should consider moving the files to a 'Processed' folder after they...
December 10, 2014 at 12:21 am
You could avoid the whole issue (assuming the import folder only ever contains the files to be processed, because processed files are archived) by using a FOREACH loop selecting files...
December 9, 2014 at 2:16 pm
What is the error?
Is the server in the same domain as the machine she's trying to log in from?
December 9, 2014 at 9:09 am
butcherking13 (12/9/2014)
She has asked for sys admin rights because we...
December 9, 2014 at 9:06 am
butcherking13 (12/9/2014)
I work with one developer who has a few years experience....
December 9, 2014 at 8:30 am
Do not use SET IDENTITY INSERT ON – that is telling SQL Server that you wish to override the auto-increment for some reason. So given a table X
Id int identity...
December 6, 2014 at 11:09 am
Can you write out the desired results, based on your sample data?
If you could provide your input data in consumable (ie, runnable in SSMS) format, you will be more likely...
December 6, 2014 at 5:29 am
What's your specific question please?
December 5, 2014 at 8:11 am
armm1388 (12/5/2014)
Hii have a DB in SQL Server 2008. and i wants to store file in DB.
how can i create filestream for filegroup for a DB in SQL Server 2008
Thanks
Don't...
December 5, 2014 at 3:36 am
skb 44459 (12/4/2014)
- Fields are CustomerNumber, CreditLimit
Validation Table - UserAuthorization
-Field UserID, Password
I am writing an asp application where Fields on the asp form is CustomerNumber, CreditLimit,UserID...
December 4, 2014 at 8:12 am
nhimabindhu (12/4/2014)
Is there any other approach other than this which we achieve the result as per requirement.:-)
If your requirement is such that terrible performance is acceptable, there is. Are you...
December 4, 2014 at 4:23 am
manju.ccc (12/4/2014)
December 4, 2014 at 3:41 am
Viewing 15 posts - 8,866 through 8,880 (of 13,876 total)