Viewing 10 posts - 1 through 10 (of 10 total)
ya true BCP we can use it, but again there is one problem using BCP, In my table there is one column as varchar and in that column values as...
March 6, 2008 at 9:23 pm
Here I have question, I am using SQL server as remotely, and I am trying to create Excel file using SSIS, so on local machine its works fine, but when...
March 6, 2008 at 11:40 am
Because as per my knowledge VARCHAR(max) stored that much space that is available for each row, if one row have 15 character then it is stored only 2 bytes,...
March 4, 2008 at 8:03 pm
ya that is right but i have two syntax for Re-build the index
1) Re-building the index using Alter Index command
or
2) Drop the index and Create Index again
which one is...
March 3, 2008 at 3:28 pm
Jack
The location of that file and folder is not on server side but its on common Network share drive and for the server rights we have only one user to...
March 3, 2008 at 3:22 pm
SSIS Package executing by one of SQL Job everyday when i put that package on server and test it gives an error as Command line parameter are Invalid, step failed....
February 29, 2008 at 6:05 pm
Thank you all, it helps lot
February 26, 2008 at 11:36 pm
ya that is right if we can put Text format, that is possible but if suppose every time i want to see New Excel file then how can i change...
February 22, 2008 at 9:46 am
If suppose I want to see every time new excel sheet then how can we change the Text format in Excel sheet, because everyday its looking new file from SQL...
February 22, 2008 at 9:41 am
Its not working, here i will show you an example
create table file1(Loan_Number varchar(10))
insert into file1 values('0000012345')
insert into file1 values('0000045678')
insert into file1 values('0000009876')
Now here is the query
Exec Master..xp_cmdshell 'bcp "SELECT loan_number...
February 21, 2008 at 10:16 pm
Viewing 10 posts - 1 through 10 (of 10 total)