Viewing 15 posts - 196 through 210 (of 681 total)
I've only been to one SSC casino party but it was a lot of fun. I'm looking forward to this one.
October 29, 2009 at 8:40 am
Andy, I like your idea of folks posting what they would like to see from PASS. If nothing else, it'll give those of us in the noisy 50 an...
October 28, 2009 at 9:35 pm
Hey Jeff, I was on to your sarcasm 🙂 I was aiming a little further north of your reply. There was a previous post that appeared to seriously...
October 28, 2009 at 9:30 pm
I've wondered why this isn't standard behavior for all web apps. Like you said, there is overhead, but it should be considered a cost of doing business. For...
October 28, 2009 at 9:09 pm
jjarupan (10/27/2009)
No need DBA for infrastructure in the future.
(Some...
October 28, 2009 at 9:05 pm
I think the growth in that segment of the market has probably pushed the development of the product faster than it really should have been. I suspect there's a...
October 28, 2009 at 3:44 pm
For your first question, there's nothing about the roles of DBA and BI developer that would cause them to be mutually exclusive. Most people who do production DBA work...
October 26, 2009 at 12:37 pm
Like everything in this business, it depends 🙂
I think that a person can be successful as a database craftsman without experience in areas, technical or otherwise. That said, database...
October 23, 2009 at 7:01 am
You've got a couple of options. The simplest, to be used if you only need to use the date-embedded filename once, is to create an expression on the ConnectionString...
October 22, 2009 at 9:19 pm
Krishna,
Unfortunately, the most difficult scenarios to address are those with variable metadata. I understand that there are some custom components available for purchase that allow you to declare metadata...
October 22, 2009 at 8:54 pm
You could create some very wide Unicode (DT_WSTR) columns to reduce the risk of a truncation error or non-ASCII characters causing problems. You'll still have data truncation or component...
October 22, 2009 at 3:47 pm
Can't say that I've encountered that. Intellisense may not work if you've got a syntax error somewhere above where you're working, but if that was the case, your code...
October 21, 2009 at 7:53 pm
Excellent, glad it worked out.
October 20, 2009 at 11:28 am
Steve,
I found a couple of different issues. First, you were using two different variables (User::Source and User::fileName) to store essentially the same data. You should be able to...
October 20, 2009 at 7:58 am
If you have access to SQL Server Magazine, they just did a feature on this very thing in the September issue:
http://www.sqlmag.com/Articles/ArticleID/102200/102200.html?Ad=1
hth,
Tim
October 19, 2009 at 8:20 am
Viewing 15 posts - 196 through 210 (of 681 total)