Viewing 15 posts - 61 through 75 (of 134 total)
lowell,
how do you set the delimiter '|' option
June 25, 2012 at 1:18 pm
This query makes us to load the data from .csv files to database. But, my question is to how to load the data from database to .csv files without...
June 25, 2012 at 12:50 pm
Gila,
I have created an application role and given write permissions. But, I am not...
June 17, 2012 at 8:28 pm
Thank you. Basically, I have a situation where when users log on through SSMS, they should have only "Read" access. But, the same users when they work through front-end applications,...
June 17, 2012 at 8:37 am
Does anyone know how to set a user an application role? I am still in process of assigning a single user with different level of access, as one if he...
June 15, 2012 at 8:15 am
This URL is helping me little bit..
June 14, 2012 at 7:17 am
The application where the users are trying to connect has the same credentials where they connect to the database. we want some trigger/ proc where when users connect to database..it...
June 13, 2012 at 4:57 pm
Yes...you are right...
June 13, 2012 at 11:44 am
sounds good. Thank you
June 12, 2012 at 6:43 am
My CSV file is of "|" limiter. I am trying using the following BCP command but receives error.
SET IDENTITY_INSERT table1 On
DECLARE @cmd nvarchar(500)
SELECT @cmd = 'bcp slcdb.dbo.table1 IN...
June 6, 2012 at 11:58 am
I am receiving the following error..can some one please rectify..Thank you.
NULL
Starting copy...
SQLState = S1000, NativeError = 0
Error = [Microsoft][SQL Server Native Client 10.0]Unexpected EOF encountered in BCP data-file
NULL
0 rows copied.
Network...
June 6, 2012 at 11:32 am
My file is in network location...I am trying to pull the file...onto server..but receiving error: file could not be opened....is bulk insert takes only local drive files.
June 5, 2012 at 12:13 pm
Ya I just did that...but does the bcp won't take the files from network location..
June 5, 2012 at 11:45 am
Thanks much...What if we don't have permissions to run xp_cmdshell. Do we have any other options to import the data..
June 5, 2012 at 11:29 am
Viewing 15 posts - 61 through 75 (of 134 total)