Viewing 15 posts - 19,111 through 19,125 (of 19,564 total)
Bru Medishetty (11/17/2009)
SELECT [Name] FROM MASTER..SYSDATABASES
Should give the list of all Databases in that Server (Instance)
To get it in all Servers, I am not aware of this, in SQL...
November 17, 2009 at 1:18 pm
Jack Corbett (11/17/2009)
Jeff Moden (11/17/2009)
Alvin Ramard (11/17/2009)
Grant Fritchey (11/17/2009)
Paul White (11/17/2009)
LMGTFY version 2.0:I'm confused now. Shouldn't that be LMBTFY?
Let
Me
Be
The
First
Yeller??
BWAA-HAA!!! You have too much time on your hands, Alvin. 😛
Is...
November 17, 2009 at 1:16 pm
One possibility is if you have MSDN. You could download foxpro from the MSDN site.
November 17, 2009 at 11:08 am
Alvin Ramard (11/17/2009)
Steve Jones - Editor (11/17/2009)
That's funny. I wonder how many people will go there right away and not get it?
Probably as many as the one that wouldn't do...
November 17, 2009 at 11:07 am
Have you tried opening it up in FoxPro?
November 17, 2009 at 9:55 am
Confio is pretty nice. I was a part of their focus group.
November 16, 2009 at 4:34 pm
GSquared (11/16/2009)
CirquedeSQLeil (11/16/2009)
Can Anybody help me explain group access and conn strings?No. I'm pretty sure only a limited subset of people can help with that.
😀
Good I could use a...
November 16, 2009 at 3:24 pm
Can Anybody help me explain group access and conn strings?
November 16, 2009 at 3:10 pm
YOU don't specify any group at all for your connection string. The group is transparent to your connection string.
You just need to know that your NtAuth user is a...
November 16, 2009 at 3:09 pm
halifaxdal (11/16/2009)
From your side, you would specify integrated security connection strings from within your app.
connectionString="Data Source=XX.XX.XX.;Initial Catalog=SomeDatabase;Integrated Security=True"
November 16, 2009 at 1:13 pm
1. Yes you could do that. This could be a very solid solution, so long as it is a stable environment. If you should need to use...
November 16, 2009 at 1:12 pm
If the variables are not in the window at the bottom, you will need to open that. During package execution, select the Debug menu, select Windows, and then click...
November 16, 2009 at 12:45 pm
Viewing 15 posts - 19,111 through 19,125 (of 19,564 total)