Viewing 15 posts - 5,476 through 5,490 (of 6,025 total)
Steve Jones - SSC Editor (7/20/2011)
cengland0 (7/20/2011)
blandry (7/20/2011)
Since Microsoft and most other software vendors change their systems every 6-18 monthsYes but how often does your company update their software?
I'd tend...
July 20, 2011 at 10:24 am
Rod at work (7/20/2011)
July 20, 2011 at 8:47 am
When it comes to technology training, I've always trained myself. I attend monthly user group meetings and local day events, and I earned my certifications by studying exam prep books...
July 20, 2011 at 7:50 am
sonwane.pratibha (7/18/2011)
SQL DBA or Developer can create the actual execution plan ?
Using query or join hints, the developer can influence the decisions that SQL Server makes when it creates the...
July 19, 2011 at 4:09 pm
martin.kerr 34088 (7/18/2011)
Hi, I am quite new to SQL and would like a list of all the script words/language that i will need if possible.Thanks
"To know ten thousand things, know...
July 19, 2011 at 2:33 pm
upstart (7/14/2011)
July 19, 2011 at 2:17 pm
Your description of the problem alone is not clear enough. Since the question is essentially how to develop the DDL for the table and SQL query, let us know how...
July 19, 2011 at 1:30 pm
For the past several years I've stuck this convention: I name my tables after singular nouns, and if the primary key is a system assigned integer (ex: identity), then that...
July 19, 2011 at 11:53 am
obarahmeh (10/19/2008)
If this number " 4690573010" is the result of a sql statement: what should I do to retrieve this number in the following format:
469.057.301.0
I mean: add a...
July 19, 2011 at 8:39 am
A couple of years ago, I had the files located under my wife's My Documents folder encrypted using Windows Encrypted File System (EFS). Then one day it somehow got corrupted...
July 18, 2011 at 1:00 pm
There are some DBAs who do nothing but provision servers and disk storage, schedule backups, etc. You may see that in a large organization like Google where there are hundreds...
July 16, 2011 at 6:44 am
Craig Farrell (7/14/2011)
Eric M Russell (7/14/2011)
July 14, 2011 at 12:40 pm
If a primary key occurs in another table, then I most always create a foreign key relationship, and if there is a simple business rule that can be applied to...
July 14, 2011 at 12:28 pm
Sometimes I use DRI but most of the time I do not.
When DRI is used, it makes truncating tables difficult. You need to do them in a very specific...
July 14, 2011 at 12:15 pm
I don't think that knowing from memory the syntax for infrequently used T-SQL statements and admin commands is relevent. However, I do expect a candidate to complete the following test...
July 14, 2011 at 8:56 am
Viewing 15 posts - 5,476 through 5,490 (of 6,025 total)