Viewing 15 posts - 46 through 60 (of 149 total)
thanks a lot mtassin... I was doing this earlier little differently and was failing due to line comments (--comments)... but used it again using ur logic.. it works. This is...
September 30, 2010 at 9:51 pm
Each line of sql text of Proc is in different row... sorry by master I meant main database and not master db
September 30, 2010 at 11:34 am
Thanks Parthi this is what I had planned to do... I convinced my lead that we do not have to use bitwise... I am on the track now. Thanks again.
September 22, 2010 at 12:59 pm
Thanks for the response... I dont have code, but this is what I have to do...
Say I am createing a Proc with 5 input parameters
TestProc (@VendorName, @LoadDateStart, @LoadDateEnd, @FileType, @Database)
@VendorName,...
September 22, 2010 at 11:45 am
Anyone here has experience with bitwise operation? Thanks for the time.
September 22, 2010 at 10:10 am
yes that we can do and I guess we can create the tables with relevant data also using the dynamic sql.... I have planned to do this, but was checking...
September 15, 2010 at 2:30 pm
Is there a way through sql proc to script the table and db from original database and use that dynamically to create a database for the company using the new...
September 15, 2010 at 2:24 pm
Nevermind guys.. this is fine now... I used an interim table to insert record in and then used that table to export. It worked fine.
July 20, 2010 at 11:38 am
Ok this is working fine now... the main issue was the WHILE loop... I constructed it wrong and it did not loop enough times to export all the files. THanks...
July 20, 2010 at 2:06 am
jeff.mason (7/19/2010)
SELECT * FROM Dev_Adhoc.dbo.Bank_Data_Source where ACCT_NBR=7986011679
and without...
July 20, 2010 at 12:49 am
All the data in tables are in varchar... seems like export is trying to change the varchar to int and the number is out of bound for int datatype... anyone...
July 19, 2010 at 1:55 pm
But I am using varchar for every field... does the bcp try to export the data in int format if they numbers?
July 19, 2010 at 10:39 am
Gunjan check this out
http://www.sqlservercentral.com/articles/SSIS/68025/
You can use the script to get dynamic filename and use that in forloop... not exactly you are looking for but this can do the...
July 19, 2010 at 9:39 am
Viewing 15 posts - 46 through 60 (of 149 total)