Viewing 15 posts - 1 through 15 (of 20 total)
That's a trick question, alright. But don't get so upset you didn't answer it correctly - I didn't either. My thoughts went something like "A predicate for joins that I...
December 13, 2007 at 8:41 am
Thanks Doug,
The trouble happens when I try to assign the "SourceObject" of a subform as some view/query. I tried to use "dbo.*" and "SomeUser.*" schemes but may be didn't try...
November 5, 2007 at 9:14 am
Thanks JJ,
It seems I can't figure out the connection string but may be this is because I'm using an ADP.
November 3, 2007 at 3:54 pm
In Access 2003 project connected to SS2000 you can use the visual query builder of Access - for example to give the opportunity to your users to query quickly (without...
November 2, 2007 at 11:15 am
JJ B you wrote:
For example, on start-up, I have some code that loops through pass-through queries and links to the relevant databases for each query... The code for setting connection...
November 2, 2007 at 10:27 am
If you have a subscription for SQL Server Magazine there is an article by Ben-Gan:
http://www.sqlmag.com/Article/ArticleID/94376/sql_server_94376.html
where he compares several different methods of creating a sequence of integers placed in a...
May 23, 2007 at 8:17 am
It would be nice to put links in this old article to articles you published (later)which deal with SS 2005. And links to articles about fixed database roles and server logins ...
May 6, 2007 at 6:12 pm
I meant using something like
select ..., CAST(datevalue AS varchar(10)) as strDate, ...
October 6, 2006 at 12:59 pm
Glad to be helpful.
On the other side, there should be a better way to access user variables in queries. What if I want to use the same variable more than once?...
September 29, 2006 at 2:26 pm
I am not sure if I understood correctly this:
Parameter Mapping = Variable Name User::FlatFileName, Direction Input, Data Type VARCHAR, Parameter Name ?
but the "Parameter name" in your...
September 29, 2006 at 12:27 pm
It seems to me you should use a parametric query, i.e. replace the variable by a question mark (?), and then map your variable to a parameter (say 0). This...
September 27, 2006 at 3:57 pm
I don't know if the above use of parameters is a bug but the way I solved the problem is to save the values that go into the parameters into...
September 19, 2006 at 3:04 pm
Well, I am retracting my claim ... The schema described above works - I was just mixing statements which work in a sql script but are not quite legal in a query. A...
September 18, 2006 at 5:12 pm
I am inserting some values from the files I read into a table - but this works. Where the SQL task breaks is when I want to get my grip...
September 18, 2006 at 12:03 pm
Viewing 15 posts - 1 through 15 (of 20 total)