Viewing 15 posts - 196 through 210 (of 727 total)
Thanks John & Gail. I would be very thankful if you could provide any reference doc which can describe this part. Seems like I've got a thing to clear up...
October 11, 2013 at 6:33 am
So the full backup doesnot impact the chain of t-logs ?
October 11, 2013 at 6:23 am
Junglee_George (10/10/2013)
local_MaterialsItems MI
LEFT JOIN local_MaterialsItemsHazards MH
ON (MH.materialItemIncId = MI.materialItemIncId AND MH.materialItemHazardSqlId = MI.materialItemSqlId AND MH.isDeleted=0x0)
LEFT JOIN local_Hazards H
ON (H.hazardIncId = MH.hazardIncId AND H.hazardSqlId = MH.hazardSqlId AND...
October 10, 2013 at 6:32 am
Grant Fritchey (10/4/2013)
Jeff Atherton (10/4/2013)
SQLBill (9/30/2013)
Guru's Guide to Transact-SQL by Ken Henderson is my most-read book on SQL Server.-SQLBill
Haven't heard of this one before and all I can find is...
October 10, 2013 at 6:24 am
Could you send the complete query ? Are you updating or inserting data in a table ?
October 10, 2013 at 6:12 am
Pretty simple actually.
Distinct column1 will give the distinct values within the column1
Distinct * will give the distinct rows within the table.
Say this is the content of table1
Column1 ...
October 10, 2013 at 12:53 am
Jeff Moden (10/5/2013)
They're expert beginners, and since they can accomplish the things they're asked to do at their jobs, they...
October 8, 2013 at 8:16 am
Steve Jones - SSC Editor (10/7/2013)
simon.crick (10/7/2013)
Cadavre (10/7/2013)
simon.crick (10/7/2013)
October 7, 2013 at 9:03 am
Great question. I usually use sp_addrolemember for permissioning purpose but because of this question had to dig and got the following link:
http://technet.microsoft.com/en-us/library/ms187750.aspx
it clearly mentions that this feature will be removed...
October 7, 2013 at 1:39 am
Viewing 15 posts - 196 through 210 (of 727 total)