Viewing 15 posts - 3,346 through 3,360 (of 3,401 total)
Answering this is likely not going to get me anywhere, but anyway...
I agree with everyone else... There's just no way around it: T-SQL is a LOT more flexible and powerful...
October 12, 2011 at 11:25 am
Evaluation editions are fully functional - the only limitation is that the license is only good for 180 or so days.
October 12, 2011 at 10:37 am
FWIW, I rebuilt the VM, and only installed Ofc 2007, and it worked fine.
September 19, 2011 at 4:20 pm
this is gonna sound somewhat contrarian, but oh well...
Certifications are so-so. Experience trumps certifications almost every time. I know an MVP here in town that has zero certifications,...
August 14, 2011 at 1:33 pm
Maybe I don't get it, but are you saying "I understand that I should normalize, but I don't want to."? It would be easier to delete a single child...
August 8, 2011 at 2:33 pm
I would normalize and create a child table for the names. Then you can set the size to something sensible, like VARCHAR(25) or smaller for FirstName and LastName columns.
August 8, 2011 at 12:51 pm
You can probably do it with a combination of LEFT, RIGHT, and CHARINDEX
August 2, 2011 at 11:01 am
The ONLY difference between LIKE in SQL Server and LIKE in Access is the wildcard character...
Access uses * for a wildcard and SQL Server uses %
July 26, 2011 at 1:15 am
Developer is SUPER cheap... like $40-60. Definitely worth the investment if you want to learn SQL Server.
July 25, 2011 at 1:38 pm
This looks remarkably like a homework assignment... have you covered the GROUP BY clause yet?
July 20, 2011 at 4:36 pm
Awesome!! So even even I could do it at 7 AM without coffee!
THANKS!
July 8, 2011 at 6:35 am
Access and SQL Server are very different beasts. SQL Server has no GUI, so any query that points to a control on a form will fail when you try...
July 7, 2011 at 10:24 am
Oh please! Do your OWN homework!!!! This is stupid easy stuff that you can get help with from Books On Line (BOL)... It's not our fault you're too...
July 5, 2011 at 12:26 am
I would create a join table between the Users table and the Groups table (call it Membership). It would be set up just like any other junction table -...
July 4, 2011 at 9:42 pm
I would start with the features that SQL Server Standard does not support that Enterprise does. Those would be the most obvious. (Like partitioning tables, etc)
June 10, 2011 at 12:43 pm
Viewing 15 posts - 3,346 through 3,360 (of 3,401 total)