Viewing 9 posts - 1 through 9 (of 9 total)
Ahh ofcourse! Thanks! I thought that the query was smart enough to rule them out if they were not "mentioned". Thanks man!
July 31, 2014 at 11:54 am
hmmm.. ok, this is my structure afaik:
-------------------------------------
USE [NuggetDemoDB]
GO
/****** Object: Table [dbo].[Employees] Script Date: 30.07.2014 20:21:18 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Employees](
[EmployeeID] [int] NOT NULL,
[FirstName] [nvarchar](59)...
July 30, 2014 at 12:21 pm
So many great advice on this thread.. At the moment I am going through the CBT Nuggets videos for 70-461.. I am on the third video about creating and altering...
July 30, 2014 at 9:26 am
dan-572483 (7/24/2014)
July 24, 2014 at 11:46 am
Thanks guys. Really usefull information here. To start off first, my boss wants to give me the opportunity. There's a guy where I work that took the certification after a...
July 24, 2014 at 9:21 am
The SQL for Dummies version 8.. I'll check out the stairway to sql..
By the way, maybe the 70-461 certification is a long shot for a newbie as myself? I mean,...
July 23, 2014 at 12:29 pm
Hey again guys.. I gotta be completely honest. I don't udnerstand a thing now after the data-type chapter.. It's like I'm reading a bunch of codes I don't know where...
July 23, 2014 at 12:00 pm
Thank you so much! I think that can help! You see, I got stuck on page 50 or something, about converting nonrelational to relational. I got stuck there for a...
July 22, 2014 at 1:59 pm
Thanks guys. This really sheds some light for me in terms how "big" this is.. That I have to treat it like a full-time job, and install the client on...
July 22, 2014 at 12:14 am
Viewing 9 posts - 1 through 9 (of 9 total)