Viewing 15 posts - 48,796 through 48,810 (of 59,065 total)
I agree, partially... Temp tables shouldn't be used just because they can be. But, remember that a "derived table" and CTEs create "working" tables which appear in TempDB just...
August 11, 2008 at 8:14 pm
virgo (8/11/2008)
That was informative...is ther a way using sql query to retrive the doc,image,pdf from the sql server tables to local computer with out using any ADO or front...
August 11, 2008 at 7:33 pm
smunson (8/11/2008)
Jeff,He appears to just want a copy of the insert, so would replication meet his need, or would that cause problems on speed of "Updation" ?
Steve
(aka smunson)
:):):)
I think replication...
August 11, 2008 at 7:25 pm
bakerbill (8/11/2008)
Bill will use any method to hurt whoever brings up the painful truth.
Maybe so... but you're pretty good at throwing people under the bus yourself. 😛
It sounds like...
August 11, 2008 at 7:19 pm
Angel Miranda Nieto (8/11/2008)
thank everyone, my problem is solved, we are in contact
Two way street here, Angel... tell us how you solved your problem, please. 🙂
August 11, 2008 at 7:12 pm
jennyor (8/11/2008)
August 11, 2008 at 7:10 pm
THAT, my friend, it why I recommend only storing the file name and not the file itself. 😛
You either have to capture the info in a variable in a...
August 11, 2008 at 6:46 pm
shamshad.ali (8/11/2008)
I need to list them down. if there is a way. also how should i exclude space" " and dot"." from [a-z0-9]Thanks all for help...
Shamshad Ali.
Shamshad... have you tried...
August 11, 2008 at 5:59 pm
Like I said... Books Online... lookup BCP Format file. I can't help if you don't even know what I'm talking about. 😉
August 11, 2008 at 5:58 pm
dwither_07 (8/11/2008)
--=====...
August 11, 2008 at 5:55 pm
Good article so far as the format, readability, and revelation go. The thing I'm having a problem with is the use of recursion of any kind to create a...
August 11, 2008 at 5:40 pm
GSquared (8/11/2008)
On CLR, yes, it will be faster than the CTE on that.
Does anyone want to race? 😉
August 11, 2008 at 5:20 pm
Um... no... according o the rules you gave, script 5 should include rowid # 11 because the promo-id went from 6 to 1.
August 10, 2008 at 11:17 pm
Ok... I've tested all of your scenarios and they all came out like you said in the comments except the 5th one... and that's because you made a mistake... Row_ID...
August 10, 2008 at 10:55 pm
yogesh.khaire (8/10/2008)
But i want fast Updation. when ever Data Inserted or updated in the Table i want to be insert that Data into...
August 10, 2008 at 10:48 pm
Viewing 15 posts - 48,796 through 48,810 (of 59,065 total)