Viewing 15 posts - 91 through 105 (of 1,124 total)
I am sure that the remote login password must be the access database password, it is used the map the local sql login with that of the access database user...
May 30, 2009 at 2:12 am
arun.sas (5/29/2009)
Which one is better in all Situations?
ARUN SAS
If you read the OP's original post he has mentioned that he wanted the entire text that follows the last space.
Though your...
May 30, 2009 at 2:00 am
arun.sas (5/29/2009)
Which one is better in all Situations?ARUN SAS
If you read the OP's original post he has mentioned that he wanted the entire text that follows the last space.
Though your...
May 30, 2009 at 1:52 am
Jeff Moden (5/29/2009)
Spot on, Ramesh. And, you made it easy to convert to the MONEY datatype so you can use the result number for calculations.
Thanks Jeff:-), it just that...
May 30, 2009 at 1:45 am
GSquared (5/29/2009)
May 30, 2009 at 1:42 am
Firstly, Shouldn't the system database be "System Database=system.mdb" instead of "System Database=system.mdw"?
Secondly, you doesn't seem to set the remote login and password for the server login. remote login should...
May 29, 2009 at 9:56 am
Once you have the for each loop enumerator working, add 1 script task and read the above link posted by Jack that explains how to read a text file. ...
May 29, 2009 at 9:45 am
X-Query is case sensitive, so all the methods and the data elements used in the xml must match with that used in the methods. For e.g.
The method "Value" should...
May 29, 2009 at 9:24 am
The 3rd biggest thing is that you can write recursive queries using CTE.
May 29, 2009 at 8:38 am
See if this helps.
; WITH TestCTE
AS
(
SELECT'FFX Buy USD/Sell AUD, Broker 703 MATURITY 11/05/09 SOLD AUD 18,669,911.96' AS SomeText
UNION ALL
SELECT'FFX Buy $/Sell $, Broker 471 MATURITY 11/05/09 SOLD $878.96' AS SomeText
UNION...
May 29, 2009 at 3:01 am
sateesh.kamalakar (5/29/2009)
When i am applying the sbinding it is showing the error as like this .
If u can help it will be great . urgent...
May 29, 2009 at 1:23 am
I am glad that you worked it out very well, once you had all in things in place, post back the working code to see if everything is okay. ...
May 28, 2009 at 11:49 pm
Taken straight from Books Online:
When updateusage is specified, the SQL Server 2005 Database Engine scans the data pages in the database and makes any required corrections to the sys.allocation_units and...
May 28, 2009 at 9:55 am
faiz_ku (5/26/2009)
May 28, 2009 at 9:47 am
I am just running out of ideas:w00t:, that's what you don't get when working late:-D. Well, one thing that I am sure of is that its definitely a file access/security...
May 28, 2009 at 9:41 am
Viewing 15 posts - 91 through 105 (of 1,124 total)