Viewing 11 posts - 1 through 11 (of 11 total)
That was embarrassingly simple. Thank you for your time!
November 10, 2014 at 1:14 pm
This is perfect..thank you so much for your help!
April 22, 2014 at 2:34 pm
Now I am trying to figure out how to combine these two queries.
SELECT I.PartNumber, I.Description, I.TimeDateCreated as [Date Part Created], OI.TimeDateCreated as [Last Req Date]
FROM Item I
OUTER APPLY...
April 22, 2014 at 2:10 pm
I have the code and I don't need anything special other than an export of the data. I was actually blocked from being able to see the Jobs option within...
May 24, 2013 at 6:20 am
I used a right join because I need the results from the TroubleTicket Table, but the Asset table is the one that links Asset to Item and Asset to TroubleTicket....
January 18, 2012 at 9:17 am
I don't have access to the code itself, but I was told by the programmer that when a part is added, the first thing it does is check to see...
November 17, 2011 at 9:43 am
Ok. So I am in the right place and found the error:
"failed with the following error: "Online index operation cannot be performed for index 'HQ_SQL_PK' because the index contains...
June 2, 2011 at 7:45 am
I have model.mdf and modellog.ldf in E:\SQLData. So I just need to rename the log file?
I just tried that and it worked! It seems so obvious now but thank you...
October 15, 2010 at 8:01 am
Yes, here is the text as to where the errors begin:
Recovery is complete. This is an informational message only. No user action is required.
Login succeeded for user 'NT AUTHORITY\SYSTEM'. Connection:...
October 15, 2010 at 7:39 am
My problem in SQL 2005 is similar to this. I used the Alter Database command to move the model database (it worked on the tempdb), stopped SQL, moved the files...
October 15, 2010 at 7:16 am
Viewing 11 posts - 1 through 11 (of 11 total)