Viewing 15 posts - 106 through 120 (of 411 total)
This was an interesting article, but one point that never seemed to come up was the performance hit from allowing the profiler to run, especially near constantly. Depending on...
July 16, 2009 at 6:12 pm
Excellent Article. I ran into a very similar problem a while ago, and my final answer after struggling with it for quite some time and even taking the unusual...
July 14, 2009 at 2:56 pm
I assume the way you phrase it that your data is passing through some other format such as CSV or excel before coming into SQL for your report.
If that is...
June 9, 2009 at 2:21 pm
Good article, Chris.
If you truly need it to be random then the method you have is probably the way to go, but if you just want 20% of the table...
June 9, 2009 at 10:42 am
Thanks. It took some more playing around with it, but I found a way. I set the "On Click" property to check to ensure the field was either...
June 8, 2009 at 5:36 pm
SiBoyd, personally I would go with Jeff Moden's solution of having a separate file that already has the column names in it, and then merge the exported file with that...
June 8, 2009 at 3:53 pm
First, by white space I am going to assume you mean spaces. If you need to include tabs, carriage returns, and perhaps even other nonprinting characters then it gets...
June 8, 2009 at 10:28 am
Yes, that makes sense in that situation. If redirection, and not simply mailing lists that need to be expanded, then you could wind up with a circular reference like...
May 28, 2009 at 9:37 pm
Awesome article and very interesting.
But it seems a simpler way of dealing with your problem is to change your e-mail broadcast system internally. Instead of the broadcast...
May 26, 2009 at 6:01 pm
jose_anisha (5/6/2009)
The table currently has 538 columns.....it needs to b updated every week almost .....each time 5- 10 columns needs to b added to the table
Could I ask why you...
May 9, 2009 at 9:43 am
Jose, to echo something mentioned earlier, you may wish to consider full normalization and remember that it is often better to add another table with a primary key-foreign key relationship...
May 6, 2009 at 9:55 am
I think this procedure is impressively well done.
With that said, It does seem to be a bit of a solution looking for a problem. Writing the merge...
April 7, 2009 at 9:34 am
Could you clarify what you mean a little?
If you just want multiple databases on the instance, SQL will happily do that, just create the new ones. If you want...
April 3, 2009 at 9:34 am
Beautiful article, and well written.
It seems, as with so many things in life, the key element in the article can be summed up with a quote from the...
April 2, 2009 at 8:39 am
For those that have tried it, how is the performance of a SQL Server under virtual machine running on top of linux? Is it a major hit or...
April 1, 2009 at 12:32 pm
Viewing 15 posts - 106 through 120 (of 411 total)