Viewing 15 posts - 166 through 180 (of 610 total)
Yup, I've seen that at every company I've worked for. An FTE can be saying something for 2 years and nothing happens, but when a high-priced consultant comes in and...
October 8, 2013 at 2:01 am
Just caught up on The Thread again after a while... and yes, there's a new lot who can't even press f1 or Google for help on something as basic as...
October 1, 2013 at 1:26 am
As a female developer over 40 it looks like my job prospects are minimal - depressing message on a Monday morning 🙁
But thank goodness for the public sector as...
September 30, 2013 at 1:22 am
Usually this means you've got something wrong with the data source that the report is connected to. Either you hadn't deployed the data source with the report or it was...
September 6, 2013 at 1:42 am
As usual the answer is "It depends .... "
What other software and how much of it is the business using - if you're a Microsoft shop as we are, you...
August 12, 2013 at 1:12 am
I always read the email on my 2 x 1920px wide desktop monitors and since the layout change have given up reading from QOTD onwards as it's just more hassle....
August 7, 2013 at 4:36 am
+1 FAR TOO NARROW AND UNREADABLE.
I have two wide screens. This new layout uses one tiny little eighth of my screen estate.
If you need a mobile format...
July 15, 2013 at 3:53 am
This is why I love the Ola Hallengren backup solution - set it for all user databases and you know that anything developers create will get backed up even if...
June 17, 2013 at 1:03 am
Linked reports - read this http://markvsql.com/2010/01/linked-reports-getting-the-montagues-and-capulets-to-share/%5B/url%5D
May 20, 2013 at 7:26 am
sysmail_sentitems
sysmail_unsentitems
sysmail_faileditems these are the views in msdb and without giving sysadmin role MSDB databasse,
how to access the data????
Write a sql report that the user can run that executes these...
May 20, 2013 at 7:21 am
I've had that error when there's no value in the connection string
You'll need a default connection even if you are setting the actual connection with an expression that evaluates at...
May 17, 2013 at 2:14 am
If streetranges is actually the result of the first query, you could try a CTE (common table expression - look it up in Books Online) to create and then use...
May 14, 2013 at 1:22 am
The date I have been told at this time is June 23rd
Good luck. I know plenty of civilians working out there supporting our troops and as long as you follow...
April 3, 2013 at 3:49 am
As another MERGE fan I'd use
WHEN NOT MATCHED BY SOURCE AND (t.ID = s.ID) THEN DELETE;
in the original merge statement.
But I've no complaints about the article - one...
April 3, 2013 at 3:38 am
I also use MS Word having extracted the required subset of adressee data into Excel from the database (MySQL in this case)
April 2, 2013 at 1:39 am
Viewing 15 posts - 166 through 180 (of 610 total)