Viewing 15 posts - 46 through 60 (of 72 total)
wendy elizabeth (8/31/2014)
August 31, 2014 at 10:53 pm
Now it seems good.
Thank you admin.
August 27, 2014 at 3:19 am
Good basic question.
Thanks for it.
August 20, 2014 at 10:47 pm
anoosha.konaparthi (8/20/2014)
"DBCC CheckDB('test') WITH NO_INFOMSGS, ALL_ERRORMSGS, TABLOCK"
Msg 824, Level 24, State 2, Line 1 SQL Server detected a logical consistency-based I/O error: incorrect pageid...
August 20, 2014 at 4:33 am
Lee Linares (8/19/2014)
August 19, 2014 at 9:34 am
Lee Linares (8/19/2014)
In reality if I were deploying this I would likely disallow the user from inputting...
August 19, 2014 at 9:00 am
Lee Linares (8/19/2014)
Select [dbo].[fn_TotaltimeBetweendates] ('06/13/1990', '08/18/2014') -- Returns 24 Years :2 Months :5 Days
Select [dbo].[fn_TotaltimeBetweendates] ('08/18/2014', '06/13/1990') -- Returns...
August 19, 2014 at 7:05 am
Oh crap.
Good to know since I'm preparing to take it.
Use this link to prepare :
https://www.microsoft.com/learning/en-in/sql-certification.aspx
August 19, 2014 at 6:07 am
Hany Helmy (8/17/2014)
sestell1 (8/15/2014)
XML... yuck. :sick: :laugh:Definitly yuck 🙂
XML Queries may be yuck,
But you have to prepare this for 70-461, 8 to 10 question comes on exam...
August 18, 2014 at 4:57 am
smatu (8/17/2014)
What disadvantages have you encountered maintaining multiple versions of SQL Server instances on...
August 17, 2014 at 10:52 pm
I didn't find any error with the code :
DECLARE @i TABLE( mychar VARCHAR(50)
,deriv as SUBSTRING(mychar,1,3) --Use this
,newderiv as left(mychar,3));--Or use this
INSERT @i VALUES ('Steve'), ('Stephan'), ('Stephanie')
, ('Sterling'), ('Steppenwolf'),('Ab'),('Abc')
SELECT * FROM...
August 17, 2014 at 10:39 pm
Lee Linares (8/14/2014)
August 17, 2014 at 10:24 pm
Viewing 15 posts - 46 through 60 (of 72 total)