Viewing 15 posts - 3,976 through 3,990 (of 14,953 total)
MSQLDBA (6/15/2011)
I have some questions which is based on interview questions. I would like to know and share with newbies how we can explain it in short/in detail.
1) Explain...
June 16, 2011 at 10:33 am
It's a style issue at that point.
If you do both sums in a single derived table in the From clause, instead of as a CTE or two derived tables, you'll...
June 16, 2011 at 10:20 am
Are these a full backup and multiple diff backups, or multiple log backups, or something else?
June 16, 2011 at 9:42 am
SteveOK, here are the current top posters:
SQLRNNR - 2567
GilaMonster - 1957
Lynn Pettis - 1775
Alvin Ramard - 1745
Steve Jones - SSC Editor - 1434
Grant Fritchey - 1427
Jeff Moden - 1258
GSquared -...
June 16, 2011 at 8:24 am
Try downloading it instead of running it from your browser. I think that's what you need to do to get it going.
In terms of a book to start out...
June 16, 2011 at 7:37 am
The bit at the end is the Windows version, so that part doesn't matter.
What you need to do is apply the latest service pack for SQL 2005 to that server....
June 16, 2011 at 7:33 am
Andy, I have to say, your flying ship phrase amused me.
One that I've misappropriated is "data stream", to indicate the flow of data from first arrival to final rest or...
June 16, 2011 at 7:13 am
Craig Farrell (6/15/2011)
Wait... then... who the heck is responding to me on the 1k+ posters board?
Probably "The Thread" is.
June 16, 2011 at 7:06 am
Ben, the other thing you can do to get a list of the columns in a table is drag-and-drop the "Columns" header from the object explorer into the editor. ...
June 16, 2011 at 7:03 am
Michael Valentine Jones (6/15/2011)
Access to the “secret” forums is post count based, but Steve makes exceptions on a cash basis.You can contact him via private message to negotiate terms.
Just keep...
June 15, 2011 at 7:39 am
david.rowland (6/14/2011)
SELECT
eggs
,cheese
,milk
,bread
,cookies
,salt
...
June 15, 2011 at 7:33 am
jasona.work (6/14/2011)
Being a SQL newbie, I've (so far) made surprisingly few of these mistakes. I almost ran into the too many commas, because of copy-and-pasting...
June 15, 2011 at 7:23 am
Any Null in the string will render the string null.
Try this:
select 'Hello ' + Null + 'world';
That's why I enclosed "NULL" in single-quotes in my sample solution, to make it...
June 14, 2011 at 12:53 pm
Jeff Moden (6/14/2011)
GSquared (6/14/2011)
"Grand Master at command line use," isn't likely to land a job.
Heh... I agree. For most, it won't. For me, it was a different story......
June 14, 2011 at 11:40 am
An SSAS Developer would be someone who would develop SSAS solutions. Designing, building and optimizing cubes would probably be the main thing.
Edit: And writing MDX queries, of course.
June 14, 2011 at 11:24 am
Viewing 15 posts - 3,976 through 3,990 (of 14,953 total)