Viewing 15 posts - 1 through 15 (of 79 total)
Thank you very much.
It works completely.
Here are my scripts:
EXEC sp_dropextendedproperty
@name = 'MS_Description'
,@level0type = 'schema'
,@level0name...
February 10, 2011 at 12:36 pm
Thank you very much for your replies.
I still curious about this issue, why does the Microsoft does not used the feature that have been create?
Do you think that the microsoft...
July 9, 2010 at 6:40 pm
Hi CirquedeSQLeil,
I have a problem with the license of PGNP. Do you know another tools that can be used to create linked server to postgrey?
I use MS SQL Server Express...
June 11, 2010 at 5:32 pm
Thanks for the url. It so usefull for me.
I have to read it first. I hope this work on 32 bit.
Best Regards,
Eko Indriyawan
June 10, 2010 at 9:02 pm
I'm sorry, I never use perl before.
Now, I only use the Delphi for programming.
I hope yourself or another people can solve your issue.
Regards,
Eko Indriyawan
May 15, 2010 at 8:56 pm
Maybe, by using the schedule you can do it periodically.
But, If you use the MS SQL Server Express Edition, I recommend
you to create a service application to do that.
So, from...
May 15, 2010 at 5:59 pm
Btw, have you tried to use Linked Server to consolidate them?
Since your instance is part of the MS SQL Server Database Engine,
I think you can use link server to solve...
May 15, 2010 at 5:56 pm
If you want to know why about this issue, let you read the documentation first in this link:
ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_1devconc/html/c626d75f-ff62-41bb-9519-10db3b50bee5.htm
Need to know that MS SQL Server Database Engine using this mechanism to...
May 15, 2010 at 12:13 pm
Hi kwiggans,
Correct me if I'm wrong about multi-instance.
Btw, have you tried to use multi-instance and manage it?
Just for your information, based on my experience for
using multi-instance to manage big records,...
May 10, 2010 at 11:04 am
@shreyansh.bele
Can you show me your current connection string?
Don't forget to change your ip/server first...
Regards,
Eko Indriyawan
May 10, 2010 at 10:49 am
I think if you are using additional tables for storing information about reports that you needed is good way for facing much record.
If you are using MS SQL Server Express,...
May 9, 2010 at 3:50 pm
shreyansh.bele (5/9/2010)
May 9, 2010 at 3:48 pm
Let you try to read this article.
I hope can help your issue.
Regards,
Eko Indriyawan
May 6, 2010 at 6:22 am
Hi David,
I did not lie, that this is a solution and I've applied to all stored procedures and all working properly.
Let you read this article http://support.microsoft.com/kb/272358
The Microsoft OLE DB Provider...
April 9, 2010 at 7:49 am
Hi David,
Finally I found the solution by create temporary table.
My first query in stored procedure:
...
SELECTA1.INVOICE_INCAS A,
A1.TRANSACTION_IDAS B,
A2.ITEM_IDAS C,
A2.ITEM_NAMEAS D,
A1.UNIT_IDAS E,
A1.UNIT_NAMEAS F,
A1.ITEM_QUANTITYAS...
April 9, 2010 at 5:33 am
Viewing 15 posts - 1 through 15 (of 79 total)