Viewing 15 posts - 3,436 through 3,450 (of 6,038 total)
If you're a contractor, then you're free to work for other clients, and you invest in yourself by self training and strategically choosing your gigs.
September 22, 2015 at 11:12 am
My initial thought is using information_schema views or sys tables to enumerate what table/column combinations constitute primary keys, join to any other tables that contains the same column combination, while...
September 22, 2015 at 9:36 am
I don't think you can rank IT developers on a single bell curve the same way you could an assembly line operator. It's more like ranking actors or chefs, where...
September 22, 2015 at 8:33 am
WayneS (9/21/2015)
pietlinden (9/21/2015)
I go to the user group meetings the vast majority of the time. Hard to argue with free training where you can ask questions. =)
Maybe my problem is...
September 22, 2015 at 7:08 am
Honestly, if this recruiter is approaching you from some website like LinkedIn or Indeed, then I wouldn't even bother responding. You especially don't want to give them anything like source...
September 21, 2015 at 2:37 pm
Dave62 (9/21/2015)
Jack Corbett (9/21/2015)
September 21, 2015 at 10:26 am
The database tables are what integrates line of business applications, backend processes, and business intelligence. To change the schema of the tables, you have to get everyone on the same...
September 21, 2015 at 8:15 am
erichansen1836 (9/10/2015)
If you implement a Network database file system of 500 MDB files, each acting as a partial table within the 5 billion row database, each MDB file containing 10...
September 21, 2015 at 7:04 am
Regarding feelings of guilt about leaving, it's not necessarily directed toward the company but rather for co-workers who have become friends. As for the company itself, consider that the average...
September 18, 2015 at 12:25 pm
.. Staying or going isn’t about loyalty, it’s about what is best for you and you can measure that in any way you want – money, vacation, or anything else....
September 18, 2015 at 10:58 am
Kristen-173977 (9/17/2015)
Eric M Russell (9/17/2015)
I'd also suggest turning on the table option 'large value types out of row'.
What about if majority of messages are small enough to fit in-row?...
September 18, 2015 at 7:25 am
First, from the client PC with connectivity issue, confirm you can ping server name and IP.
September 17, 2015 at 2:51 pm
First, consider giving surrogate key identifiers a unique names, and a broadly used standard is to use <tablename>ID (ie: MessageID instead of just ID). I'd recommend making this...
September 17, 2015 at 1:50 pm
You can leverage the INFORMATION_SCHEMA.COLUMNS system table, which contains one row for each table and column in the database, to build up a SQL select statement into a variable.
To execute...
September 17, 2015 at 12:41 pm
Sean Lange (9/17/2015)
Eric M Russell (9/17/2015)
September 17, 2015 at 9:47 am
Viewing 15 posts - 3,436 through 3,450 (of 6,038 total)