Viewing 15 posts - 53,461 through 53,475 (of 59,068 total)
karthikeyan (12/21/2007)
Thanks.Suppose if i have like this,
Declare @Str varchar(300)
@Str = 'Karthikeyan,Madhivanan,JeffModen,Steve-Jhones,MattMiller,GilaMonster'
do we have to repeat your code for 6 times? Suppose if i have around 20 names do we repeat...
December 21, 2007 at 7:15 am
I don't believe so... other than running it or taking it apart and running the peices...
You could always setup to exec it and run an estimated execution plan on it,...
December 20, 2007 at 1:16 pm
Heh... I hate Oracle...
I create a linked server to the Oracle DB, grab the data I need and store it in permanent "working" tables in SQL Server, and then all...
December 20, 2007 at 1:05 pm
GilaMonster (12/20/2007)
Run sp_updateusage
THAT would be the ticket...
December 20, 2007 at 1:02 pm
p.s. Don't forget to close the spreadsheet after you save it or you WILL get an access error... 😉
December 20, 2007 at 1:00 pm
No, no... it's much easier than any of that. This is a common problem and DTS frequently messes up imports especially if there are some merged cells above the...
December 20, 2007 at 12:45 pm
Ok... here's the code that proves what the problem is... it's not my code, but I forget the name of the good fellow that wrote it for me as a...
December 20, 2007 at 11:24 am
Basically it is a proprietary SP provided by a SQL based web application for the purpose of generating unique integer based row IDs. It does several things including calling other...
December 20, 2007 at 11:03 am
Thanks for the feedback, but to be sure... cursors are never an option for me. Maybe the occasional WHILE loop to act as a control for managing "dips" to...
December 20, 2007 at 10:20 am
Bottom line, sometimes it's just like magic to make the code work Not to mention the ohs and ahs from the staff who were just going to open the...
December 20, 2007 at 10:13 am
It was in 2k... Heh... I'm thinking that there's a hidden "bookmark" that didn't show up in the EP. But, correct, it does show that just because an index...
December 20, 2007 at 10:01 am
Thanks for the high compliment, Dionisis :blush:
December 20, 2007 at 9:56 am
You should wait forever for that... it's just another way to screw up dates and times.
December 20, 2007 at 9:46 am
karthikeyan (12/20/2007)
Really i am wondering about your skill.
Can you explain me your two different queries in detailed ?Also,
1. What do you mean by @Delim+Remarks+@Delim ?
i.e...
December 20, 2007 at 9:37 am
Viewing 15 posts - 53,461 through 53,475 (of 59,068 total)