Viewing 15 posts - 46 through 60 (of 82 total)
I want to populate the pdf form using large sql data
August 14, 2013 at 9:50 am
Any way to convert the above vb code to sql
August 14, 2013 at 9:15 am
Thanks your code works . But my notes field is type ntext when i run the code i get
The data types ntext and char are incompatible in the add operator.
if...
June 20, 2013 at 9:13 am
The realtionship is defined using three fields RefModule, RefNum, RefLine.
The RefModule field is in all the tables , thats how it determines which table to look for.
FYI :
The actual...
June 3, 2013 at 8:23 am
Here is the Data Defination and Data and how the tree should look like. What format the stored procedure should give the output data so it can be used in...
June 3, 2013 at 6:57 am
Its going to be ondemand . I am going to create a stored procedure for it and the select statement will have a where clause (Parameters).
May 16, 2013 at 1:22 pm
I am guessing that what you have is just the file name stored in the database and you want to make a physical copy of the existing file in the...
May 16, 2013 at 1:16 pm
That was great. Worked out perfect.
April 29, 2013 at 10:51 am
SQL 2005. Our Database Server is 2005 . Is there a way to use -d option with 2005 server ?
March 22, 2013 at 7:20 am
got error
output
bcp: unknown option d
usage: bcp {dbtable | query} {in | out | queryout | format} datafile
[-m maxerrors] ...
March 22, 2013 at 5:27 am
Thanks it does work with the solution.
But we have hundred's of procedure provided by our ERP vendor which we can not change technically.
Is there a work arounnd for
IF OBJECT_ID(N'extgen_ki_TestLoop1')...
March 21, 2013 at 1:31 pm
There is a code in the calling procedure which checks if object 'dbo.EXTGEN_InitSessionContextSp' exists. And it does not exist.
IF OBJECT_ID(N'dbo.EXTGEN_InitSessionContextSp') IS NOT NULL
BEGIN
...
March 21, 2013 at 1:03 pm
Here is the small example i created and gives me same results.
Here i am running procedure ki_TestLoop2 which is calling ki_TestLoop1.
In ki_TestLoop1 i have a code which checks...
March 21, 2013 at 12:58 pm
i get the desired output.
(1 row(s) affected)
(0 row(s) affected)
(1 row(s) affected)
(12932 row(s) affected)
then all the records are displayed.
March 21, 2013 at 12:22 pm
Viewing 15 posts - 46 through 60 (of 82 total)