Viewing 15 posts - 57,166 through 57,180 (of 59,066 total)
Most folks use ISNUMERIC not to detect a datatype... they erroneously use it to detect if a column has all numeric digits...
December 8, 2006 at 5:39 pm
Please see the following...
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=243646&p=2
Don't fight it folks... ISNUMERIC should never be used as ISALLDIGITS or vice versa.
December 7, 2006 at 6:41 pm
Here, here, Kevin! Any process other than single record GUI support that uses RBAR (pronounced "ree-bar" and is a "Modenism" for "Row By Agonizing Row") either has an incorrect database...
December 7, 2006 at 7:13 am
But, Scott does ![]()
Scott had posted the very same question on the WROX forum (totally different URL)... there, they got a little carried away...
December 6, 2006 at 8:53 am
Scott,
Just making sure you got the answer for this same problem that you posted on the Wrox forum.
This is more than ten times faster than what they posted there. I...
December 6, 2006 at 1:50 am
I know they asked for blank lines... ask them if this is better...
DECLARE @Table TABLE(pKey int,grp int, val int)
INSERT INTO @Table
SELECT 1,1,11 UNION ALL
SELECT 2,1,12 UNION ALL
SELECT 3,1,13...
December 4, 2006 at 11:19 pm
Unless there is also a date column, there is no way to "query between 18:00:00 and 06:00:00'.... maybe between 06:00:00 and 18:00:00 but not the other way around.
So, is there...
December 4, 2006 at 10:51 pm
the time when i had to read books is over
Then, your career as a successful DBA is over.
December 4, 2006 at 10:35 pm
Sounds like it was a bad match all the way around... it was a good thing that you bailed. How ya doin' now?
December 4, 2006 at 10:23 pm
Actually, Philip didn't write the query... I did...
December 4, 2006 at 9:48 pm
The other articles are not the immediate concern. Plagerism and breaking of copy right laws should be your immediate concern... I think you make too little of the good advice...
December 4, 2006 at 9:28 pm
You can't and for good reason... saving a database diagram will change the database, as well. You certainly don't want the users playing around with your diagram and hitting "Save"......
December 2, 2006 at 10:34 pm
Isn't it amazing that such a simple format is so very complex programatically speaking? Why they didn't make BCP do this a little easier, I'll never know...
This would be how...
December 2, 2006 at 10:21 pm
Viewing 15 posts - 57,166 through 57,180 (of 59,066 total)