Viewing 9 posts - 3,391 through 3,399 (of 3,399 total)
Steve Jones - SSC Editor (11/15/2010)
Have smaller cross joins, or variable ones,...
November 15, 2010 at 9:14 am
LOL... Certification exam stuff is basically a total joke, in my opinion... but I have to do it...
I just found it odd that there's a ton of stuff on HOW...
October 11, 2010 at 11:59 pm
Okay, I'm stupid. When, if ever, should you truncate the log file? Or should you just move parts of it to another log file? Funny, NONE of...
October 11, 2010 at 11:20 pm
Thanks for the catch Nigel... coming from baby database land (Access) where everything is pretty much in one database, this takes some getting used to!
September 2, 2010 at 10:21 am
Jeff Moden (8/30/2010)
pietlinden (8/30/2010)
Jeff Moden (8/30/2010)
The only thing I'm missing is how YOU call the EXEC that sends an email for you. (Trying to give you a complete solution).
I...
August 31, 2010 at 11:55 pm
Jeff Moden (8/30/2010)
The only thing I'm missing is how YOU call the EXEC that sends an email for you. (Trying to give you a complete solution).
I would call the...
August 30, 2010 at 10:08 pm
Staff--(1,M)---Protocol
USE [SCRIDB]
GO
/****** Object: Table [dbo].[Staff] Script Date: 08/28/2010 15:54:14 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Staff](
[StaffID] [int] IDENTITY(1,1) NOT NULL,
[FirstName] [varchar](15) COLLATE SQL_Latin1_General_CP1_CI_AS...
August 28, 2010 at 3:05 pm
If you're doing this in Access, just use the crosstab query wizard... 🙂
August 25, 2010 at 3:41 am
Viewing 9 posts - 3,391 through 3,399 (of 3,399 total)