Viewing 15 posts - 15,346 through 15,360 (of 19,564 total)
Something from the old thread that should be ported over.
WayneS (4/5/2010)
CirquedeSQLeil (4/5/2010)
I think the next viable topic would be to hash out...
April 5, 2010 at 3:45 pm
I have started a new thread on this topic.
http://www.sqlservercentral.com/Forums/Topic897076-10-1.aspx
April 5, 2010 at 3:44 pm
Have you taken any other certifications?
April 5, 2010 at 3:26 pm
dma-669038 (4/5/2010)
April 5, 2010 at 3:20 pm
PaulB-TheOneAndOnly (4/5/2010)
Reading your post it looks like you have some exposure to SQL...
April 5, 2010 at 2:52 pm
Jeff Moden (4/4/2010)
April 5, 2010 at 2:49 pm
Jeff Moden (4/4/2010)
Learning Oracle is a must if I want get anywhere in the industry.
I'm convinced that Larry wrote that himself. Ignore it or act on it...
April 5, 2010 at 2:48 pm
Another piece of the puzzle that I just learned today is that each applicant does have to undergo an interview when applying for the MCM. I knew there was...
April 5, 2010 at 2:43 pm
dma-669038 (4/5/2010)
April 5, 2010 at 2:38 pm
With the Enterprise media, you should be able to use the following
setup.exe SKUUPGRADE=1
April 5, 2010 at 2:34 pm
RBarryYoung (4/5/2010)
GilaMonster (3/31/2010)
Lynn Pettis (3/31/2010)
GilaMonster (3/31/2010)
WayneS (3/31/2010)
dma-669038 (3/31/2010)
One guy i talked to did not know the difference between table scan and index seek except that 'it ran faster')
Makes me wonder...
April 5, 2010 at 2:25 pm
WayneS (4/5/2010)
April 5, 2010 at 2:25 pm
Start with this article.
http://technet.microsoft.com/en-us/library/bb326598.aspx
There it discusses logon events, DDL Triggers, and capturing IP address.
April 5, 2010 at 1:54 pm
konstantinos.christodoulakis (4/5/2010)
It's really a recursive query, but easier that you make it:
SELECT e1.RES_UID, e1.RES_NAME, e1.RES_TIMESHEET_MGR_UID, e2.RES_NAME AS TimesheetManagerName
FROM MSP_RESOURCES e1 LEFT JOIN MSP_RESOURCES e2 ON e1.RES_TIMESHEET_MGR_UID...
April 5, 2010 at 1:30 pm
When this issue occurs, do you have any difficulty in pinging the server or establishing an RDP session with the remote server?
Another item to check would be in relation to...
April 5, 2010 at 12:55 pm
Viewing 15 posts - 15,346 through 15,360 (of 19,564 total)