Viewing 15 posts - 16 through 30 (of 47 total)
It feels like to me there is something jacked up in your aliases. I'm not sure off hand, if you want to review it there's an article at the bottom...
October 5, 2009 at 8:57 am
Visual Source Safe is a functional product that we use. I'm not a huge fan of this particular code repository; however, it does work. If you can splurge a little...
October 5, 2009 at 8:17 am
I would suggest studying for both of the exams, but maybe only taking / focusing on BI. A solid understanding of querying in SQL Server will go a long way....
October 5, 2009 at 8:11 am
What kind of data source are you pulling from using open row?
October 5, 2009 at 8:09 am
Are you familiar with powershell?
It's microsofts scripting utility, and it has the ability to ping servers. Here's a script that will allow you to ping a list of servers. I...
October 5, 2009 at 7:58 am
I agree on some level with the article; however, there are always situations where things get complicated. One time, I was working and I made my boss aware of...
October 5, 2009 at 7:49 am
I think you've got it... becareful with sendmail though, you want to test that before you push it to production, people get real angry when 500 emails come through from...
October 1, 2009 at 8:15 am
Awesome example, I was working on a response and when I saw your response I felt a little bit like an idot without the savant. 🙂
September 30, 2009 at 11:41 am
You are 100% right... however, when in rome?
September 29, 2009 at 7:16 am
[\ code] (Without the spaces)
I'm looking at your problem too... I can't see anything that's wrong with Lowell's statement... maybe i'm blind.
September 28, 2009 at 2:23 pm
I'm curious, why the nested distinct clauses?
September 28, 2009 at 1:52 pm
I would love to help you; can you post the table create statements.
I assume a solution would be:
Select Distinct EmpID from Emp1
UNION
Select Distinct EmpID from Emp2
UNION
Select Distinct EmpID from...
September 28, 2009 at 1:50 pm
We always stick to mixed mode authentication, it's a company policy.
September 28, 2009 at 9:03 am
Hey,
Give this a shot.
The temp table #report contains the months that you need i.e. you insert the last 10 months. The query uses a subselect to lookup the relevant...
September 28, 2009 at 8:39 am
Viewing 15 posts - 16 through 30 (of 47 total)