Viewing 15 posts - 7,306 through 7,320 (of 7,636 total)
Dugi (3/28/2008)
OK I'm trying but still have problem with these message:...
Incorrect syntax near the keyword 'Top'.
so this is what I'm asking for ...why this incorrect msg!!!??!?!?
thnx
Dugi
Oops, I should have...
March 28, 2008 at 8:22 am
March 28, 2008 at 8:07 am
Dugi (3/28/2008)
March 28, 2008 at 7:48 am
I haven't done Access in years, however, I believe that combining COUNT, IIF and NULL's could work for you. Try something like this:
SELECT Field4
, COUNT(TATCal)...
March 28, 2008 at 7:41 am
Maybe someone has setup one of those function key macros? I don't really know how that's done, so maybe someone who does can jump in?
March 27, 2008 at 10:29 pm
Ghanta (3/27/2008)
Top rows is not good for 2000.
that is true, but your will note that the title of the forum group is "SQL Server 2005". There is a different...
March 27, 2008 at 10:11 pm
Adam Haines (3/27/2008)
I feel obliged, for the sake of accuracy, to point out that although your co-workers steps for adding a column to a table bear an eerie similarity to...
March 27, 2008 at 9:59 pm
I'm not to good with the XML tricks myself. Here's another way to do it:
Instead of:
[font="Courier New"](Select Col1 from Table1 Where {conditions}) as Col_A[/font]
Try:
[font="Courier New"](Select Min(Col1) from Table1...
March 27, 2008 at 9:36 pm
aaharris (3/27/2008)
Thanks for the reply rbarryyoung, giving it a shot now.
Let us know how it works.
March 27, 2008 at 9:25 pm
Write your own stored procedure that does both. Call that procedure.
March 27, 2008 at 9:07 pm
Process Explorer - free tool from Microsoft.
March 27, 2008 at 8:54 pm
Kevin Durham (3/27/2008)
March 27, 2008 at 8:43 pm
K. Brian Kelley (3/27/2008)
Marios Philippopoulos (3/27/2008)
rbarryyoung (3/26/2008)
On second thought, maybe you should just brung Brian along. 😉I don't think I can afford him... 😉
The problem isn't price. It's...
March 27, 2008 at 8:15 pm
aaharris (3/27/2008)
Secondly, is there a way to run the UPDATE command against the table, without having to actually type out all 100+ column names specifically?
Write the INSERT like so:
[font="Courier New"]INSERT...
March 27, 2008 at 3:51 pm
Viewing 15 posts - 7,306 through 7,320 (of 7,636 total)