Viewing 15 posts - 5,476 through 5,490 (of 6,022 total)
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
Freddie-304292 (7/13/2011)
July 13, 2011 at 8:38 am
I think that employers, clients, and managers appreciate when an IT professional openly admits what they don't know while still demonstrating what they actually do know. When I've done job...
July 13, 2011 at 7:31 am
A data warehouse is a database that consolidates data across the entire enterprise or organization. The database should be nonvolatile, meaning that data which is updated or deleted in the...
July 12, 2011 at 1:22 pm
Viewing 15 posts - 5,476 through 5,490 (of 6,022 total)