Viewing 15 posts - 1,216 through 1,230 (of 7,636 total)
CirquedeSQLeil (12/9/2009)
RBarryYoung (3/15/2008)
It is really disturbing how many wrong answers there are. It also makes me wonder how the folks with over 90% right ar...
December 9, 2009 at 3:31 pm
Lynn Pettis (12/9/2009)
Would that depend on how the application passing the value back to the database? Not too familiar with ASP.
Oh definitely, but ASP code is just as editable...
December 9, 2009 at 3:18 pm
Steve: (RE: SSC new site features/wishlist)
This is a perfect example of a thread or post that I would like to be able to tag or remember somehow....
December 9, 2009 at 3:00 pm
vk-kirov (12/4/2009)
stewartc-708166 (12/3/2009)
the explanation re why the rounding off takes place is.....?
Something about this can be found in BOL, topic "Precision, Scale, and Length (Transact-SQL)": http://technet.microsoft.com/en-us/library/ms190476.aspx
We have two numbers of...
December 9, 2009 at 2:54 pm
Oops, I completely missed that this is the SQL Sever 2008 forum! You can just pas the value as a table-valued parameter. That is by far the best...
December 9, 2009 at 2:17 pm
For list-type parameters with multiple values in a single parameter, you're generally better off either passing them as an XML parameter or else using a #temp table instead.
December 9, 2009 at 2:12 pm
Lynn Pettis (12/9/2009)
Anyone see the spoon? 😛
There is no spoon.
December 9, 2009 at 12:06 pm
Gianluca Sartori (12/9/2009)
GilaMonster (12/9/2009)
exec sp_configure 'Run SQL Faster',1
Wow! Thanks Gail, I'm trying immediately on my production server. :hehe:
Would you also recommend (as a fellow expert) turning on these switches?
exec...
December 9, 2009 at 12:05 pm
Are there any parameters on the real stored procedure? If so, could you show that to us?
December 9, 2009 at 11:44 am
Things to check:
1) use Task Manager "Processes" tab w/ Username & "Show processes from all Users" to see if it is *really* running under that username.
2) Look in the SQL...
December 9, 2009 at 11:37 am
What DEFAULT database did you assign to them and did you grant them access to that also?
Oops, never mind...:blush:
December 9, 2009 at 11:29 am
Jeremiah Peschka (12/9/2009)
December 9, 2009 at 11:04 am
Jack Corbett (12/9/2009)
December 9, 2009 at 11:02 am
C# Screw (12/9/2009)
It would be neat if forum software showed revisions with strikeout and prevented actual deleting of text.
No it wouldn't. Users can use strikeout now, and there are...
December 9, 2009 at 10:56 am
For an example of an asynchronous trigger using Service Broker, see the demo code included in the ZIP file for my presentation, "The Top Ten Reasons Your Aren't Already Using...
December 9, 2009 at 10:45 am
Viewing 15 posts - 1,216 through 1,230 (of 7,636 total)