Viewing 15 posts - 91 through 105 (of 294 total)
Hi,
OK, SO there are two tables that are used.
/****** Object: Table [dbo].[HOLELOCATION] *****/
CREATE TABLE [dbo].[HOLELOCATION] (
[HOLEID] varchar(20) NOT NULL,
[PROJECTCODE] varchar(10) NOT NULL,
[TENEMENTID] varchar(30) NULL,
[GRIDNAME] varchar(20) NULL,
[HOLETYPE] varchar(10) NOT NULL,
[EAST]...
January 14, 2014 at 1:16 am
Unfortunate I need multiple instances due the separation of certain applications and the ability to control them patch them differently.
January 14, 2014 at 12:08 am
Apologies,
Question is how to I write the code such that my SQL will return the running totals under the [CUMULATIVE_DRILLED_METRES] column.
January 14, 2014 at 12:06 am
January 13, 2014 at 11:06 pm
When you say you replaced the PMDB, you recreated a new one ? If so you have lost all your users and need to log in with the admin account...
December 19, 2013 at 11:22 pm
Nice question - thanks steve
Did a bit of digging...as another explanation
https://www.simple-talk.com/sql/learn-sql-server/window-functions-in-sql-server-part-2-the-frame/
December 19, 2013 at 10:11 pm
Viewing 15 posts - 91 through 105 (of 294 total)