Viewing 15 posts - 1 through 15 (of 267 total)
table , table [transaction]
or
table tuser, table ttransaction
the t prefix helps when it comes to some common reserved words.
I don't mind using t and v as prefixes on tables and views,...
March 11, 2007 at 11:57 am
I just got swamped, I was meaning too, and so on...
Finally searched through my gmail 🙂
Thanks for the help Jeff, it was not my intention to delay this much.
And I...
November 24, 2006 at 4:25 pm
Hi guys,
I am just dropping by to give a very belated thank you to everyone on this thread.
We implemented:
UPDATE t(HOLDLOCK,ROWLOCK)
WHERE ...
IF @@ROWCOUNT = 0
BEGIN
INSERT t
WHERE NOT EXISTS(SELECT * FROM t(HOLDLOCK,ROWLOCK)...
November 24, 2006 at 2:16 pm
Hi,
There still are issues, but we are going to oversee the whole process.
There is plenty of room for improvements
As to EXIST or NOT TO...
October 2, 2006 at 3:02 pm
Like this:
KEYWORD COLUMN| SEP |CODE COLUMN
| |
SELECT| |col1
FROM| |theTable
| |
Sorry about all the formatting Jeff
I just opened the topic in INTERNET EXPLORER, which...
October 2, 2006 at 1:27 am
You are a real formatting fascist 🙂
It gave me an idea for an editor that has 3 fields,
where the first one is CAPITALIZED by default and right-aligned,
the middle one is...
October 2, 2006 at 1:23 am
Thanks for all the input Jeff!
and yes, the original proc can be coded more efficiently 😉
"if you do put an explicit transaction in the proc, you must do error checking...
October 1, 2006 at 1:52 pm
Wow thanks Jeff!
That quite some reply :-), and I am very happy!
Great points, I will rewrite the proc for better upsert - processing logic with some of the modifications you...
October 1, 2006 at 2:05 am
I'd love to format the post better, how is that done ? 😉
September 30, 2006 at 2:47 pm
Other sql soduko's:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=50372
Nice job David P. 🙂
rockmoose
June 22, 2006 at 2:56 am
Hi fellows,
I am having a similar problem. I can develop and deploy AS projects. In the business intelligence studio I can browse dimensions. But when trying to browse a successfully processed...
April 26, 2006 at 4:00 pm
Yup, nice and slick.
And bcp is a great tool.
January 3, 2005 at 4:38 pm
Hi,
I tried to do this in 1 select, and this is what I came up with,
there is probably room for improvement but seems to work
January 3, 2005 at 4:30 pm
By using bcp. ( see BOL for this )
There was a discusiion here:
January 3, 2005 at 8:54 am
Viewing 15 posts - 1 through 15 (of 267 total)