Viewing 12 posts - 3,466 through 3,478 (of 3,478 total)
Maybe I'm stating the blatantly obvious, but if you work your way through the Microsoft book covering the exam you're taking, you'll be okay. Just brew lots of coffee...
December 12, 2010 at 12:17 pm
d.qureshi (11/29/2010)
Can you give some examples how to create additional file on a C: drive where I have free disk space available?
You might want to cozy up with a good...
November 29, 2010 at 9:11 am
oh, ouch. I figured it would bring the database to its knees... should have done the math FIRST!!
November 15, 2010 at 11:32 am
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 12 posts - 3,466 through 3,478 (of 3,478 total)