Viewing 15 posts - 5,776 through 5,790 (of 26,490 total)
mpdillon (11/18/2014)
Lynn,You are correct. My posted data is incorrect. Please see below.
MMartin1 and Serg-52, Thank you and I will review your comments more closely this evening.
thanks,
pat
Still looks the same as...
November 18, 2014 at 10:25 am
GilaMonster (11/18/2014)
Lynn Pettis (11/17/2014)
Even in single table queries I recommend using table aliases in the FROM clause and using that alias on the columns in the select list.
I would...
November 18, 2014 at 10:23 am
mcinvalek (11/17/2014)
Much appreciated. This is a corporate environment and you know how sloppy some coders can be.Thanks for the info
Not limited to corporate environments. I call it lazy coding...
November 17, 2014 at 12:54 pm
mpdillon (11/16/2014)
Creating a BOM listing or an indented BOM is well documented on this...
November 16, 2014 at 1:33 pm
Ozzmodiar (11/14/2014)
No where did it...
November 14, 2014 at 9:00 am
Jason-299789 (11/14/2014)
I don't disagree, and as Lynn states maybe if MS enforced it so that code wouldn't compile without the use of the statement terminators, like they do in C#/C++...
November 14, 2014 at 8:56 am
Damian-167372 (11/14/2014)
how about having a seperate server to handel all the FTP upload and download stuff and then SQL server access a shared folder on that server over the...
November 14, 2014 at 7:41 am
The Gug (11/14/2014)
Lynn Pettis (11/14/2014)
November 14, 2014 at 7:27 am
Going to start with "It depends." Personally, if I can get a dedicated FTP server I 'd go that route. They really aren't that expensive to setup and...
November 14, 2014 at 7:18 am
Jason-299789 (11/14/2014)
Koen Verbeeck (11/13/2014)
ps: the semicolon is a statement terminator, it has no...
November 14, 2014 at 7:13 am
Yes, poorly worded. As for getting points back? You didn't lose any points, you just didn't get any for a correct answer. Anyway, the points don't really...
November 14, 2014 at 7:03 am
I use SID's in my database designs. Even if I don't use them as a primary key I use them as an alternate key to ensure I have another...
November 7, 2014 at 12:29 pm
windcent (11/5/2014)
The sorting is
(ROW_NUMBER() OVER(ORDER BY ol.OrdNo, ol.LnNo)
But the problem, it should start on 1 for each break in ol.OrdNo.
Example: see attached image.
Here is...
November 5, 2014 at 3:57 pm
Keyboard shortcut, ran the procedure sp_lock. Check out Tools -> Options -> Keyboard -> Query Shortcuts.
November 5, 2014 at 11:20 am
It sounds like that there may be an opportunity here. You may want to give the position a month or two to see how the position goes. If...
November 5, 2014 at 11:09 am
Viewing 15 posts - 5,776 through 5,790 (of 26,490 total)