Viewing 15 posts - 14,311 through 14,325 (of 15,381 total)
The confusion of pages in a windows application may well be the first clue that they are not actually sure what the question is. Windows apps don't have pages, they...
August 9, 2011 at 2:11 pm
There are literally dozens and dozens of ways to accomplish this. Try google with "html rounded corners". You can do it 3rd party controls, css, javascript, images...
August 9, 2011 at 2:08 pm
You will lots of people willing and able to help. However, you have to help us help you. We don't have any idea what your tables or data are like....
August 9, 2011 at 1:46 pm
Your understanding of coalesce is incorrect. It is not going to return the first record. It is going to return the first non-null value of the list you provide it....
August 9, 2011 at 1:42 pm
On the contrary, I think your explanation was pretty much spot on. I was just trying to take your example to demonstrate how the OP was using NULL in the...
August 5, 2011 at 3:09 pm
Craig Farrell (8/5/2011)
Sean Lange (8/5/2011)
cfradenburg (8/5/2011)
Small data set or not, you're...
August 5, 2011 at 2:43 pm
cfradenburg (8/5/2011)
Small data set or not, you're likely to be better...
August 5, 2011 at 2:17 pm
That is an excellent example of a debug script...and the script itself is pretty awesome too. 😎
August 5, 2011 at 9:20 am
BenWard (8/5/2011)
August 5, 2011 at 8:54 am
Or add a lot of auditing lines. Depending on the complexity of the parameters you can convert the logic to just t-sql block fairly easily. This lets you run the...
August 5, 2011 at 8:46 am
Sounds like you have missed something in your code that is connecting to a server. There is no way anybody can offer much help based on the limited amount of...
August 4, 2011 at 12:43 pm
That is the point. You can't exclude the timestamp from a datetime datatype. You will have to use Convert to get the display in the format you want from whatever...
August 4, 2011 at 12:25 pm
It's been a while since I did much in SSRS but here is a link to what I had remembered from MSDN. See if that will get you what you...
August 4, 2011 at 12:22 pm
Take a look at the next section down (Files). You should see a filegroup PRIMARY. What does the autogrowth column show? Something like "By 1MB, unrestricted growth"? That means that...
August 4, 2011 at 10:17 am
Viewing 15 posts - 14,311 through 14,325 (of 15,381 total)