Viewing 15 posts - 2,491 through 2,505 (of 26,490 total)
Anyone remember what last Version of Visio that supported reverse engineering of databases?
October 27, 2017 at 9:54 am
Is there a tool like SSMS that can be run on a Mac or Linux laptop?
October 27, 2017 at 9:52 am
That is going to be determined by SQL Server based on the query. If SQL Server determines that Key lookup is faster to satisfy the query than a clustered index...
October 27, 2017 at 9:22 am
I see no rhyme or reason to how you are putting together your start and end dates based on the dates posted. Care to explain this a little better?
October 26, 2017 at 6:08 pm
autoexcrement - Thursday, October 26, 2017 5:52 PM^ but isn't that "non-sargable"?
Actually, it is sargable. One of the quirks of the date/time...
October 26, 2017 at 5:59 pm
October 26, 2017 at 5:50 pm
Or:
SELECT [mycrap]
FROM [mytable]
WHERE
CAST([mydate] AS DATE) = DATEADD(DAY,-7,CAST(GETDATE() AS DATE))
October 26, 2017 at 5:41 pm
October 26, 2017 at 12:50 pm
October 26, 2017 at 9:42 am
I just see too many job posting that state upfront, no telecommute available.
I like the company where I work, just a 10 minute commute at this time. Even...
October 25, 2017 at 8:14 pm
I do have to agree with Jeff. But I will also say there is nothing like getting feedback on things you are finding as you may find yourself dealing more...
October 25, 2017 at 11:18 am
I truly appreciate your (or anyone else's) time and expertise. and I am sorry...
October 25, 2017 at 10:37 am
October 25, 2017 at 10:18 am
October 25, 2017 at 10:12 am
Viewing 15 posts - 2,491 through 2,505 (of 26,490 total)