Viewing 15 posts - 13,201 through 13,215 (of 18,923 total)
Because "" is the quoted identifier, so that gets converted to a sysname (name of an object/column) which internally is nvarchar(128).
Did you try ''' comchar'',''dfdsd;'',''........'''??
Have you considered using...
September 15, 2005 at 1:11 pm
just ran some more test inserting in a temp table
--17576 rows in 11 seconds
--456976 rows in 43 seconds
ran out of space in tempdb for the final pass (after almost 9...
September 15, 2005 at 1:08 pm
Slim is an understatment here...
waiting for query and calling code before trying to solve this one.
September 15, 2005 at 12:56 pm
This generates 11881376 rows in 71 seconds (without sorting) on a slow server
Select dtA.Frst + dtB.Sec + dtC.ThD + dtD.Fourth + dtE.Fifth As GenList FROM
(Select CHAR(PkNumber) as Frst from dbo.Numbers...
September 15, 2005 at 12:50 pm
I'll take a wild guess and go with "NS" = "notification services" as it is posted inder that forum
.
September 15, 2005 at 12:10 pm
I can't believe we all (almost) missed that one
.
September 15, 2005 at 12:06 pm
== is not gonna work with sql
if @var = null is also gonna fail most of the time.
September 15, 2005 at 12:05 pm
First of all DBMS XML.
XML is nice and all but it's like a 1950 DB model. But that's just my opinion and I don't really know on what...
September 15, 2005 at 11:35 am
"select * from trans where date >= '05/01/2005'"
might be better to use a sp instead of dynamic sql too
.
September 15, 2005 at 11:24 am
and to finish this game :
SET @ACCOUNTTIME = COALESCE(@ACCOUNTTIME,0)
September 15, 2005 at 11:23 am
Ya I'd check that first now that it is suggested
.
September 15, 2005 at 10:16 am
I'd go with the auditing part. Good indexing should be this work pretty well.
September 15, 2005 at 10:08 am
I imagine that this is a pointer, as for refferences I'll let the other dbas take it as I have very little experience there.
September 15, 2005 at 10:06 am
wow... tried rebooting, reinstalling??
September 15, 2005 at 10:05 am
Viewing 15 posts - 13,201 through 13,215 (of 18,923 total)