Viewing 15 posts - 16,126 through 16,140 (of 26,486 total)
dma-669038 (4/5/2010)
Lynn, would you mind sharing your feedback on questions on this link http://www.surveymonkey.com/s/HLR8V5SWe plan to send it out to a wider audience perhaps via PASS or otherwise.
Thanks.
For anyone else...
April 5, 2010 at 8:47 pm
dma-669038 (4/5/2010)
Lynn Pettis (4/5/2010)
I think that the MCJ should be broken down into to certifications; MCJ DBA/Developer and MCJ BI. As you progress in...
April 5, 2010 at 8:46 pm
Looks like it works, but I made one slight change that may or may not be needed.
CREATE TABLE dbo.LOOKUP (
CHAR(2)
,COL1 CHAR(1)
)
INSERT INTO dbo.LOOKUP VALUES
('00','A'),('01','B'),('10','C'),('11','D')
CREATE TABLE dbo.DATA (
CHAR(2)
,A INT
,B...
April 5, 2010 at 8:42 pm
mosmits (4/5/2010)
I have a column that is an integer and it is hours and minutes here's example
1132
234
1
23
etc.
I want to add...
April 5, 2010 at 8:37 pm
Since we are refocusing, I'll begin.
I think that the MCJ should be broken down into to certifications; MCJ DBA/Developer and MCJ BI. As you progress in your career field...
April 5, 2010 at 8:04 pm
How many rows in the table you are querying that you use the UDF?
Also, to learn a bit about scalar and in-line TVF, you might want to read the following...
April 5, 2010 at 7:53 pm
Jeff Moden (4/5/2010)
ritu.thatola (4/5/2010)
Jason,I don' know the SQL well.
Hmmmm... then why did they select you to resolve this particular problem? You need to read the writing on the wall......
April 5, 2010 at 7:48 pm
I know the discussion right now is the review board, but I thought I'd interject one other aspect so it doesn't get lost. Should there be one MCJ or...
April 5, 2010 at 7:41 pm
Air Force/Navy prank -- Go get a can of jet wash.
IT Related -- Time to empty the bit bucket.
April 5, 2010 at 7:52 am
konstantinos.christodoulakis (4/5/2010)
More info:Table name: MSP_RESOURCES
EmployeeID: RES_UID (PK, UID(uniqueidentifier)
EmployeeName: RES_NAME (NAME(nvarchar(255)),not null)
EmployeeApprover: RES_TIMESHEET_MGR_UID (UID(uniqueidentifier),null)
Do I need to create a new table and select from there?
You've been given a solution and some...
April 5, 2010 at 7:46 am
crookj (4/5/2010)
Birthday(My granddaughter turned 3 today!)
Joe
Happy Birthday!
Great niece turned three Saturday (missed the party, reason I'm sore and exhausted).
April 5, 2010 at 7:42 am
Paul White NZ (4/2/2010)
Lynn Pettis (4/2/2010)
I used to be the same. Commuted to Denver from Colorado Springs for 15 years, survived on 4 hours sleep Monday through Friday.
Had to...
April 2, 2010 at 1:06 pm
sumit.joshij (4/2/2010)
SO when we create the relation between the PK and FK it check the statistics for PK and FK. it can take...
April 2, 2010 at 12:54 pm
For an idea of where I am thinking, check out TDWI's certification, and more specifically their recertification. In many ways it is much like what Jack suggested, continuing education.
TDWI's...
April 2, 2010 at 12:50 pm
Viewing 15 posts - 16,126 through 16,140 (of 26,486 total)