Viewing 15 posts - 91 through 105 (of 137 total)
hosting is not new, SQL on VM is not new, RDP and many other TLA is not new.
What's new is that Amazon is offering another product. For those whom...
May 9, 2012 at 10:17 am
We have code similar to this to manage EAV tables.*
I believe the dynamic SQL executing DDL in a loop reduces your database to a very expensive scripting environment for running...
April 25, 2012 at 7:12 am
I thought "Select *" was banned from production environments for this (and other) reasons.
Are we saying it is acceptable for View definitions with the caveat that someone remembers to update...
April 4, 2012 at 7:27 am
tabs
To borrow from web design: semantic meaning. If the tab character (following newline) is taken to mean "indent" then four levels of indentation is literally 4 tab characters. ...
March 19, 2012 at 7:51 am
Jeff Moden (3/19/2012)
This is another contest problem where the best solution wouldn't likely be an "all in one" query.
I suggest the schema should be redesigned and this code would be...
March 19, 2012 at 7:23 am
Kelsey Thornton (3/1/2012)
Very well explained but missing one useful point:"Why would you want to change the port number in the first place?"
Seconded. I also suggest sharing how you mitigate...
March 1, 2012 at 8:36 am
"A column of type sql_variant may contain rows of different data types."
fwiw: I parse that sentence at least two ways. I believe the correct meaning is that the...
February 22, 2012 at 7:48 am
jimbobmcgee (1/10/2012)
That said, I do want to offer some pointers with the .NET code itself, which I feel would make this better as a teaching article or reusable code block:
[enumerated...
January 10, 2012 at 8:17 am
Just to clarify for those confused by the eating association to these animals, we don't eat black cats for Halloween either.
December 23, 2011 at 6:46 am
The question is sound. My attention span is not.
I would hope those who are paid to hold the title of DBA are able to do these maths without too...
November 16, 2011 at 7:29 am
I'll accept code that goes through the mutations of evolution and the bandaid & tourniquet approach to solving problems - if those that have touched code have left comments. ...
November 14, 2011 at 9:13 am
Hugo Kornelis (11/9/2011)
November 9, 2011 at 8:02 am
dav0id (10/25/2011)
Why not use a "FOR XML" query and transform...
October 27, 2011 at 2:00 pm
I'd like to suggest that this solution strikes me as a bad idea. Why are you asking your database to do so much string manipulation? If you're using...
October 25, 2011 at 8:31 am
While this code does the job I have to ask, "Why would you want your SQL Server deleting files?"
There isn't even any data-driven relationship to the files. We induct...
September 13, 2011 at 7:15 am
Viewing 15 posts - 91 through 105 (of 137 total)