Viewing 15 posts - 1,171 through 1,185 (of 1,270 total)
I wonder how many people will get it correct simply because the first two answers refer to it as a database login instead of a database user.
May 10, 2006 at 1:57 pm
And I thank you for that!! I've worked as both a developer (VB, ASP, C#) and a DBA, and I prefer to be a DBA. So thank you for being my yin...
April 18, 2006 at 11:41 am
I don't think there's any of us here that would disagree with you there. But on the other hand, if it was all simple, anyone would be able to do...
April 18, 2006 at 11:35 am
Just be careful. There are certain circumstances where Set RowCount is ignored. Also, the RowCount will stay set within your procedure until the procedure either ends or you turnit off...
April 18, 2006 at 11:16 am
I think it was a great article for beginners. I also think the EM is a great tool for beginners to start with and Query Analyzer should be tought as...
April 14, 2006 at 11:25 am
I don't personally like using Select Into because if one of your columns has no data in it (all nulls) you will get an error stating that it can not...
March 3, 2006 at 2:55 pm
An oldie, but goodie generic SQL joke:
Select * From Users Where Clue > 0
-------------------------------
(0 row(s) affected)
March 3, 2006 at 2:51 pm
Use a global temporary stored procedure instead. To do this, you would need to prepend the name with two # signs instead of 1.
March 1, 2006 at 1:28 pm
I knew what he meant to ask, but that's not what he asked. He should have asked if RS would be able to use both recordsets from the procedure. It...
February 14, 2006 at 8:52 am
Actually, the correct answer is yes. You can use the stored procedure, but reporting services will only "see" the first result set.
February 13, 2006 at 10:56 am
Difference between using PatIndex and CharIndex, you mean? Good question. I have not done any such testing, but it might make for a good follow up article.
February 6, 2006 at 11:37 am
The article was pretty good, but it was kind of anti-climatic. I realize that there are probably lots of people that did not already know the things in the article,...
January 27, 2006 at 10:14 am
What a coincidence. I have an article coming out on this very subject soon. I think next week. Doing support on various dba support groups, I encounter a lot of...
January 20, 2006 at 10:38 am
Good article. I look forward to testing out the code in the article and above. I know a time will come when I will have to do this. My general...
January 20, 2006 at 10:32 am
Me too!! Except mine is a cheapo Qualcomm from 2000 with Sprint PCS.
I'm going to get a new one soon too. And a hovercraft, yeah that's the ticket.
January 5, 2006 at 6:19 pm
Viewing 15 posts - 1,171 through 1,185 (of 1,270 total)