Viewing 15 posts - 121 through 135 (of 532 total)
If you want SSMS to generate the extra stuff, go to the Tools menu, select Options, go to SQL Server Object Explorer and then Scripting underneath that. You can...
August 12, 2010 at 1:06 pm
I'm not going to provide a primer on how to accomplish sql injection, but I can tell you the code you've provided is not sufficient to prevent it. I...
August 12, 2010 at 12:00 pm
Since you gave such little information it's hard to help you out very much. Not sure if I even understand exactly what you're asking.
That being said, I would do...
August 11, 2010 at 7:24 pm
Interesting post (and a bit quirky to see the anti-stored proc crowd banding together) ... I feel compelled to respond:
DataDog (8/11/2010)
cached query plans are not always good
If you're having issues...
August 11, 2010 at 7:16 pm
I think the XML function just particularly dislikes the "<" and ">" since those characters have such significance in the XML structure. If you just replace those after the...
August 11, 2010 at 3:45 pm
Not a big deal, but in the future you're probably more likely to get relevant responses in the T-SQL forum for SQL Server 7 and 2000.
August 10, 2010 at 5:34 pm
bolson32 (8/10/2010)
August 10, 2010 at 12:41 pm
jasonshaw (8/10/2010)
question 1 - Is this good practice to just get the data I require if i make a stored procedure for each machine?
I would create one stored procedure with...
August 10, 2010 at 12:00 pm
bitbucket-25253 (8/9/2010)
http://www.sqlservercentral.com/Forums/Topic965546-1292-1.aspx#bm966047
For a community which attempts to help, even the most inept, and helps so many this guy Celko is a real detriment ....
Is there...
August 9, 2010 at 1:01 pm
rjv_rnjn (8/9/2010)
August 9, 2010 at 12:51 pm
If you have 60 columns in a table there are likely to be other issues with your design. All the same, if there is some reason why the table...
August 9, 2010 at 12:44 pm
You've been around here enough that you should start posting what sort of solutions you're coming up with on your own, even if they're incomplete. You'll learn a lot...
August 9, 2010 at 12:40 pm
I applaud your efforts as a C# developer to do this in T-SQL, which is the right way to go. There are some issues with your basic approach and...
August 9, 2010 at 11:39 am
It is possible but since you haven't explained your structure I can't give you example code. See the link in my signature for information on how to post your...
August 9, 2010 at 10:55 am
You don't need a cursor or while loop, but you do need to provide quite a bit more information to get a coded example. Please see the link in...
August 9, 2010 at 10:49 am
Viewing 15 posts - 121 through 135 (of 532 total)