Viewing 5 posts - 1 through 5 (of 5 total)
During the time period check the following
-Can you connect to SQL Server on the server using management studio
-can you connect using management studio or with an ODBC from a workstation
-Also...
January 4, 2011 at 7:21 am
sorry guys dumb error it needed to be
Select amount
from Sheet_Entry
where [sheet_entry_KEY] = '2569'
silly brackets
thanks for your help I'm sure it should work now I just need to get to the...
January 9, 2009 at 3:57 am
Here is the table scripted, the only column I need is sheet_entry_KEY which I am joining on and amount.
/****** Object: Table [dbo].[Sheet_Entry] Script Date: 01/09/2009 04:54:14...
January 9, 2009 at 3:09 am
wow fast responses thanks, those examples are perfect.. is there any reson I would have a problem calling a KEY? for example I can select staff_id fine but...
January 8, 2009 at 7:13 pm
Viewing 5 posts - 1 through 5 (of 5 total)